From: Lucas Stach Date: Thu, 14 Mar 2013 05:12:01 +0000 (+0000) Subject: net: fec: restart the FEC when PHY speed changes X-Git-Tag: v3.9-rc4~27^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97e74976982a35168c7f131cce0d93537337a26;p=pandora-kernel.git net: fec: restart the FEC when PHY speed changes Proviously we would only restart the FEC when PHY link or duplex state changed. PHY does not always bring down the link for speed changes, in which case we would not detect any change and keep FEC running. Switching link speed without restarting the FEC results in the FEC being stuck in an indefinite state, generating error conditions for every packet. Signed-off-by: Lucas Stach Signed-off-by: David S. Miller --- Reading git-diff-tree failed