]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0686b058a9a36e6bc8bf5420f0355501010dc737
tree240a4682071162cf5b8c8a16a654118f989c2a39
parente03cd9e29d3b18fb8570aa136af5057d9a9ff958
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