From: Ondrej Zary Date: Mon, 27 Sep 2010 11:41:45 +0000 (+0000) Subject: de2104x: fix ethtool X-Git-Tag: v2.6.36-rc6~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387a85628782690b56492dae4bbf544639f5d4a9;p=pandora-kernel.git de2104x: fix ethtool When the interface is up, using ethtool breaks it because: a) link is put down but media_timer interval is not shortened to NO_LINK b) rxtx is stopped but not restarted Also manual 10baseT-HD (and probably FD too - untested) mode does not work - the link is forced up, packets are transmitted but nothing is received. Changing CSR14 value to match documentation (not disabling link check) fixes this. Signed-off-by: Ondrej Zary Acked-by: Jeff Garzik Signed-off-by: David S. Miller --- Reading git-diff-tree failed