From: Johannes Berg Date: Wed, 29 Oct 2008 22:24:14 +0000 (+0100) Subject: libertas_tf: fix skb tail pointer X-Git-Tag: v2.6.28-rc6~8^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b44fb89cab6e01816cdc05d6b59fdcf8100b8c3;p=pandora-kernel.git 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 Cc: stable@kernel.org [2.6.27] Signed-off-by: John W. Linville --- Reading git-diff-tree failed