diff options
Diffstat (limited to 'net/mac80211/scan.c')
-rw-r--r-- | net/mac80211/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c index 489b6ad200d4..8acce724f0dc 100644 --- a/net/mac80211/scan.c +++ b/net/mac80211/scan.c | |||
@@ -170,7 +170,7 @@ ieee80211_scan_rx(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) | |||
170 | return RX_CONTINUE; | 170 | return RX_CONTINUE; |
171 | 171 | ||
172 | if (skb->len < 24) | 172 | if (skb->len < 24) |
173 | return RX_DROP_MONITOR; | 173 | return RX_CONTINUE; |
174 | 174 | ||
175 | presp = ieee80211_is_probe_resp(fc); | 175 | presp = ieee80211_is_probe_resp(fc); |
176 | if (presp) { | 176 | if (presp) { |