From: Larry Finger Date: Wed, 24 Oct 2012 13:57:16 +0000 (-0500) Subject: b43: Fix oops on unload when firmware not found X-Git-Tag: v3.7-rc3~7^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f89ff6441df06abc2d95f3ef67525923032d6283;p=pandora-kernel.git b43: Fix oops on unload when firmware not found When b43 fails to find firmware when loaded, a subsequent unload will oops due to calling ieee80211_unregister_hw() when the corresponding register call was never made. Commit 2d838bb608e2d1f6cb4280e76748cb812dc822e7 fixed the same problem for b43legacy. Signed-off-by: Larry Finger Tested-by: Markus Kanet Cc: Stable [V3.3.0+ (the patch will need to be refactored)] Cc: Markus Kanet Signed-off-by: John W. Linville --- Reading git-diff-tree failed