Note that the AR9380 and later hardware supports MYBEACON.

(Yes, I said AR5416 in the committed code.  It's still strictly true.)
This commit is contained in:
Adrian Chadd 2014-04-27 23:37:39 +00:00
parent a4e6347b86
commit 17102f802f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265034

View File

@ -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)) {