svn commit: r265034 - head/sys/contrib/dev/ath/ath_hal/ar9300
Adrian Chadd
adrian at FreeBSD.org
Sun Apr 27 23:37:40 UTC 2014
Author: adrian
Date: Sun Apr 27 23:37:39 2014
New Revision: 265034
URL: http://svnweb.freebsd.org/changeset/base/265034
Log:
Note that the AR9380 and later hardware supports MYBEACON.
(Yes, I said AR5416 in the committed code. It's still strictly true.)
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c Sun Apr 27 23:37:03 2014 (r265033)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c Sun Apr 27 23:37:39 2014 (r265034)
@@ -2934,6 +2934,10 @@ ar9300_fill_capability_info(struct ath_h
p_cap->halRxUsingLnaMixing = AH_TRUE;
}
+ /*
+ * AR5416 and later NICs support MYBEACON filtering.
+ */
+ p_cap->halRxDoMyBeacon = AH_TRUE;
#if ATH_WOW_OFFLOAD
if (AR_SREV_JUPITER_20_OR_LATER(ah) || AR_SREV_APHRODITE(ah)) {
More information about the svn-src-all
mailing list