]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ath9k: disable unnecessary PHY error reporting
authorFelix Fietkau <nbd@openwrt.org>
Sat, 8 Oct 2011 13:49:57 +0000 (15:49 +0200)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:17:51 +0000 (11:17 -0800)
commitc7a9b07991bd9e4182fba8375695807d41f86d0a
tree7e6d3c71680c981bb0f707cc9fe1e5d439f1b49a
parent3ac335df10ebf8c98cb9aa64a606386c58287926
ath9k: disable unnecessary PHY error reporting

commit ac06697c79bad09e44a8b1d52104014016fb90de upstream.

PHY errors relevant for ANI are always tracked by hardware counters, the
bits that allow them to pass through the rx filter are independent of that.
Enabling PHY errors in the rx filter often creates lots of useless DMA traffic
and might be responsible for some of the rx dma stop failure warnings.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath/ath9k/ani.c
drivers/net/wireless/ath/ath9k/recv.c