diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2009-02-06 18:21:51 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-07 05:43:15 -0500 |
commit | 8675737a9c1bf6c295461efc64898359398e1c82 (patch) | |
tree | 2a1c39034746580647050e9fa9e8c9eb039050f7 /drivers/net/igb/e1000_hw.h | |
parent | fa4dfae0ce703976578015902025137d5e268501 (diff) |
igb: remove disable_av variable from mac_info struct
The disable_av variable is never used by the driver and provides no value as
it is likely a leftover debugging variable. I have removed it and replaced
the one spot that checked for it with a check for a valid address.
Signed-off-by: Alexander Duyck <alexander.h.duyck@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/igb/e1000_hw.h')
-rw-r--r-- | drivers/net/igb/e1000_hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/igb/e1000_hw.h b/drivers/net/igb/e1000_hw.h index 62ccd495356e..6d1564f43833 100644 --- a/drivers/net/igb/e1000_hw.h +++ b/drivers/net/igb/e1000_hw.h | |||
@@ -484,7 +484,6 @@ struct e1000_mac_info { | |||
484 | bool asf_firmware_present; | 484 | bool asf_firmware_present; |
485 | bool autoneg; | 485 | bool autoneg; |
486 | bool autoneg_failed; | 486 | bool autoneg_failed; |
487 | bool disable_av; | ||
488 | bool disable_hw_init_bits; | 487 | bool disable_hw_init_bits; |
489 | bool get_link_status; | 488 | bool get_link_status; |
490 | bool ifs_params_forced; | 489 | bool ifs_params_forced; |