b43: Rewrite TX bounce buffer handling
authorMichael Buesch <mb@bu3sch.de>
Fri, 6 Nov 2009 17:32:44 +0000 (18:32 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 20:23:40 +0000 (15:23 -0500)
Do not mess with the original skb, but allocate an independent bouncebuffer.
This protects against bad interference with mac80211's assumptions about
the skb (which already caused bugs).

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found