aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-01-28 04:02:56 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-01-28 04:02:56 +0000
commit99f46e36f19046f1e637a6e1b8411ec831af53e7 (patch)
tree7af30a5b4bfa4ec66b1217c3399d9415dff466e6 /sys/dev/ath
parentaec9ef97450edfea337bd2abe09b5ec8db2d483e (diff)
downloadsrc-99f46e36f19046f1e637a6e1b8411ec831af53e7.tar.gz
src-99f46e36f19046f1e637a6e1b8411ec831af53e7.zip
Add a new HAL capability - required to compile the updated AR9300
HAL i have lying about.
Notes
Notes: svn path=/head/; revision=277821
Diffstat (limited to 'sys/dev/ath')
-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 0892a428895a..33d11fd83f59 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -282,7 +282,8 @@ typedef struct {
halRadioRetentionSupport : 1,
halSpectralScanSupport : 1,
halRxUsingLnaMixing : 1,
- halRxDoMyBeacon : 1;
+ halRxDoMyBeacon : 1,
+ halHwUapsdTrig : 1;
uint32_t halWirelessModes;
uint16_t halTotalQueues;