diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2009-03-12 09:20:40 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-27 20:12:42 -0400 |
commit | 633e24ed95b6c87b42f201ecb65c12a75a5a7eef (patch) | |
tree | 240a4682071162cf5b8c8a16a654118f989c2a39 /net/wireless/Kconfig | |
parent | fa56dddd6720c8d4b9fa4c942377d2a019cf3708 (diff) | |
download | linux-3.10-633e24ed95b6c87b42f201ecb65c12a75a5a7eef.tar.gz linux-3.10-633e24ed95b6c87b42f201ecb65c12a75a5a7eef.tar.bz2 linux-3.10-633e24ed95b6c87b42f201ecb65c12a75a5a7eef.zip |
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>
Diffstat (limited to 'net/wireless/Kconfig')
-rw-r--r-- | net/wireless/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index 092ae6faccc..d1d18f34d27 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig @@ -10,19 +10,6 @@ config CFG80211_REG_DEBUG If unsure, say N. -config NL80211 - bool "nl80211 new netlink interface support" - depends on CFG80211 - default y - ---help--- - This option turns on the new netlink interface - (nl80211) support in cfg80211. - - If =n, drivers using mac80211 will be configured via - wireless extension support provided by that subsystem. - - If unsure, say Y. - config WIRELESS_OLD_REGULATORY bool "Old wireless static regulatory definitions" default y |