aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-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 0178c7489373..b4e015c90885 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -809,6 +809,7 @@ struct mesh_config {
809 * Still keeping the same nomenclature to be in sync with the spec. */ 809 * Still keeping the same nomenclature to be in sync with the spec. */
810 bool dot11MeshGateAnnouncementProtocol; 810 bool dot11MeshGateAnnouncementProtocol;
811 bool dot11MeshForwarding; 811 bool dot11MeshForwarding;
812 s32 rssi_threshold;
812}; 813};
813 814
814/** 815/**