From ac3f02388e054f23a65998a9b88f4a5bf5a94334 Mon Sep 17 00:00:00 2001
From: fuzzle <jens@viisauksena.de>
Date: Tue, 19 Jul 2016 17:10:49 +0200
Subject: [PATCH] change limits so that more lousy connections are possible,
 especially in heavy meshing spots with many hops this is decreasing heavily
 without having real effect on connectivity

---
 files/lib/gluon/ssid-changer/ssid-changer.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/lib/gluon/ssid-changer/ssid-changer.sh b/files/lib/gluon/ssid-changer/ssid-changer.sh
index d70c10b..9a89017 100755
--- a/files/lib/gluon/ssid-changer/ssid-changer.sh
+++ b/files/lib/gluon/ssid-changer/ssid-changer.sh
@@ -6,8 +6,8 @@ ONLINE_SSID=$(uci get wireless.client_radio0.ssid -q)
 : ${ONLINE_SSID:=FREIFUNK}   # if for whatever reason ONLINE_SSID is NULL
 OFFLINE_PREFIX='FF_OFFLINE_' # Use something short to leave space for the nodename
 
-UPPER_LIMIT='55' #Above this limit the online SSID will be used
-LOWER_LIMIT='45' #Below this limit the offline SSID will be used
+UPPER_LIMIT='41' #Above this limit the online SSID will be used
+LOWER_LIMIT='35' #Below this limit the offline SSID will be used
 # In-between these two values the SSID will never be changed to preven it from toggeling every Minute.
 
 # Generate an Offline SSID with the first and last Part of the nodename to allow owner to recognise wich node is down
-- 
GitLab