diff options
author | adrian <adrian@FreeBSD.org> | 2011-03-25 00:06:58 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-03-25 00:06:58 +0000 |
commit | 6fa5e5cfe16d3b1072a5cab583f0a75c33719ff3 (patch) | |
tree | f74e2a7bbc4bd8cbd046532d76526a35b48f46d5 /sys/dev | |
parent | a64bc82d665d262f8606c70c3e609adf1635d83b (diff) | |
download | FreeBSD-src-6fa5e5cfe16d3b1072a5cab583f0a75c33719ff3.zip FreeBSD-src-6fa5e5cfe16d3b1072a5cab583f0a75c33719ff3.tar.gz |
The right commit - add a couple more AR_PCU_MISC_MODE2 register bits -
SOWL specific.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ath/ath_hal/ar5416/ar5416reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416reg.h b/sys/dev/ath/ath_hal/ar5416/ar5416reg.h index a093a3e..0104c52 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416reg.h +++ b/sys/dev/ath/ath_hal/ar5416/ar5416reg.h @@ -504,6 +504,8 @@ #define AR_PCU_CLEAR_VMF 0x01000000 /* clear vmf mode (fast cc)*/ #define AR_PCU_CLEAR_BA_VALID 0x04000000 /* clear ba state */ +#define AR_PCU_MISC_MODE2_MGMT_CRYPTO_ENABLE 0x00000002 +#define AR_PCU_MISC_MODE2_NO_CRYPTO_FOR_NON_DATA_PKT 0x00000004 #define AR_PCU_MISC_MODE2_HWWAR1 0x00100000 #define AR_PCU_MISC_MODE2_HWWAR2 0x02000000 |