commit | 4e34da4d4252f93a7bc66017a7577afb03c3cb8e | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Tue Dec 10 17:19:39 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 10 18:09:12 2013 -0500 |
tree | 8c523e0ad424fd2612595abbbdb3e1c41baed232 | |
parent | 77d47afbf3c58350c3708b609005358bbd33e085 [diff] |
bgmac: start/stop PHY on netdev open/stop I've realized that I need to call ethtool command to get Ethernet working after booting. Ex call: ethtool -s eth0 autoneg on It was fixing Ethernet even if auto-negotiation was already on. Adding calls to phy_start and phy_stop look like a real solution. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>