Skip to content
Snippets Groups Projects
Commit ccf5dd14 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

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: default avatarJohannes Berg <johannes@sipsolutions.net>
Cc: stable@kernel.org [2.6.27]
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9483407d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment