From 99f46e36f19046f1e637a6e1b8411ec831af53e7 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 28 Jan 2015 04:02:56 +0000 Subject: Add a new HAL capability - required to compile the updated AR9300 HAL i have lying about. --- sys/dev/ath/ath_hal/ah_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/ath') 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; -- cgit v1.2.3