summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ah_internal.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-12-30 06:46:11 +0000
committeradrian <adrian@FreeBSD.org>2012-12-30 06:46:11 +0000
commit5868ddfbc0bb49a9ac055c4a1e76f3096beb8730 (patch)
tree5369a8a367f5dedca2544a7749ea095ebd1f5c84 /sys/dev/ath/ath_hal/ah_internal.h
parent52bf5abd924bc78494905f16ffbd4bd67062240c (diff)
downloadFreeBSD-src-5868ddfbc0bb49a9ac055c4a1e76f3096beb8730.zip
FreeBSD-src-5868ddfbc0bb49a9ac055c4a1e76f3096beb8730.tar.gz
Add spectral scan capability.
Diffstat (limited to 'sys/dev/ath/ath_hal/ah_internal.h')
-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 2d1087a..e3263f9 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -278,7 +278,8 @@ typedef struct {
hal49GhzSupport : 1,
halAntDivCombSupport : 1,
halAntDivCombSupportOrg : 1,
- halRadioRetentionSupport : 1;
+ halRadioRetentionSupport : 1,
+ halSpectralScanSupport : 1;
uint32_t halWirelessModes;
uint16_t halTotalQueues;
OpenPOWER on IntegriCloud