From 8b2c0804de5670cd7ee42b6b4eadcd9e0140b80c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hendrik=20L=C3=BCth?= <H.L.Lueth@gmail.com>
Date: Thu, 7 May 2015 08:59:49 +0200
Subject: [PATCH] Correct the 2.4GHz channel again

---
 site.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site.conf b/site.conf
index 8fa8eb2..d25a519 100644
--- a/site.conf
+++ b/site.conf
@@ -13,8 +13,8 @@
 
 	wifi24 = {
 		ssid = 'nord.freifunk.net',
-		channel = 11,
-		htmode = 'HT40-',
+		channel = 1,
+		htmode = 'HT40+',
 		mesh_ssid = '5c:c0:ac:00:d1:4c',
 		mesh_bssid = '5c:c0:ac:00:d1:4c',
 		mesh_mcast_rate = 12000,
-- 
GitLab