diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index bc4b9c6eb80e..61d1a89baeaf 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -249,15 +249,6 @@ Who: Ravikiran Thirumalai <kiran@scalex86.org> | |||
249 | 249 | ||
250 | --------------------------- | 250 | --------------------------- |
251 | 251 | ||
252 | What: Code that is now under CONFIG_WIRELESS_EXT_SYSFS | ||
253 | (in net/core/net-sysfs.c) | ||
254 | When: 3.5 | ||
255 | Why: Over 1K .text/.data size reduction, data is available in other | ||
256 | ways (ioctls) | ||
257 | Who: Johannes Berg <johannes@sipsolutions.net> | ||
258 | |||
259 | --------------------------- | ||
260 | |||
261 | What: sysfs ui for changing p4-clockmod parameters | 252 | What: sysfs ui for changing p4-clockmod parameters |
262 | When: September 2009 | 253 | When: September 2009 |
263 | Why: See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and | 254 | Why: See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and |
@@ -434,6 +425,19 @@ Who: Hans Verkuil <hans.verkuil@cisco.com> | |||
434 | 425 | ||
435 | ---------------------------- | 426 | ---------------------------- |
436 | 427 | ||
428 | What: CONFIG_CFG80211_WEXT | ||
429 | When: as soon as distributions ship new wireless tools, ie. wpa_supplicant 1.0 | ||
430 | and NetworkManager/connman/etc. that are able to use nl80211 | ||
431 | Why: Wireless extensions are deprecated, and userland tools are moving to | ||
432 | using nl80211. New drivers are no longer using wireless extensions, | ||
433 | and while there might still be old drivers, both new drivers and new | ||
434 | userland no longer needs them and they can't be used for an feature | ||
435 | developed in the past couple of years. As such, compatibility with | ||
436 | wireless extensions in new drivers will be removed. | ||
437 | Who: Johannes Berg <johannes@sipsolutions.net> | ||
438 | |||
439 | ---------------------------- | ||
440 | |||
437 | What: g_file_storage driver | 441 | What: g_file_storage driver |
438 | When: 3.8 | 442 | When: 3.8 |
439 | Why: This driver has been superseded by g_mass_storage. | 443 | Why: This driver has been superseded by g_mass_storage. |