From: Auke Kok Date: Mon, 15 Oct 2007 21:30:59 +0000 (-0700) Subject: e1000e: don't poke PHY registers to retreive link status X-Git-Tag: v2.6.24-rc1~819^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369d742defed73fc6b38bf0929fb198d072102ab;p=pandora-kernel.git e1000e: don't poke PHY registers to retreive link status Apparently poking the link status registers when autonegotiation is running on the PHY might botch the PHY link on 80003es2lan devices. While this is a very rare condition we can completely avoid it alltogether by just using the MAC link bits to provide the proper information to ethtool. Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed