]> git.baikalelectronics.ru Git - kernel.git/commit
libertas_tf: fix skb tail pointer
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 29 Oct 2008 22:24:14 +0000 (23:24 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 18 Nov 2008 22:26:26 +0000 (17:26 -0500)
commitaf54f3d13ebcdfc107571780e669711757feac1e
treeac721a06fcbbe97b65a6d18fb9d2a24c53bda338
parent67052b357816e81971a2b4c95f4baebedf5e2d86
libertas_tf: fix skb tail pointer

skb->tail can't be meant here because it's not the same across 32/64 bit
compilations. This means there's no way the current driver can work on
64-bit architectures.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: stable@kernel.org [2.6.27]
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas_tf/if_usb.c