|
|
@@ -3195,6 +3195,9 @@ __ieee80211_channel_switch(struct wiphy *wiphy, struct net_device *dev,
|
|
|
ieee80211_stop_vif_queues(local, sdata,
|
|
|
IEEE80211_QUEUE_STOP_REASON_CSA);
|
|
|
|
|
|
+ cfg80211_ch_switch_started_notify(sdata->dev, &sdata->csa_chandef,
|
|
|
+ params->count);
|
|
|
+
|
|
|
if (changed) {
|
|
|
ieee80211_bss_info_change_notify(sdata, changed);
|
|
|
drv_channel_switch_beacon(sdata, ¶ms->chandef);
|