aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
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 /Documentation
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 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 3d849122b5b1..33f7327d0451 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -263,8 +263,7 @@ Who: Ravikiran Thirumalai <kiran@scalex86.org>
263 263
264What: Code that is now under CONFIG_WIRELESS_EXT_SYSFS 264What: Code that is now under CONFIG_WIRELESS_EXT_SYSFS
265 (in net/core/net-sysfs.c) 265 (in net/core/net-sysfs.c)
266When: After the only user (hal) has seen a release with the patches 266When: 3.5
267 for enough time, probably some time in 2010.
268Why: Over 1K .text/.data size reduction, data is available in other 267Why: Over 1K .text/.data size reduction, data is available in other
269 ways (ioctls) 268 ways (ioctls)
270Who: Johannes Berg <johannes@sipsolutions.net> 269Who: Johannes Berg <johannes@sipsolutions.net>