]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath9k: remove support for the FIF_PROMISC_IN_BSS filter flag
authorFelix Fietkau <nbd@openwrt.org>
Wed, 9 Mar 2011 00:48:12 +0000 (01:48 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Mar 2011 20:03:44 +0000 (13:03 -0700)
commitfd190dfb402d76c46392a13f990988f1158ca8ce
tree3edc59f89d0758b4e31d1c9bd8d273a3602158fc
parentef9d94d459e5fcf1f8183bf04afd61e2a9e22104
ath9k: remove support for the FIF_PROMISC_IN_BSS filter flag

commit 2e286947f1294239527c11f9f466ddce6466455b upstream.

The hardware rx filter flag triggered by FIF_PROMISC_IN_BSS is overly broad
and covers even frames with PHY errors. When this flag is enabled, this message
shows up frequently during scanning or hardware resets:

ath: Could not stop RX, we could be confusing the DMA engine when we start RX up

Since promiscuous mode is usually not particularly useful, yet enabled by
default by bridging (either used normally in 4-addr mode, or with hacks
for various virtualization software), we should sacrifice it for better
reliability during normal operation.

This patch leaves it enabled if there are active monitor mode interfaces, since
it's very useful for debugging.

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/recv.c