]> bbs.cooldavid.org Git - net-next-2.6.git/commit
b43: Fix PPC crash in rfkill polling on unload
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 2 Oct 2009 17:54:34 +0000 (12:54 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Oct 2009 20:33:51 +0000 (16:33 -0400)
commitf5b4da21ba293220001b5fd36be75c859b18afc1
tree4a30a92a8052f3da53020d48bc213916e5defce8
parent0819663d164e090de315c5e619f4e23c27aaff88
b43: Fix PPC crash in rfkill polling on unload

In Bugzilla No. 14181, a PowerMac G4 crashes on ifdown or
module unload because the rfkill polling has not been stopped.
For the x86 architectures, the attempt to reach a now unmapped
register is not fatal as it is on PPC.

(Includes "b43: Fix locking problem when stopping rfkill polling". -- JWL)

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c