aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 0927425026f1..a6cf8f6fc586 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -314,3 +314,11 @@ Why: No in-kernel drivers will depend on it any longer.
314Who: John W. Linville <linville@tuxdriver.com> 314Who: John W. Linville <linville@tuxdriver.com>
315 315
316--------------------------- 316---------------------------
317
318What: rc80211-simple rate control algorithm for mac80211
319When: 2.6.26
320Files: net/mac80211/rc80211-simple.c
321Why: This algorithm was provided for reference but always exhibited bad
322 responsiveness and performance and has some serious flaws. It has been
323 replaced by rc80211-pid.
324Who: Stefano Brivio <stefano.brivio@polimi.it>