commit | ad01837593338f13508463fa11c8dbf8109a1e5d | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mattias.nissler@gmx.de> | Wed Dec 19 01:25:57 2007 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:59:18 2008 -0800 |
tree | 77b521a6b8e7f8357505449fe812a9d41d40afb2 | |
parent | 1abbe498e4b5e4f2000dfc30a0fa25be9553530e [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>