linux/drivers/net/wireless/ath/ath5k
Bruno Randolf 7644395f8d ath5k: add debugfs file frameerrors
add a debugfs file to see different RX and TX errors as reported in our status
descriptors. this can help to diagnose driver problems.

statistics can be cleared by writing 'clear' into the frameerrors file.

example:

# cat /sys/kernel/debug/ath5k/phy0/frameerrors
RX
---------------------
CRC     27      (11%)
PHY     3       (1%)
FIFO    0       (0%)
decrypt 0       (0%)
MIC     0       (0%)
process 0       (0%)
jumbo   0       (0%)
[RX all 245]

TX
---------------------
retry   2       (9%)
FIFO    0       (0%)
filter  0       (0%)
[TX all 21]

Signed-off-by: Bruno Randolf <br1@einfach.org>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-03-10 17:44:39 -05:00
..
ath5k.h ath5k: remove ah_gpio_npins 2010-03-10 17:44:37 -05:00
attach.c ath5k: remove ah_mac_revision 2010-03-10 17:44:36 -05:00
base.c ath5k: add debugfs file frameerrors 2010-03-10 17:44:39 -05:00
base.h ath5k: add debugfs file frameerrors 2010-03-10 17:44:39 -05:00
caps.c ath5k: remove ah_gpio_npins 2010-03-10 17:44:37 -05:00
debug.c ath5k: add debugfs file frameerrors 2010-03-10 17:44:39 -05:00
debug.h ath5k: add debugfs file frameerrors 2010-03-10 17:44:39 -05:00
desc.c ath5k: remove ah_magic 2010-03-10 17:44:34 -05:00
desc.h
dma.c
eeprom.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 2010-01-19 11:43:42 -08:00
eeprom.h ath5k: remove ah_magic 2010-03-10 17:44:34 -05:00
gpio.c
initvals.c atheros: define shared bssidmask setting 2009-10-07 16:39:28 -04:00
Kconfig wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig 2009-10-30 16:50:35 -04:00
led.c ath5k: adding LED support for AR5BXB63 cards 2010-01-27 15:01:24 -05:00
Makefile
pcu.c ath5k: remove double opmode definition 2010-03-10 17:44:33 -05:00
phy.c ath5k: preserve antenna settings 2010-03-10 17:44:32 -05:00
qcu.c ath5k: remove stale function declarations, make some functions static 2010-03-09 15:02:54 -05:00
reg.h ath5k: use noise calibration from madwifi hal 2009-10-27 16:48:18 -04:00
reset.c ath5k: remove double opmode definition 2010-03-10 17:44:33 -05:00
rfbuffer.h
rfgain.h
rfkill.c