|
@@ -400,7 +400,8 @@ u32 ath_calcrxfilter(struct ath_softc *sc)
|
|
|
if (sc->sc_ah->is_monitoring)
|
|
|
rfilt |= ATH9K_RX_FILTER_PROM;
|
|
|
|
|
|
- if (sc->cur_chan->rxfilter & FIF_CONTROL)
|
|
|
+ if ((sc->cur_chan->rxfilter & FIF_CONTROL) ||
|
|
|
+ sc->sc_ah->dynack.enabled)
|
|
|
rfilt |= ATH9K_RX_FILTER_CONTROL;
|
|
|
|
|
|
if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) &&
|