1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Don't enable the PHY radar errors in calcrxfilter.

That way the radar errors aren't enabled prematurely.

A DFS tester has reported that radar events are reported
during channel scanning, before DFS is actually enabled.
This commit is contained in:
Adrian Chadd 2011-10-17 14:17:37 +00:00
parent 2a5e51fa7b
commit a05e382c09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226469

View File

@ -2031,10 +2031,6 @@ ath_calcrxfilter(struct ath_softc *sc)
if (ic->ic_opmode == IEEE80211_M_MONITOR)
rfilt |= HAL_RX_FILTER_CONTROL;
if (sc->sc_dodfs) {
rfilt |= HAL_RX_FILTER_PHYRADAR;
}
/*
* Enable RX of compressed BAR frames only when doing
* 802.11n. Required for A-MPDU.