From: Jon Mason Date: Thu, 15 Jul 2010 08:47:25 +0000 (+0000) Subject: vxge: NETIF_F_LLTX removal X-Git-Tag: v2.6.36-rc1~571^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f45da247c5b8023d4f3677d65f21b64692f543;p=pandora-kernel.git 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 Signed-off-by: Ramkrishna Vepa Signed-off-by: David S. Miller --- Reading git-diff-tree failed