]> Git Repo - linux.git/commit - drivers/net/ibmveth.c
ibmveth: Remove LLTX
authorSantiago Leon <[email protected]>
Fri, 3 Sep 2010 18:28:15 +0000 (18:28 +0000)
committerDavid S. Miller <[email protected]>
Tue, 7 Sep 2010 01:20:33 +0000 (18:20 -0700)
commite8cb7eb473ac47703282db6f90b4926f31cdf376
tree9855055dd1cf1a0498e6000a72c449943dc3698b
parentc033a6d1390bb6cc0c11c3b4137b856dfd8cb7c8
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 <[email protected]>
Signed-off-by: Santiago Leon <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ibmveth.c
drivers/net/ibmveth.h
This page took 0.052944 seconds and 4 git commands to generate.