diff options
author | Santiago Leon <santil@linux.vnet.ibm.com> | 2010-09-03 18:28:15 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-06 18:20:33 -0700 |
commit | e8cb7eb473ac47703282db6f90b4926f31cdf376 (patch) | |
tree | 9855055dd1cf1a0498e6000a72c449943dc3698b /drivers/net/ibmveth.h | |
parent | c033a6d1390bb6cc0c11c3b4137b856dfd8cb7c8 (diff) | |
download | blackbird-op-linux-e8cb7eb473ac47703282db6f90b4926f31cdf376.tar.gz blackbird-op-linux-e8cb7eb473ac47703282db6f90b4926f31cdf376.zip |
ibmveth: Remove LLTX
The ibmveth adapter needs locking in the transmit routine to protect
the bounce_buffer but it sets LLTX and forgets to add any of its own
locking.
Just remove the deprecated LLTX option. Remove the stats lock in the process.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Santiago Leon <santil@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ibmveth.h')
-rw-r--r-- | drivers/net/ibmveth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ibmveth.h b/drivers/net/ibmveth.h index f3ede8184b6d..d5651c79e199 100644 --- a/drivers/net/ibmveth.h +++ b/drivers/net/ibmveth.h @@ -158,7 +158,6 @@ struct ibmveth_adapter { u64 rx_no_buffer; u64 tx_map_failed; u64 tx_send_failed; - spinlock_t stats_lock; }; struct ibmveth_buf_desc_fields { |