]> err.no Git - linux-2.6/blobdiff - Documentation/feature-removal-schedule.txt
[NETNS][RAW]: Create the /proc/net/raw(6) in each namespace.
[linux-2.6] / Documentation / feature-removal-schedule.txt
index 0927425026f1302eb30f193d7b9d99a300107aea..cc02e67239ec853f491f3d294ce2ce43c55877b4 100644 (file)
@@ -280,15 +280,6 @@ Who:       Thomas Gleixner <tglx@linutronix.de>
 
 ---------------------------
 
-What:  shaper network driver
-When:  January 2008
-Files: drivers/net/shaper.c, include/linux/if_shaper.h
-Why:   This driver has been marked obsolete for many years.
-       It was only designed to work on lower speed links and has design
-       flaws that lead to machine crashes. The qdisc infrastructure in
-       2.4 or later kernels, provides richer features and is more robust.
-Who:   Stephen Hemminger <shemminger@linux-foundation.org>
-
 ---------------------------
 
 What:  i2c-i810, i2c-prosavage and i2c-savage4
@@ -307,10 +298,18 @@ Who:      John W. Linville <linville@tuxdriver.com>
 
 ---------------------------
 
-What:  iee80211 softmac wireless networking component
+What:  ieee80211 softmac wireless networking component
 When:  2.6.26 (or after removal of bcm43xx and port of zd1211rw to mac80211)
 Files: net/ieee80211/softmac
 Why:   No in-kernel drivers will depend on it any longer.
 Who:   John W. Linville <linville@tuxdriver.com>
 
 ---------------------------
+
+What:  rc80211-simple rate control algorithm for mac80211
+When:  2.6.26
+Files: net/mac80211/rc80211-simple.c
+Why:   This algorithm was provided for reference but always exhibited bad
+       responsiveness and performance and has some serious flaws. It has been
+       replaced by rc80211-pid.
+Who:   Stefano Brivio <stefano.brivio@polimi.it>