diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nl80211.h | 3 | ||||
-rw-r--r-- | include/net/cfg80211.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h index 7a0bd6ea6f63..d2f276de9abe 100644 --- a/include/linux/nl80211.h +++ b/include/linux/nl80211.h | |||
@@ -1200,6 +1200,8 @@ enum nl80211_mntr_flags { | |||
1200 | * @NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME: The interval of time (in TUs) | 1200 | * @NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME: The interval of time (in TUs) |
1201 | * that it takes for an HWMP information element to propagate across the mesh | 1201 | * that it takes for an HWMP information element to propagate across the mesh |
1202 | * | 1202 | * |
1203 | * @NL80211_MESHCONF_ROOTMODE: whether root mode is enabled or not | ||
1204 | * | ||
1203 | * @NL80211_MESHCONF_ATTR_MAX: highest possible mesh configuration attribute | 1205 | * @NL80211_MESHCONF_ATTR_MAX: highest possible mesh configuration attribute |
1204 | * | 1206 | * |
1205 | * @__NL80211_MESHCONF_ATTR_AFTER_LAST: internal use | 1207 | * @__NL80211_MESHCONF_ATTR_AFTER_LAST: internal use |
@@ -1219,6 +1221,7 @@ enum nl80211_meshconf_params { | |||
1219 | NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT, | 1221 | NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT, |
1220 | NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL, | 1222 | NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL, |
1221 | NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME, | 1223 | NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME, |
1224 | NL80211_MESHCONF_HWMP_ROOTMODE, | ||
1222 | 1225 | ||
1223 | /* keep last */ | 1226 | /* keep last */ |
1224 | __NL80211_MESHCONF_ATTR_AFTER_LAST, | 1227 | __NL80211_MESHCONF_ATTR_AFTER_LAST, |
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 7d0ae9c18286..0e4c51fc63e5 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -508,6 +508,7 @@ struct mesh_config { | |||
508 | u32 dot11MeshHWMPactivePathTimeout; | 508 | u32 dot11MeshHWMPactivePathTimeout; |
509 | u16 dot11MeshHWMPpreqMinInterval; | 509 | u16 dot11MeshHWMPpreqMinInterval; |
510 | u16 dot11MeshHWMPnetDiameterTraversalTime; | 510 | u16 dot11MeshHWMPnetDiameterTraversalTime; |
511 | u8 dot11MeshHWMPRootMode; | ||
511 | }; | 512 | }; |
512 | 513 | ||
513 | /** | 514 | /** |