]> git.baikalelectronics.ru Git - kernel.git/commit
{nl,mac,cfg}80211: Allow user to configure basic rates for mesh
authorAshok Nagarajan <ashok@cozybit.com>
Mon, 3 Jun 2013 17:33:36 +0000 (10:33 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Jun 2013 12:24:36 +0000 (14:24 +0200)
commit4c2f25bdafc7783e12bd1e93ded77efcb2e00378
treec53a2391c5750b5e9547e9122cabb412c5d43ea6
parent15b2d7ff01b61103880e3bfd5cc70dfd4db2fedf
{nl,mac,cfg}80211: Allow user to configure basic rates for mesh

Currently mesh uses mandatory rates as the default basic rates. Allow basic
rates to be configured during mesh join. Basic rates are applied only if
channel is also provided with mesh join command.

Signed-off-by: Ashok Nagarajan <ashok@cozybit.com>
[some whitespace fixes, refuse basic rates w/o channel]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/mesh.c
net/wireless/mesh.c
net/wireless/nl80211.c