aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nl80211.h
diff options
context:
space:
mode:
authorThomas Pedersen <thomas@cozybit.com>2011-11-24 20:15:24 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-11-28 14:44:06 -0500
commitdca7e9430cb3e492437a5ce891b8b3e315c147ca (patch)
treea7503e86e20e649074bbaccd5272d61a51425e2e /include/linux/nl80211.h
parentd3c1597b8d1ba0447ce858c7c385eabcf69f2c8f (diff)
{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinInterval
As per 802.11mb 13.9.11.3 Signed-off-by: Thomas Pedersen <thomas@cozybit.com> Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r--include/linux/nl80211.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h
index 1fc04853ec95..f51e3bf93a96 100644
--- a/include/linux/nl80211.h
+++ b/include/linux/nl80211.h
@@ -2094,6 +2094,10 @@ enum nl80211_mntr_flags {
2094 * access to a broader network beyond the MBSS. This is done via Root 2094 * access to a broader network beyond the MBSS. This is done via Root
2095 * Announcement frames. 2095 * Announcement frames.
2096 * 2096 *
2097 * @NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL: The minimum interval of time (in
2098 * TUs) during which a mesh STA can send only one Action frame containing a
2099 * PERR element.
2100 *
2097 * @NL80211_MESHCONF_ATTR_MAX: highest possible mesh configuration attribute 2101 * @NL80211_MESHCONF_ATTR_MAX: highest possible mesh configuration attribute
2098 * 2102 *
2099 * @__NL80211_MESHCONF_ATTR_AFTER_LAST: internal use 2103 * @__NL80211_MESHCONF_ATTR_AFTER_LAST: internal use
@@ -2117,6 +2121,7 @@ enum nl80211_meshconf_params {
2117 NL80211_MESHCONF_ELEMENT_TTL, 2121 NL80211_MESHCONF_ELEMENT_TTL,
2118 NL80211_MESHCONF_HWMP_RANN_INTERVAL, 2122 NL80211_MESHCONF_HWMP_RANN_INTERVAL,
2119 NL80211_MESHCONF_GATE_ANNOUNCEMENTS, 2123 NL80211_MESHCONF_GATE_ANNOUNCEMENTS,
2124 NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL,
2120 2125
2121 /* keep last */ 2126 /* keep last */
2122 __NL80211_MESHCONF_ATTR_AFTER_LAST, 2127 __NL80211_MESHCONF_ATTR_AFTER_LAST,