diff options
author | Senthil Balasubramanian <senthilb@qca.qualcomm.com> | 2011-09-13 22:38:16 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-16 16:45:32 -0400 |
commit | ce407afc1008a67969ae05717e86dcee9ce5de76 (patch) | |
tree | 0d6ec269e1937a07b86811fd940cd7510f1eab6f /drivers/net/wireless/ath/ath9k/mac.h | |
parent | 910868db3f114df32387a9c51a729b2645febe4d (diff) | |
download | talos-obmc-linux-ce407afc1008a67969ae05717e86dcee9ce5de76.tar.gz talos-obmc-linux-ce407afc1008a67969ae05717e86dcee9ce5de76.zip |
ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.
Add initvals and register modifications required to support AR946/8x chipsets.
Signed-off-by: Senthil Balasubramanian <senthilb@qca.qualcomm.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 acb83bfd05a0..2a523709ca9c 100644 --- a/drivers/net/wireless/ath/ath9k/mac.h +++ b/drivers/net/wireless/ath/ath9k/mac.h @@ -644,6 +644,7 @@ enum ath9k_rx_filter { ATH9K_RX_FILTER_PSPOLL = 0x00004000, ATH9K_RX_FILTER_PHYRADAR = 0x00002000, ATH9K_RX_FILTER_MCAST_BCAST_ALL = 0x00008000, + ATH9K_RX_FILTER_CONTROL_WRAPPER = 0x00080000, }; #define ATH9K_RATESERIES_RTS_CTS 0x0001 |