mac80211: remove unneeded ieee80211_run_deferred_scan()
authorJohannes Berg <johannes.berg@intel.com>
Mon, 11 Jun 2012 09:34:18 +0000 (11:34 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Jun 2012 15:01:17 +0000 (17:01 +0200)
Ilan pointed out to me that ieee80211_start_next_roc()
already calls ieee80211_run_deferred_scan() if the list
of ROC items is empty, so there's no need to call it
again after calling ieee80211_start_next_roc().

Reported-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found