|
@@ -826,9 +826,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata,
|
|
|
if (sdata->wdev.cac_started) {
|
|
|
chandef = sdata->vif.bss_conf.chandef;
|
|
|
WARN_ON(local->suspended);
|
|
|
- mutex_lock(&local->iflist_mtx);
|
|
|
ieee80211_vif_release_channel(sdata);
|
|
|
- mutex_unlock(&local->iflist_mtx);
|
|
|
cfg80211_cac_event(sdata->dev, &chandef,
|
|
|
NL80211_RADAR_CAC_ABORTED,
|
|
|
GFP_KERNEL);
|