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>
Mon, 10 Nov 2008 20:17:39 +0000 (15:17 -0500)
commitccf5dd14f8a4273f40d8319e75b377edb1f5220d
tree37cba884a4d7396d9e55d0365a664f6127295007
parent9483407d09077c0bfc612c72835b1e9bbdda0a10
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