aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/carl9170/fwcmd.h
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@googlemail.com>2011-01-22 22:46:49 +0100
committerJohn W. Linville <linville@tuxdriver.com>2011-01-27 16:03:53 -0500
commit9e09b5c96caf3f201f1dcb31539d6a6b2c36d0f9 (patch)
tree611368ae2d26f074b451caff912241592b6d8080 /drivers/net/wireless/ath/carl9170/fwcmd.h
parentath9k: clean up enums and unused macros (diff)
downloadwireguard-linux-9e09b5c96caf3f201f1dcb31539d6a6b2c36d0f9.tar.xz
wireguard-linux-9e09b5c96caf3f201f1dcb31539d6a6b2c36d0f9.zip
carl9170: update fw/hw headers
This patch syncs up the header files with the project's main firmware carl9170fw.git. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/fwcmd.h')
-rw-r--r--drivers/net/wireless/ath/carl9170/fwcmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/carl9170/fwcmd.h b/drivers/net/wireless/ath/carl9170/fwcmd.h
index 3680dfc70f46..30449d21b762 100644
--- a/drivers/net/wireless/ath/carl9170/fwcmd.h
+++ b/drivers/net/wireless/ath/carl9170/fwcmd.h
@@ -167,6 +167,7 @@ struct carl9170_rx_filter_cmd {
#define CARL9170_RX_FILTER_CTL_BACKR 0x20
#define CARL9170_RX_FILTER_MGMT 0x40
#define CARL9170_RX_FILTER_DATA 0x80
+#define CARL9170_RX_FILTER_EVERYTHING (~0)
struct carl9170_bcn_ctrl_cmd {
__le32 vif_id;