aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index e52b38d7b1b6..f0163a10b8ce 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -849,6 +849,9 @@ struct bss_parameters {
849 * 849 *
850 * @dot11MeshHWMProotInterval: The interval of time (in TUs) between proactive 850 * @dot11MeshHWMProotInterval: The interval of time (in TUs) between proactive
851 * PREQs are transmitted. 851 * PREQs are transmitted.
852 * @dot11MeshHWMPconfirmationInterval: The minimum interval of time (in TUs)
853 * during which a mesh STA can send only one Action frame containing
854 * a PREQ element for root path confirmation.
852 */ 855 */
853struct mesh_config { 856struct mesh_config {
854 u16 dot11MeshRetryTimeout; 857 u16 dot11MeshRetryTimeout;
@@ -875,6 +878,7 @@ struct mesh_config {
875 u16 ht_opmode; 878 u16 ht_opmode;
876 u32 dot11MeshHWMPactivePathToRootTimeout; 879 u32 dot11MeshHWMPactivePathToRootTimeout;
877 u16 dot11MeshHWMProotInterval; 880 u16 dot11MeshHWMProotInterval;
881 u16 dot11MeshHWMPconfirmationInterval;
878}; 882};
879 883
880/** 884/**