summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-03-10 09:43:01 +0000
committeradrian <adrian@FreeBSD.org>2013-03-10 09:43:01 +0000
commit1e821c7783bede12333aee70f7a7e6582aac11d6 (patch)
tree22267fd037b4a212644428f2eb5c9e6247e8ea07
parentf7c2b781b975f1649c3dcfd66c1526e54445fc78 (diff)
downloadFreeBSD-src-1e821c7783bede12333aee70f7a7e6582aac11d6.zip
FreeBSD-src-1e821c7783bede12333aee70f7a7e6582aac11d6.tar.gz
Add another register definition bit - whether to populate EVM or PLCP
data in the RX status descriptor. Obtained from: Qualcomm Atheros
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416reg.h b/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
index 13b7da6..d020206 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
@@ -521,6 +521,7 @@
#define AR_PCU_TBTT_PROTECT 0x00200000 /* no xmit upto tbtt+20 uS */
#define AR_PCU_CLEAR_VMF 0x01000000 /* clear vmf mode (fast cc)*/
#define AR_PCU_CLEAR_BA_VALID 0x04000000 /* clear ba state */
+#define AR_PCU_SEL_EVM 0x08000000 /* select EVM data or PLCP header */
#define AR_PCU_MISC_MODE2_MGMT_CRYPTO_ENABLE 0x00000002
#define AR_PCU_MISC_MODE2_NO_CRYPTO_FOR_NON_DATA_PKT 0x00000004
OpenPOWER on IntegriCloud