wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()
[linux-block.git] / net / mac80211 / mlme.c
index 2dcb7f5c83979a573601677af331e1186f4f30f5..82cf4ad8bf422cb572ab27e1daa4231cb313b4d2 100644 (file)
@@ -1911,7 +1911,7 @@ ieee80211_sta_process_chanswitch(struct ieee80211_link_data *link,
                                          IEEE80211_QUEUE_STOP_REASON_CSA);
        mutex_unlock(&local->mtx);
 
-       cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef,
+       cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef, 0,
                                          csa_ie.count, csa_ie.mode);
 
        if (local->ops->channel_switch) {