]> git.baikalelectronics.ru Git - kernel.git/commit
{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh join
authorMarco Porsch <marco@cozybit.com>
Mon, 7 Jan 2013 15:04:51 +0000 (16:04 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 16 Jan 2013 21:44:04 +0000 (22:44 +0100)
commit2644e5bfb3d5b4fbfb05f411ed7ccdb6da333288
tree777ad3519262076879f8a5a7c068a2704808d8f5
parent5b8c00bc04b055f1cc15dc12f3d4f56f6d141861
{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh join

Move the default mesh beacon interval and DTIM period to cfg80211
and make them accessible to nl80211. This enables setting both
values when joining an MBSS.

Previously the DTIM parameter was not set by mac80211 so the
driver's default value was used.

Signed-off-by: Marco Porsch <marco@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/mesh.c
net/mac80211/mesh.h
net/wireless/mesh.c
net/wireless/nl80211.c