Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / net / mac80211 / ibss.c
index 9b983788ee5180eff22407bc27a43791fe0503d2..fc3238376b39546d025f81ad92240356a77aa48b 100644 (file)
@@ -1739,7 +1739,6 @@ void ieee80211_ibss_notify_scan_completed(struct ieee80211_local *local)
                if (sdata->vif.type != NL80211_IFTYPE_ADHOC)
                        continue;
                sdata->u.ibss.last_scan_completed = jiffies;
-               ieee80211_queue_work(&local->hw, &sdata->work);
        }
        mutex_unlock(&local->iflist_mtx);
 }