diff options
author | Luciano Coelho <luciano.coelho@intel.com> | 2014-11-07 15:31:36 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-11-10 12:20:17 +0300 |
commit | 2f4572930dbd79216294a94e331478513c65df78 (patch) | |
tree | 5e434e727454d1aa5d50ef798912a3553546d2f5 /net/mac80211/cfg.c | |
parent | f8d7552e945d38bd8d2e9c23aebf98042ce12302 (diff) | |
download | linux-2f4572930dbd79216294a94e331478513c65df78.tar.xz |
mac80211: send channel switch started notifications
Send a channel switch notification to userspace when a channel switch
is requested or when we react to a remote CSA.
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 76e794edd960..a43a14863ecb 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -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); |