diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2011-01-22 16:46:49 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-01-27 16:03:53 -0500 |
commit | 9e09b5c96caf3f201f1dcb31539d6a6b2c36d0f9 (patch) | |
tree | 611368ae2d26f074b451caff912241592b6d8080 /drivers/net/wireless/ath/carl9170/fwcmd.h | |
parent | 436d0d985383a2ede326f8ec5117d185690dc3f3 (diff) |
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.h | 1 |
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 { | |||
167 | #define CARL9170_RX_FILTER_CTL_BACKR 0x20 | 167 | #define CARL9170_RX_FILTER_CTL_BACKR 0x20 |
168 | #define CARL9170_RX_FILTER_MGMT 0x40 | 168 | #define CARL9170_RX_FILTER_MGMT 0x40 |
169 | #define CARL9170_RX_FILTER_DATA 0x80 | 169 | #define CARL9170_RX_FILTER_DATA 0x80 |
170 | #define CARL9170_RX_FILTER_EVERYTHING (~0) | ||
170 | 171 | ||
171 | struct carl9170_bcn_ctrl_cmd { | 172 | struct carl9170_bcn_ctrl_cmd { |
172 | __le32 vif_id; | 173 | __le32 vif_id; |