commit | 2bb8c26242c2393b097a993ffe9b003ec9b85395 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Sep 26 11:57:42 2006 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Sep 27 17:56:31 2006 -0400 |
tree | 3d800c046bbf663a31038605eb9d849b85b2eb66 | |
parent | 291ea6142b94cc3e3ae2216d3937a78697447471 [diff] |
[PATCH] sky2: use netif_tx_lock instead of LLTX Use the netdevice transmit lock via netif_tx_lock rather than putting lock in device specific code and using lockless transmit. The code is cleaner using netif_tx_lock, and the performance is same. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>