summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ah_internal.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-11-07 06:23:23 +0000
committeradrian <adrian@FreeBSD.org>2012-11-07 06:23:23 +0000
commit19f287cb030a2886acbc3b69e186b42c1ac3ffd9 (patch)
tree67fbe85124fbda3155d8bc2c0fc58a3e6fc21aae /sys/dev/ath/ath_hal/ah_internal.h
parent4f8fc97af9003fdb83efccc634a101bb0b795dfe (diff)
downloadFreeBSD-src-19f287cb030a2886acbc3b69e186b42c1ac3ffd9.zip
FreeBSD-src-19f287cb030a2886acbc3b69e186b42c1ac3ffd9.tar.gz
Add new HAL configuration features for the updated AR9300 HAL.
Diffstat (limited to 'sys/dev/ath/ath_hal/ah_internal.h')
-rw-r--r--sys/dev/ath/ath_hal/ah_internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah_internal.h b/sys/dev/ath/ath_hal/ah_internal.h
index 416130c..2d1087a 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -276,7 +276,9 @@ typedef struct {
halApmEnable : 1,
halIntrMitigation : 1,
hal49GhzSupport : 1,
- halAntDivCombSupport : 1;
+ halAntDivCombSupport : 1,
+ halAntDivCombSupportOrg : 1,
+ halRadioRetentionSupport : 1;
uint32_t halWirelessModes;
uint16_t halTotalQueues;
OpenPOWER on IntegriCloud