Author: adrian Date: Wed Jan 28 04:02:56 2015 New Revision: 277821 URL: https://svnweb.freebsd.org/changeset/base/277821
Log: Add a new HAL capability - required to compile the updated AR9300 HAL i have lying about. Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified: head/sys/dev/ath/ath_hal/ah_internal.h ============================================================================== --- head/sys/dev/ath/ath_hal/ah_internal.h Wed Jan 28 03:05:37 2015 (r277820) +++ head/sys/dev/ath/ath_hal/ah_internal.h Wed Jan 28 04:02:56 2015 (r277821) @@ -282,7 +282,8 @@ typedef struct { halRadioRetentionSupport : 1, halSpectralScanSupport : 1, halRxUsingLnaMixing : 1, - halRxDoMyBeacon : 1; + halRxDoMyBeacon : 1, + halHwUapsdTrig : 1; uint32_t halWirelessModes; uint16_t halTotalQueues; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"