aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r--net/mac80211/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h
index dd1c19319f0..9948107e831 100644
--- a/net/mac80211/mesh.h
+++ b/net/mac80211/mesh.h
@@ -174,7 +174,7 @@ struct mesh_rmc {
174#define MESH_CFG_CMP_LEN (IEEE80211_MESH_CONFIG_LEN - 2) 174#define MESH_CFG_CMP_LEN (IEEE80211_MESH_CONFIG_LEN - 2)
175 175
176/* Default values, timeouts in ms */ 176/* Default values, timeouts in ms */
177#define MESH_TTL 5 177#define MESH_TTL 31
178#define MESH_MAX_RETR 3 178#define MESH_MAX_RETR 3
179#define MESH_RET_T 100 179#define MESH_RET_T 100
180#define MESH_CONF_T 100 180#define MESH_CONF_T 100