diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2009-09-25 08:17:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-26 23:15:36 -0400 |
commit | be0f071956e2142e2e88e9d6d5655ba1c75d07c8 (patch) | |
tree | e0b1be3f259841aaabcfbb02c4495dd2580d0130 /drivers/net/e1000/e1000_hw.h | |
parent | baa34745fe6263c733f43feddb0b8100d6538f37 (diff) |
e1000: test link state conclusively
e1000 was using one particular way to detect link, but with the advent
of some of the newer hardware designs using SERDES connections, tests
for link must completely cover all cases.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r-- | drivers/net/e1000/e1000_hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index 1a8a0006f3e3..1c782d2ff04e 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
@@ -1372,7 +1372,7 @@ struct e1000_hw { | |||
1372 | e1000_smart_speed smart_speed; | 1372 | e1000_smart_speed smart_speed; |
1373 | e1000_dsp_config dsp_config_state; | 1373 | e1000_dsp_config dsp_config_state; |
1374 | bool get_link_status; | 1374 | bool get_link_status; |
1375 | bool serdes_link_down; | 1375 | bool serdes_has_link; |
1376 | bool tbi_compatibility_en; | 1376 | bool tbi_compatibility_en; |
1377 | bool tbi_compatibility_on; | 1377 | bool tbi_compatibility_on; |
1378 | bool laa_is_present; | 1378 | bool laa_is_present; |