diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-09-03 02:38:43 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-08 16:31:05 -0400 |
commit | 7ea310be65bfcbc6e2395844fd3498762dc2aea6 (patch) | |
tree | 78bf6a77bfd2591429a50b0e907563884bdcc72e /drivers/net/wireless/ath/ath9k/mac.h | |
parent | fc548af877374f7e26c4f670f3843c6d29e02a98 (diff) |
ath9k: Fix RX Filter handling for BAR
BAR frames have to be sent to mac80211 only if the
current channel is HT. Also, move the macro to
enum ath9k_rx_filter.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.h b/drivers/net/wireless/ath/ath9k/mac.h index 7b3982295a43..f56e77da6c3e 100644 --- a/drivers/net/wireless/ath/ath9k/mac.h +++ b/drivers/net/wireless/ath/ath9k/mac.h | |||
@@ -568,6 +568,7 @@ enum ath9k_rx_filter { | |||
568 | ATH9K_RX_FILTER_PROBEREQ = 0x00000080, | 568 | ATH9K_RX_FILTER_PROBEREQ = 0x00000080, |
569 | ATH9K_RX_FILTER_PHYERR = 0x00000100, | 569 | ATH9K_RX_FILTER_PHYERR = 0x00000100, |
570 | ATH9K_RX_FILTER_MYBEACON = 0x00000200, | 570 | ATH9K_RX_FILTER_MYBEACON = 0x00000200, |
571 | ATH9K_RX_FILTER_COMP_BAR = 0x00000400, | ||
571 | ATH9K_RX_FILTER_PSPOLL = 0x00004000, | 572 | ATH9K_RX_FILTER_PSPOLL = 0x00004000, |
572 | ATH9K_RX_FILTER_PHYRADAR = 0x00002000, | 573 | ATH9K_RX_FILTER_PHYRADAR = 0x00002000, |
573 | ATH9K_RX_FILTER_MCAST_BCAST_ALL = 0x00008000, | 574 | ATH9K_RX_FILTER_MCAST_BCAST_ALL = 0x00008000, |