kernel-ark/drivers/net/wireless/ipw2x00
Zhu Yi e6c5fc53d0 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 <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-10-30 15:50:24 -04:00
..
ipw2100.c ipw2200: fix oops on missing firmware 2009-10-30 15:50:24 -04:00
ipw2100.h ipw2x00: update contact information 2009-08-28 14:40:40 -04:00
ipw2200.c ipw2200: fix oops on missing firmware 2009-10-30 15:50:24 -04:00
ipw2200.h ipw2x00: update contact information 2009-08-28 14:40:40 -04:00
Kconfig ipw2200: fix kconfig dependencies 2009-08-31 14:42:14 -04:00
libipw_geo.c ipw2x00: update contact information 2009-08-28 14:40:40 -04:00
libipw_module.c ipw2200: fix oops on missing firmware 2009-10-30 15:50:24 -04:00
libipw_rx.c libipw: switch from ieee80211_* to libipw_* naming policy 2009-08-28 14:40:28 -04:00
libipw_tx.c wireless: convert drivers to netdev_tx_t 2009-09-01 01:14:04 -07:00
libipw_wx.c ipw2x00: update contact information 2009-08-28 14:40:40 -04:00
libipw.h ipw2200: fix oops on missing firmware 2009-10-30 15:50:24 -04:00
Makefile