Message ID | 20200409082849.27372-1-madhuparnabhowmik10@gmail.com |
---|---|
State | New |
Headers | show |
Series | None | expand |
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c index fdac8192a519..0860f028ab2a 100644 --- a/net/mac80211/scan.c +++ b/net/mac80211/scan.c @@ -451,7 +451,7 @@ static void __ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) * the scan was in progress; if there was none this will * just be a no-op for the particular interface. */ - list_for_each_entry_rcu(sdata, &local->interfaces, list) { + list_for_each_entry(sdata, &local->interfaces, list) { if (ieee80211_sdata_running(sdata)) ieee80211_queue_work(&sdata->local->hw, &sdata->work); }