commit | 369d742defed73fc6b38bf0929fb198d072102ab | [log] [tgz] |
---|---|---|
author | Auke Kok <auke-jan.h.kok@intel.com> | Mon Oct 15 14:30:59 2007 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Oct 16 21:10:27 2007 -0400 |
tree | 04b5cb53a8379145b3ea7ceca28cf50feaa6e713 | |
parent | e265522ca7d7a0cfa24aa2c811d22a1764a90783 [diff] |
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 <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>