aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2014-04-27 23:37:39 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2014-04-27 23:37:39 +0000
commit17102f802f68859279ed105a0c30765cab7eb0d1 (patch)
treee08075e8863b138b385774a2585e72892b33e5cc
parenta4e6347b86da7b9c08e8e717acd13ebaca6f4966 (diff)
downloadsrc-17102f802f68859279ed105a0c30765cab7eb0d1.tar.gz
src-17102f802f68859279ed105a0c30765cab7eb0d1.zip
Note that the AR9380 and later hardware supports MYBEACON.
(Yes, I said AR5416 in the committed code. It's still strictly true.)
Notes
Notes: svn path=/head/; revision=265034
-rw-r--r--sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
index 335414e2b077..46833ef749f4 100644
--- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
@@ -2934,6 +2934,10 @@ ar9300_fill_capability_info(struct ath_hal *ah)
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)) {