]> git.baikalelectronics.ru Git - kernel.git/commit
{nl,cfg,mac}80211: enable the triggering of CSA frame in mesh
authorChun-Yeow Yeoh <yeohchunyeow@cozybit.com>
Tue, 15 Oct 2013 02:08:28 +0000 (19:08 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 28 Oct 2013 14:05:29 +0000 (15:05 +0100)
commit4e39706d22910ced57edd64b71aeb6fe44220497
treeb711d3f6149e66ee579efc544c3391e4b0a48e7c
parent42c597cddabd69f95b07288221b7247c36643612
{nl,cfg,mac}80211: enable the triggering of CSA frame in mesh

Allow the triggering of CSA frame using mesh interface. The
rules are more or less same with IBSS, such as not allowed to
change between the band and channel width has to be same from
the previous mode. Also, move the ieee80211_send_action_csa
to a common space so that it can be re-used by mesh interface.

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/util.c
net/wireless/nl80211.c