From bb81ec6b2baf4d3088e139984068a07d76bd7146 Mon Sep 17 00:00:00 2001
From: Nico <github@nicoboehr.de>
Date: Sat, 9 Nov 2024 16:39:11 +0000
Subject: [PATCH] adjust channel list to avoid use of SRD channels

SRD channels are only 25 mW and hence have short range, this is rarely
what users want.
---
 site.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.conf b/site.conf
index f238c1f8d..e5a60a0c6 100644
--- a/site.conf
+++ b/site.conf
@@ -39,7 +39,7 @@
 
     wifi5 = {
         channel = 44,
-        outdoor_chanlist = "100-140",
+        outdoor_chanlist = "100-138",
         ap = {
             ssid = 'Freifunk',
             owe_ssid = 'owe.freifunk-stuttgart.de',
-- 
GitLab