aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Kconfig
diff options
context:
space:
mode:
authorMattias Nissler <mattias.nissler@gmx.de>2007-12-18 19:25:57 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 17:59:18 -0500
commitad01837593338f13508463fa11c8dbf8109a1e5d (patch)
tree77b521a6b8e7f8357505449fe812a9d41d40afb2 /net/mac80211/Kconfig
parent1abbe498e4b5e4f2000dfc30a0fa25be9553530e (diff)
mac80211: add PID controller based rate control algorithm
Add a new rate control algorithm based on a PID controller. It samples the percentage of failed frames over time, feeds the result into the controller and uses its output to control the TX rate. Signed-off-by: Mattias Nissler <mattias.nissler@gmx.de> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r--net/mac80211/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
index 09711b062807..9f8663b412d9 100644
--- a/net/mac80211/Kconfig
+++ b/net/mac80211/Kconfig
@@ -25,6 +25,18 @@ config MAC80211_RCSIMPLE
25 Say Y unless you know you will have another algorithm 25 Say Y unless you know you will have another algorithm
26 available. 26 available.
27 27
28config MAC80211_RCPID
29 bool "'PID' rate control algorithm" if EMBEDDED
30 default y
31 depends on MAC80211
32 help
33 This option enables a TX rate control algorithm for
34 mac80211 that uses a PID controller to select the TX
35 rate.
36
37 Say Y unless you're sure you want to use a different
38 rate control algorithm.
39
28config MAC80211_LEDS 40config MAC80211_LEDS
29 bool "Enable LED triggers" 41 bool "Enable LED triggers"
30 depends on MAC80211 && LEDS_TRIGGERS 42 depends on MAC80211 && LEDS_TRIGGERS