summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-08-29 04:09:54 +0000
committeradrian <adrian@FreeBSD.org>2012-08-29 04:09:54 +0000
commit6640c26a5211b90fe2c8154e06ccb0f62266ed89 (patch)
tree3d715c70ddff7a241fbf368c7cdb2d4022c50a9f
parent5dca84e0c62cb2f4829fd6a883e4228052c027d5 (diff)
downloadFreeBSD-src-6640c26a5211b90fe2c8154e06ccb0f62266ed89.zip
FreeBSD-src-6640c26a5211b90fe2c8154e06ccb0f62266ed89.tar.gz
Add a new capability bit - whether the hardware supports AR9285 style
combined diversity.
-rw-r--r--sys/dev/ath/ath_hal/ah_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah_internal.h b/sys/dev/ath/ath_hal/ah_internal.h
index 0669c10..5f50d75 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -234,7 +234,8 @@ typedef struct {
uint32_t halIsrRacSupport : 1,
halApmEnable : 1,
halIntrMitigation : 1,
- hal49GhzSupport : 1;
+ hal49GhzSupport : 1,
+ halAntDivCombSupport : 1;
uint32_t halWirelessModes;
uint16_t halTotalQueues;
OpenPOWER on IntegriCloud