]> git.baikalelectronics.ru Git - kernel.git/commit
vxge: NETIF_F_LLTX removal
authorJon Mason <jon.mason@exar.com>
Thu, 15 Jul 2010 08:47:25 +0000 (08:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Jul 2010 03:46:22 +0000 (20:46 -0700)
commitc48259b4bd34f3a2f18d0ac3bd02c3bd248164d1
treec42c4fb4a38469888f49f8448d6bad0dbc677ed6
parentdb3305b3e6af8b7f14def97d2fbf49a431d604fd
vxge: NETIF_F_LLTX removal

NETIF_F_LLTX and it's usage of local transmit locks are depricated in
favor of using the netdev queue's transmit lock.  Remove the local
lock and all references to it, and use the netdev queue transmit lock
in the transmit completion handler.

Signed-off-by: Jon Mason <jon.mason@exar.com>
Signed-off-by: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxge/vxge-main.c
drivers/net/vxge/vxge-main.h
drivers/net/vxge/vxge-traffic.c