projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d95521
)
ath9k_hw: Add RX filters
author
Sujith Manoharan
<
[email protected]
>
Wed, 26 Jan 2011 18:19:06 +0000
(23:49 +0530)
committer
John W. Linville
<
[email protected]
>
Fri, 28 Jan 2011 20:44:28 +0000
(15:44 -0500)
The HW has separate filter masks for compressed/uncompressed
BlockAcks and BlockAckRequests. Add them.
Signed-off-by: Sujith Manoharan <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/mac.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/mac.h
b/drivers/net/wireless/ath/ath9k/mac.h
index 7512f97e8f49a07839551833db8ca9206e6a02fc..04d58ae923bb602602fe9bccb40fe918e7776424 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/mac.h
+++ b/
drivers/net/wireless/ath/ath9k/mac.h
@@
-639,6
+639,8
@@
enum ath9k_rx_filter {
ATH9K_RX_FILTER_PHYERR = 0x00000100,
ATH9K_RX_FILTER_MYBEACON = 0x00000200,
ATH9K_RX_FILTER_COMP_BAR = 0x00000400,
+ ATH9K_RX_FILTER_COMP_BA = 0x00000800,
+ ATH9K_RX_FILTER_UNCOMP_BA_BAR = 0x00001000,
ATH9K_RX_FILTER_PSPOLL = 0x00004000,
ATH9K_RX_FILTER_PHYRADAR = 0x00002000,
ATH9K_RX_FILTER_MCAST_BCAST_ALL = 0x00008000,