Loading net/mac80211/scan.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -407,7 +407,7 @@ static void ieee80211_scan_state_send_probe(struct ieee80211_local *local, enum ieee80211_band band = local->hw.conf.channel->band; enum ieee80211_band band = local->hw.conf.channel->band; sdata = rcu_dereference_protected(local->scan_sdata, sdata = rcu_dereference_protected(local->scan_sdata, lockdep_is_held(&local->mtx));; lockdep_is_held(&local->mtx)); for (i = 0; i < local->scan_req->n_ssids; i++) for (i = 0; i < local->scan_req->n_ssids; i++) ieee80211_send_probe_req( ieee80211_send_probe_req( Loading Loading
net/mac80211/scan.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -407,7 +407,7 @@ static void ieee80211_scan_state_send_probe(struct ieee80211_local *local, enum ieee80211_band band = local->hw.conf.channel->band; enum ieee80211_band band = local->hw.conf.channel->band; sdata = rcu_dereference_protected(local->scan_sdata, sdata = rcu_dereference_protected(local->scan_sdata, lockdep_is_held(&local->mtx));; lockdep_is_held(&local->mtx)); for (i = 0; i < local->scan_req->n_ssids; i++) for (i = 0; i < local->scan_req->n_ssids; i++) ieee80211_send_probe_req( ieee80211_send_probe_req( Loading