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)
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>

No differences found