From: Russell King Date: Mon, 7 Jul 2014 23:22:39 +0000 (+0100) Subject: net: fec: fix ethtool set_pauseparam duplex bug X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~222^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9671a42e4508db8a0196110b098fd8550304ab14;p=pandora-kernel.git net: fec: fix ethtool set_pauseparam duplex bug Setting the pause parameters causes a running network interface to be restarted. However, the restart forces the FEC into half-duplex mode, whether or not the remote end is in half-duplex mode. Misconfigured duplex mode is a known source of problems on a link. Fix this by always preserving the duplex mode on configuration changes. Acked-by: Fugang Duan Signed-off-by: Russell King Signed-off-by: David S. Miller --- Reading git-diff-tree failed