diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 6a451f47d40f..c3b1430cf603 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -304,3 +304,15 @@ Why: The code says it was obsolete when it was written in 2001. | |||
304 | Who: Richard Purdie <rpurdie@rpsys.net> | 304 | Who: Richard Purdie <rpurdie@rpsys.net> |
305 | 305 | ||
306 | --------------------------- | 306 | --------------------------- |
307 | |||
308 | What: Wireless extensions over netlink (CONFIG_NET_WIRELESS_RTNETLINK) | ||
309 | When: with the merge of wireless-dev, 2.6.22 or later | ||
310 | Why: The option/code is | ||
311 | * not enabled on most kernels | ||
312 | * not required by any userspace tools (except an experimental one, | ||
313 | and even there only for some parts, others use ioctl) | ||
314 | * pointless since wext is no longer evolving and the ioctl | ||
315 | interface needs to be kept | ||
316 | Who: Johannes Berg <johannes@sipsolutions.net> | ||
317 | |||
318 | --------------------------- | ||