aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/Kconfig
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2011-12-06 14:45:37 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-12-07 15:19:39 -0500
commit0052d812599fb0327792b6c3f4257b26dcc13239 (patch)
treea53037a4a3cb5f2b4a686ebf07eebe63b0bc7681 /net/wireless/Kconfig
parent4f17c48e3902c823e4af68d2de9546f5b707533d (diff)
wireless: disable wext sysfs by default
This code has been on the list to remove for a long time, so disable it by default, add a warning to its Kconfig, and schedule it for removal in 3.5. The only known dependency, hal, has not required it since its 0.5.12 release, which was in early 2009 and hal has since been deprecated completely. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/Kconfig')
-rw-r--r--net/wireless/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 1f1ef70f34f..2e4444fedbe 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -121,15 +121,16 @@ config CFG80211_WEXT
121 121
122config WIRELESS_EXT_SYSFS 122config WIRELESS_EXT_SYSFS
123 bool "Wireless extensions sysfs files" 123 bool "Wireless extensions sysfs files"
124 default y
125 depends on WEXT_CORE && SYSFS 124 depends on WEXT_CORE && SYSFS
126 help 125 help
127 This option enables the deprecated wireless statistics 126 This option enables the deprecated wireless statistics
128 files in /sys/class/net/*/wireless/. The same information 127 files in /sys/class/net/*/wireless/. The same information
129 is available via the ioctls as well. 128 is available via the ioctls as well.
130 129
131 Say Y if you have programs using it, like old versions of 130 Say N. If you know you have ancient tools requiring it,
132 hal. 131 like very old versions of hal (prior to 0.5.12 release),
132 say Y and update the tools as soon as possible as this
133 option will be removed soon.
133 134
134config LIB80211 135config LIB80211
135 tristate "Common routines for IEEE802.11 drivers" 136 tristate "Common routines for IEEE802.11 drivers"