diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-14 23:40:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-14 23:40:34 -0400 |
commit | fc943b12e48f9341bce48c2fadf094cc721aab93 (patch) | |
tree | 8c3244d7f5fae4edbfe0a5103789b0bc5c64f478 /Documentation | |
parent | 72d9794f444734af56ef12833b496326643e2964 (diff) | |
parent | 4c9adafff7d910f142fe44fae37ed12c6b99f20f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 8319c462c9f0..db300e09c9ac 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -333,3 +333,13 @@ Why: This option was introduced just to allow older lm-sensors userspace | |||
333 | to keep working over the upgrade to 2.6.26. At the scheduled time of | 333 | to keep working over the upgrade to 2.6.26. At the scheduled time of |
334 | removal fixed lm-sensors (2.x or 3.x) should be readily available. | 334 | removal fixed lm-sensors (2.x or 3.x) should be readily available. |
335 | Who: Rene Herman <rene.herman@gmail.com> | 335 | Who: Rene Herman <rene.herman@gmail.com> |
336 | |||
337 | --------------------------- | ||
338 | |||
339 | What: Code that is now under CONFIG_WIRELESS_EXT_SYSFS | ||
340 | (in net/core/net-sysfs.c) | ||
341 | When: After the only user (hal) has seen a release with the patches | ||
342 | for enough time, probably some time in 2010. | ||
343 | Why: Over 1K .text/.data size reduction, data is available in other | ||
344 | ways (ioctls) | ||
345 | Who: Johannes Berg <johannes@sipsolutions.net> | ||