mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-16 18:15:52 +00:00
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>
This commit is contained in:
parent
9483407d09
commit
ccf5dd14f8
1 changed files with 1 additions and 1 deletions
Loading…
Add table
Add a link
Reference in a new issue