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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 4f0d12e349d1..77aa777c10ef 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -756,6 +756,11 @@ struct mesh_config {
756 u16 dot11MeshHWMPnetDiameterTraversalTime; 756 u16 dot11MeshHWMPnetDiameterTraversalTime;
757 u8 dot11MeshHWMPRootMode; 757 u8 dot11MeshHWMPRootMode;
758 u16 dot11MeshHWMPRannInterval; 758 u16 dot11MeshHWMPRannInterval;
759 /* This is missnamed in draft 12.0: dot11MeshGateAnnouncementProtocol
760 * set to true only means that the station will announce others it's a
761 * mesh gate, but not necessarily using the gate announcement protocol.
762 * Still keeping the same nomenclature to be in sync with the spec. */
763 bool dot11MeshGateAnnouncementProtocol;
759}; 764};
760 765
761/** 766/**