]> git.baikalelectronics.ru Git - kernel.git/commit
{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationInterval
authorChun-Yeow Yeoh <yeohchunyeow@gmail.com>
Wed, 13 Jun 2012 18:06:10 +0000 (02:06 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 18 Jun 2012 11:55:15 +0000 (13:55 +0200)
commit7cc89231492c647c86e9b051024fbf0fef92c221
tree0b9fc795ed4063bf6a807769bebc5d115ec15313
parenta1d174b2c22a887c166744948b58c469dd310ff5
{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationInterval

As defined in section 13.10.9.3 Case D (802.11-2012), this
control variable is used to limit the mesh STA to send only
one PREQ to a root mesh STA within this interval of time
(in TUs). The default value for this variable is set to
2000 TUs. However, for current implementation, the maximum
configurable of dot11MeshHWMPconfirmationInterval is
restricted by dot11MeshHWMPactivePathTimeout.

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
[line-break commit log]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/nl80211.h
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/debugfs_netdev.c
net/mac80211/mesh.h
net/mac80211/mesh_hwmp.c
net/wireless/mesh.c
net/wireless/nl80211.c