Date: Wed, 28 Jan 2015 04:02:56 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277821 - head/sys/dev/ath/ath_hal Message-ID: <201501280402.t0S42uC0069865@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501280402.t0S42uC0069865>