mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
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:
parent
a4e6347b86
commit
17102f802f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265034
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user