diff options
author | Nick Nunley <nicholasx.d.nunley@intel.com> | 2010-02-16 20:02:59 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-17 16:21:34 -0500 |
commit | 2d0b0f693578109aff347e055d47f2797c802261 (patch) | |
tree | 5b8f07bbf94a0c4d8aa5ece1aeb2cc44c9b3b48e /drivers/net/igb/e1000_hw.h | |
parent | 3025a446b6d0255ae4399ca5f9b259bd1b51539e (diff) |
igb: remove adaptive IFS from driver
Adaptive IFS support has been included in the igb driver since its
initial release, but it is not a feature on any igb NICs. This patch
removes it from the driver.
Signed-off-by: Nicholas Nunley <nicholasx.d.nunley@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 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/igb/e1000_hw.h b/drivers/net/igb/e1000_hw.h index dbaeb5f5e0c..448005276b2 100644 --- a/drivers/net/igb/e1000_hw.h +++ b/drivers/net/igb/e1000_hw.h | |||
@@ -339,19 +339,12 @@ struct e1000_mac_info { | |||
339 | 339 | ||
340 | enum e1000_mac_type type; | 340 | enum e1000_mac_type type; |
341 | 341 | ||
342 | u32 collision_delta; | ||
343 | u32 ledctl_default; | 342 | u32 ledctl_default; |
344 | u32 ledctl_mode1; | 343 | u32 ledctl_mode1; |
345 | u32 ledctl_mode2; | 344 | u32 ledctl_mode2; |
346 | u32 mc_filter_type; | 345 | u32 mc_filter_type; |
347 | u32 tx_packet_delta; | ||
348 | u32 txcw; | 346 | u32 txcw; |
349 | 347 | ||
350 | u16 current_ifs_val; | ||
351 | u16 ifs_max_val; | ||
352 | u16 ifs_min_val; | ||
353 | u16 ifs_ratio; | ||
354 | u16 ifs_step_size; | ||
355 | u16 mta_reg_count; | 348 | u16 mta_reg_count; |
356 | u16 uta_reg_count; | 349 | u16 uta_reg_count; |
357 | 350 | ||