From: Zhu Yi Date: Thu, 15 Oct 2009 06:50:28 +0000 (+0800) Subject: ipw2200: fix oops on missing firmware X-Git-Tag: v2.6.32-rc6~9^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c5fc53d0f44a772398402ee8a1879818e42b4e;p=pandora-kernel.git ipw2200: fix oops on missing firmware 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. Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed