]> git.baikalelectronics.ru Git - kernel.git/commit
b43: Fix PIO skb clobber
authorMichael Buesch <mb@bu3sch.de>
Tue, 24 Jun 2008 10:22:05 +0000 (12:22 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Jun 2008 13:09:19 +0000 (09:09 -0400)
commitb161a92c56d4426ad7ae90396a889790d52068f8
tree95bf99bc947839e5777373855fc06ab3b1f2118f
parentbfb2af68ef35b73aa7505ffe17516c2e2be21471
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