Re: [Ipw2100-devel] 2.6.32-rc4 ipw2200: oops on missing firmware

Ferenc Wagner <[email protected]> Sat, 17 Oct 2009 04:13:43 +0200
Newsgroups gmane.linux.kernel,gmane.linux.drivers.ipw2100.devel,gmane.linux.kernel.wireless.general
Message-ID <[email protected]>
Zhu Yi <[email protected]> writes:

> OK. The rfkill device is removed without being added before! The root
> cause is, for non-monitor interfaces, the syntax for
> alloc_ieee80211/free_80211 is wrong. Because alloc_ieee80211 only
> creates (wiphy_new) a wiphy, but free_80211() does wiphy_unregister()
> also. This is only correct when the later wiphy_register() is called
> successfully, which apparently is not the case for your fw doesn't exist
> one. Please see if this patch fix the problem.

I confirm that your patch fixes the problem for me.  With it, the
kernel doesn't oops and modprobe isn't killed after the firmware load
timeout.  Without firmware, the loaded module is nonfunctional, as
expected.
-- 
Thanks,
Feri.