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.h1
1 files changed, 1 insertions, 0 deletions
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/**