]> 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)
commitfa56afac5b63d8105c059a7b3c00670cba5de134
treeb711d3f6149e66ee579efc544c3391e4b0a48e7c
parente478f371e133a8c953bf68fd5bd6af3407a54ac8
{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