commit | ac06697c79bad09e44a8b1d52104014016fb90de | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sat Oct 08 15:49:57 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 11 16:41:24 2011 -0400 |
tree | 3feb595d9e1bc1769fb6aae01972979a2dc5af5e | |
parent | 55ad5962e97430c83d51df36fc18865ee4f78c48 [diff] |
ath9k: disable unnecessary PHY error reporting 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> Cc: stable@kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>