From: Luciano Coelho Date: Fri, 7 Nov 2014 12:31:37 +0000 (+0200) Subject: cfg80211/mac80211: allow any interface to send channel switch notifications X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04b5ac9e70b2056a8a12f768f4b46773576025e;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed