From: Stephen Hemminger Date: Tue, 26 Sep 2006 18:57:42 +0000 (-0700) Subject: [PATCH] sky2: use netif_tx_lock instead of LLTX X-Git-Tag: v2.6.19-rc1~372^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bb8c26242c2393b097a993ffe9b003ec9b85395;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed