libipw: initiate cfg80211 API conversion (v2)
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 25 Aug 2009 18:12:25 +0000 (14:12 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 23 Nov 2009 22:05:26 +0000 (17:05 -0500)
commita3caa99e6c68f466c13cfea74097f6fb01b45e25
treee5dae94b31a4ab78abb505a4fd26329e690d177b
parent9f13084d52d40dcce5a5f00586410acdb5a3fbff
libipw: initiate cfg80211 API conversion (v2)

Initiate the conversion of libipw to the new cfg80211 configuration API.

For now, leave CONFIG_IPW2200_PROMISCUOUS stuff alone.  Eventually
migrate it to cfg80211 when the add/del/change_virtual_intf methods
are implemented.

(v2: Fix unconditional wiphy_unregister in libipw which was causing
     problems for ipw2100, somewhat based on prior attempted fix
     by Zhu Yi <yi.zhu@intel.com>.  Previously both original version of
     this patch and Zhu Yi's fix attempt were reverted due to
     discovery of regressions. -- JWL)

Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2x00/ipw2100.c
drivers/net/wireless/ipw2x00/ipw2200.c
drivers/net/wireless/ipw2x00/libipw.h
drivers/net/wireless/ipw2x00/libipw_module.c