hostap: pad the skb->cb usage in lieu of a proper fix
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 12 Nov 2008 21:54:22 +0000 (16:54 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 12 Nov 2008 21:54:22 +0000 (16:54 -0500)
commitf7cd168645dda3e9067f24fabbfa787f9a237488
tree3656f2526784b6f74eb9a3f2bc0355fe4905d043
parentf3c769185a28b7947d97b3552a977102c1fac3f2
hostap: pad the skb->cb usage in lieu of a proper fix

Like mac80211 did, this driver makes 'clever' use of skb->cb to pass
information along with an skb as it is requeued from the virtual device
to the physical wireless device.  Unfortunately, that trick no longer
works...

Unlike mac80211, code complexity and driver apathy makes this hack
the best option we have in the short run.  Hopefully someone will
eventually be motivated to code a proper fix before all the effected
hardware dies.

(Above text by me.  Johannes officially disavows all knowledge of this
hack. -- JWL)

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/hostap_wlan.h