|
@@ -369,8 +369,7 @@ u32 ath9k_htc_calcrxfilter(struct ath9k_htc_priv *priv)
|
|
|
| ATH9K_RX_FILTER_UCAST | ATH9K_RX_FILTER_BCAST
|
|
|
| ATH9K_RX_FILTER_MCAST;
|
|
|
|
|
|
- /* If not a STA, enable processing of Probe Requests */
|
|
|
- if (ah->opmode != NL80211_IFTYPE_STATION)
|
|
|
+ if (priv->rxfilter & FIF_PROBE_REQ)
|
|
|
rfilt |= ATH9K_RX_FILTER_PROBEREQ;
|
|
|
|
|
|
/*
|