From ea5037551b82e2adf14e473ad8bdce99819185d4 Mon Sep 17 00:00:00 2001
From: Flip <Philhil@users.noreply.github.com>
Date: Tue, 13 Sep 2016 22:41:32 +0200
Subject: [PATCH] remove 802.11b support and htmode

The htmode option has been dropped, the channel width is now always set to 20MHz (https://github.com/freifunk-gluon/gluon/issues/487).
---
 site.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/site.conf b/site.conf
index ccb53f632..7b17af23c 100644
--- a/site.conf
+++ b/site.conf
@@ -16,7 +16,9 @@
 
     wifi24 = {
         channel = 1,
-        htmode = 'HT20', --only for optic 
+        --disables 802.11b rates
+        supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
+        basic_rate = {6000, 9000, 18000, 36000, 54000},
         ap = {
             ssid = 'Freifunk',
         },
@@ -29,7 +31,6 @@
 
     wifi5 = {
         channel = 44,
-        htmode = 'HT20', --only for optic
         ap = {
             ssid = 'Freifunk',
         },
-- 
GitLab