summaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@intel.com>2014-11-07 14:31:37 +0200
committerJohannes Berg <johannes.berg@intel.com>2014-11-10 10:20:18 +0100
commitd04b5ac9e70b2056a8a12f768f4b46773576025e (patch)
tree076e1140f6813ab2794b5356c590e6b827dbe420 /net/mac80211
parent2f4572930dbd79216294a94e331478513c65df78 (diff)
downloadop-kernel-dev-d04b5ac9e70b2056a8a12f768f4b46773576025e.zip
op-kernel-dev-d04b5ac9e70b2056a8a12f768f4b46773576025e.tar.gz
cfg80211/mac80211: allow any interface to send channel switch notifications
For multi-vif channel switches, we want to send NL80211_CMD_CH_SWITCH_NOTIFY to the userspace to let it decide whether other interfaces need to be moved as well. This is needed when we want a P2P GO interface to follow the channel of a station, for example. Modify the code so that all interfaces can send CSA notifications. Additionally, send notifications for STA CSA as well. Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/mlme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 9472500..2435398 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -1049,6 +1049,8 @@ static void ieee80211_chswitch_post_beacon(struct ieee80211_sub_if_data *sdata)
sdata->csa_block_tx = false;
}
+ cfg80211_ch_switch_notify(sdata->dev, &sdata->reserved_chandef);
+
sdata->vif.csa_active = false;
ifmgd->csa_waiting_bcn = false;
OpenPOWER on IntegriCloud