ath9k: make DMA stop related messages debug-only (#11862, #9654)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Jul 2015 11:45:08 +0000 (11:45 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Jul 2015 11:45:08 +0000 (11:45 +0000)
commit72e226bd4a8f43da9bb12cfd535ac0da0d808678
tree61c735c8ba1e3e95ad366ff8edfa2d521bf38853
parenta7ce30ff03bb7cf6c965d98142e6ab81b2a29031
ath9k: make DMA stop related messages debug-only (#11862, #9654)

A long time ago, ath9k had issues during reset where the DMA engine
would stay active and could potentially corrupt memory.
To debug those issues, the driver would print warnings whenever they
occur.

Nowadays, these issues are gone and the primary cause of these messages
is if the MAC is stuck during reset or busy processing a long
transmission. This is fairly harmless, yet these messages continue to
worry users.

To reduce the number of bogus bug reports, turn these messages into
debug messages and count their occurence in the "reset" debugfs file.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46158 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/mac80211/patches/393-ath9k-make-DMA-stop-related-messages-debug-only.patch [new file with mode: 0644]