linux/drivers/net/wireless/ath/ath6kl
Kalle Valo 37ca633507 ath6kl: change aggreation timeout message from an error to a debug message
When I connect to my Linksys WT610N AP supporting 11n I see a lot of
aggreation timeout errors:

[  408.885053] ath6kl: aggr timeout (st 3109 end 3140)
[  463.872108] ath6kl: aggr timeout (st 3671 end 3702)
[  495.010060] ath6kl: aggr timeout (st 3983 end 4014)
[  503.604047] ath6kl: aggr timeout (st 4065 end 0)
[  518.963047] ath6kl: aggr timeout (st 141 end 172)
[  525.014066] ath6kl: aggr timeout (st 205 end 236)
[  573.957051] ath6kl: aggr timeout (st 701 end 732)
[  585.019067] ath6kl: aggr timeout (st 816 end 847)

But still the connection seems to work. To not clutter the logs change
the error message to a debug message. But add a fixme comment so that
this will be investigated.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2011-08-09 19:45:22 +03:00
..
bmi.c
bmi.h
cfg80211.c ath6kl: fix crash when interface is closed but scan is ongoing 2011-08-09 19:45:22 +03:00
cfg80211.h
common.h
core.h ath6kl: Use bit field macros to maintain wlan enabled and disabled status 2011-08-09 19:45:22 +03:00
debug.c
debug.h ath6kl: change aggreation timeout message from an error to a debug message 2011-08-09 19:45:22 +03:00
hif-ops.h ath6kl: Move scatter information from ath6kl_device to htc_target 2011-08-09 19:45:21 +03:00
hif.h ath6kl: Move scatter information from ath6kl_device to htc_target 2011-08-09 19:45:21 +03:00
htc_hif.c ath6kl: Move chk_irq_status_cnt from ath6kl_device to htc_target 2011-08-09 19:45:21 +03:00
htc_hif.h ath6kl: Remove unused struct ath6kl_async_reg_io_buffer 2011-08-09 19:45:21 +03:00
htc.c ath6kl: Rearrange the variable and the value position in IF condition 2011-08-09 19:45:21 +03:00
htc.h ath6kl: Move chk_irq_status_cnt from ath6kl_device to htc_target 2011-08-09 19:45:21 +03:00
init.c ath6kl: Use bit field macros to maintain wlan enabled and disabled status 2011-08-09 19:45:22 +03:00
Kconfig ath6kl: remove dependency to wireless extensions 2011-08-09 19:45:22 +03:00
main.c ath6kl: Use bit field macros to maintain wlan enabled and disabled status 2011-08-09 19:45:22 +03:00
Makefile
node.c
sdio.c ath6kl: Move scatter information from ath6kl_device to htc_target 2011-08-09 19:45:21 +03:00
target.h
txrx.c ath6kl: change aggreation timeout message from an error to a debug message 2011-08-09 19:45:22 +03:00
wmi.c ath6kl: Avoid two memset to clear src and desr mac addr variable memory in ath6kl_wmi_dot11_hdr_remove() 2011-08-09 19:45:21 +03:00
wmi.h