summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ath/if_ath.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index d74abe0..4105fd6 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -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.
OpenPOWER on IntegriCloud