From 940a8a6862148b111cab4643a4a9c66e814f7c15 Mon Sep 17 00:00:00 2001
From: Tarnatos <tarnatos@posteo.de>
Date: Wed, 28 Oct 2015 15:46:26 +0100
Subject: [PATCH] added: htmode

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

diff --git a/site.conf b/site.conf
index 388883d23..684e7cf13 100644
--- a/site.conf
+++ b/site.conf
@@ -21,6 +21,7 @@
         
 	wifi24 = {
 		channel = 1,
+		htmode = 'HT20',
 		ap = {
 			ssid = 'Freifunk',
 		},
@@ -37,6 +38,7 @@
 
 	wifi5 = {
 		channel = 44,
+		htmode = 'HT20',
 		ap = {
 			ssid = 'Freifunk',
 		},
@@ -109,6 +111,8 @@
 				},
 			},
 		},
+	},
+	
 	bandwidth_limit = {
 	-- Default upload limit (kbit/s).
         egress = 500,
@@ -116,8 +120,6 @@
         ingress = 15000,
         },
 
-	},
-
         autoupdater = {
                 enabled = 1,
                 branch = 'stable',
-- 
GitLab