aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/Kconfig
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-07-01 15:26:44 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-07-10 15:01:48 -0400
commit898324025fc12132d3ed98f8baf4fb3fa45327e0 (patch)
tree7108339cef4ded95d85d29dbd9004052fc784f90 /net/wireless/Kconfig
parentd3cebbdcedf8d1519913f6e9bf88dbac7fbaa760 (diff)
wext: default to y
The way I initially thought we could do wireless extensions is by making all the compat code in cfg80211 be independent of CONFIG_WIRELESS_EXT, but this is turning out to not be feasible. Therefore, fix the Kconfig help text and make the option default to yes, so people won't get a nasty surprise when mac80211 will get rid of its 'select WIRELESS_EXT' any time now. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/Kconfig')
-rw-r--r--net/wireless/Kconfig12
1 files changed, 3 insertions, 9 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 4428dd5e911d..ec64571c4c23 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -35,19 +35,13 @@ config WIRELESS_OLD_REGULATORY
35 35
36config WIRELESS_EXT 36config WIRELESS_EXT
37 bool "Wireless extensions" 37 bool "Wireless extensions"
38 default n 38 default y
39 ---help--- 39 ---help---
40 This option enables the legacy wireless extensions 40 This option enables the legacy wireless extensions
41 (wireless network interface configuration via ioctls.) 41 (wireless network interface configuration via ioctls.)
42 42
43 Wireless extensions will be replaced by cfg80211 and 43 Say Y unless you've upgraded all your userspace to use
44 will be required only by legacy drivers that implement 44 nl80211 instead of wireless extensions.
45 wireless extension handlers. This option does not
46 affect the wireless-extension backward compatibility
47 code in cfg80211.
48
49 Say N (if you can) unless you know you need wireless
50 extensions for external modules.
51 45
52config WIRELESS_EXT_SYSFS 46config WIRELESS_EXT_SYSFS
53 bool "Wireless extensions sysfs files" 47 bool "Wireless extensions sysfs files"