cfg80211/nl80211: remove usage of CONFIG_NL80211
authorReinette Chatre <reinette.chatre@intel.com>
Thu, 12 Mar 2009 16:20:40 +0000 (09:20 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 28 Mar 2009 00:12:42 +0000 (20:12 -0400)
commit633e24ed95b6c87b42f201ecb65c12a75a5a7eef
tree240a4682071162cf5b8c8a16a654118f989c2a39
parentfa56dddd6720c8d4b9fa4c942377d2a019cf3708
cfg80211/nl80211: remove usage of CONFIG_NL80211

The scan capability added to cfg80211/nl80211 introduced a
dependency on nl80211 by cfg80211. We can thus no longer have
just cfg80211 without nl80211. Specifically, cfg80211_scan_done()
calls nl80211_send_scan_aborted() or nl80211_send_scan_done().

Now we remove the option for user to select nl80211. It will always
be compiled if user selects cfg80211.

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/Kconfig
net/wireless/Makefile
net/wireless/nl80211.h