{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)
commit728b19e5fb9bbebbd580784a092b786fe379ed8e
tree0b9fc795ed4063bf6a807769bebc5d115ec15313
parentdbb912cd4ce64e763c5610b49a85529d2634e9d8
{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