diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 8 |
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. | |||
314 | Who: John W. Linville <linville@tuxdriver.com> | 314 | Who: John W. Linville <linville@tuxdriver.com> |
315 | 315 | ||
316 | --------------------------- | 316 | --------------------------- |
317 | |||
318 | What: rc80211-simple rate control algorithm for mac80211 | ||
319 | When: 2.6.26 | ||
320 | Files: net/mac80211/rc80211-simple.c | ||
321 | Why: 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. | ||
324 | Who: Stefano Brivio <stefano.brivio@polimi.it> | ||