|
@@ -430,8 +430,7 @@ u32 ath_calcrxfilter(struct ath_softc *sc)
|
|
| ATH9K_RX_FILTER_UCAST | ATH9K_RX_FILTER_BCAST
|
|
| ATH9K_RX_FILTER_UCAST | ATH9K_RX_FILTER_BCAST
|
|
| ATH9K_RX_FILTER_MCAST;
|
|
| ATH9K_RX_FILTER_MCAST;
|
|
|
|
|
|
- /* If not a STA, enable processing of Probe Requests */
|
|
|
|
- if (sc->sc_ah->opmode != NL80211_IFTYPE_STATION)
|
|
|
|
|
|
+ if (sc->rx.rxfilter & FIF_PROBE_REQ)
|
|
rfilt |= ATH9K_RX_FILTER_PROBEREQ;
|
|
rfilt |= ATH9K_RX_FILTER_PROBEREQ;
|
|
|
|
|
|
/*
|
|
/*
|