b43: Fix PIO skb clobber
commit14a7dd6f6c1e0b361a37b6df52d4dc2ea36757d2
authorMichael Buesch <mb@bu3sch.de>
Tue, 24 Jun 2008 10:22:05 +0000 (24 12:22 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Jun 2008 13:09:19 +0000 (27 09:09 -0400)
tree95bf99bc947839e5777373855fc06ab3b1f2118f
parent40af48ce501ea9ad9c485504a6fa0740801fa051
b43: Fix PIO skb clobber

This fixes a clobber of the skb that was introduced by the
tx_control->cb conversion patches.
This bug causes a crash when the skb destructor is invoked. That happens
on skb_orphan or skb_kfree.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/pio.c