]> git.baikalelectronics.ru Git - kernel.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)
commit188c257c04fe246c465240a48e0064176aa8d255
tree4a30a92a8052f3da53020d48bc213916e5defce8
parente5a89fa09c2541d57c71e73c1e069698dfdbf72f
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