]> git.baikalelectronics.ru Git - kernel.git/commit
rc80211-pid: add debugging
authorMattias Nissler <mattias.nissler@gmx.de>
Wed, 19 Dec 2007 00:27:18 +0000 (01:27 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:59:44 +0000 (14:59 -0800)
commitfd502eb1a329a96c0161f362374e7169ba9bbbe1
tree597ab96b5a7827d53ba676e78530646f842b4bde
parentce35d9762c181ac841a1ef5de38c7c604287ebe0
rc80211-pid: add debugging

This adds a new debugfs file from which rate control relevant events can be
read one event per line. The output includes the current time, so graphs can be
created showing the rate control parameters. This helps in evaluating and
tuning rate control parameters. While at it, we split headers and code for
better readability.

Signed-off-by: Mattias Nissler <mattias.nissler@gmx.de>
Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/Makefile
net/mac80211/rc80211_pid.c [deleted file]
net/mac80211/rc80211_pid.h [new file with mode: 0644]
net/mac80211/rc80211_pid_algo.c [new file with mode: 0644]
net/mac80211/rc80211_pid_debugfs.c [new file with mode: 0644]