diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2008-07-08 18:51:52 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-07-11 01:20:28 -0400 |
commit | db58294416d5d1446cbf6962a21ad077919d564e (patch) | |
tree | 45ed00a7dc733a34184cafd80c6d2eada3dcb284 /drivers/net/ixgb/ixgb.h | |
parent | 1257969724e7d5f878ac05067388ac5c012eb29b (diff) |
ixgb: remove lltx support and update tx routine
a) kernel developers suggest LLTX is broken and unsafe to use, remove it.
b) remember to pre-stop the queue if we won't have room
c) removing lltx means we can remove our tx lock
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r-- | drivers/net/ixgb/ixgb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h index 16f9c756aa46..3cec7b98d52f 100644 --- a/drivers/net/ixgb/ixgb.h +++ b/drivers/net/ixgb/ixgb.h | |||
@@ -157,7 +157,6 @@ struct ixgb_adapter { | |||
157 | u32 part_num; | 157 | u32 part_num; |
158 | u16 link_speed; | 158 | u16 link_speed; |
159 | u16 link_duplex; | 159 | u16 link_duplex; |
160 | spinlock_t tx_lock; | ||
161 | struct work_struct tx_timeout_task; | 160 | struct work_struct tx_timeout_task; |
162 | 161 | ||
163 | struct timer_list blink_timer; | 162 | struct timer_list blink_timer; |