aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/reg.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/reg.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/reg.h b/drivers/net/wireless/ath/ath9k/reg.h
index 9d632861aaff..96b2cfee8e33 100644
--- a/drivers/net/wireless/ath/ath9k/reg.h
+++ b/drivers/net/wireless/ath/ath9k/reg.h
@@ -1756,4 +1756,17 @@ enum {
1756#define AR9271_CORE_CLOCK 117 /* clock to 117Mhz */ 1756#define AR9271_CORE_CLOCK 117 /* clock to 117Mhz */
1757#define AR9271_TARGET_BAUD_RATE 19200 /* 115200 */ 1757#define AR9271_TARGET_BAUD_RATE 19200 /* 115200 */
1758 1758
1759#define AR_AGG_WEP_ENABLE_FIX 0x00000008 /* This allows the use of AR_AGG_WEP_ENABLE */
1760#define AR_ADHOC_MCAST_KEYID_ENABLE 0x00000040 /* This bit enables the Multicast search
1761 * based on both MAC Address and Key ID.
1762 * If bit is 0, then Multicast search is
1763 * based on MAC address only.
1764 * For Merlin and above only.
1765 */
1766#define AR_AGG_WEP_ENABLE 0x00020000 /* This field enables AGG_WEP feature,
1767 * when it is enable, AGG_WEP would takes
1768 * charge of the encryption interface of
1769 * pcu_txsm.
1770 */
1771
1759#endif 1772#endif