From: Rafał Miłecki Date: Tue, 10 Dec 2013 16:19:39 +0000 (+0100) Subject: bgmac: start/stop PHY on netdev open/stop X-Git-Tag: v3.14-rc1~94^2~543 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e34da4d4252f93a7bc66017a7577afb03c3cb8e;p=pandora-kernel.git 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 Acked-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed