From df49920523ad18dace0c440714dc480c6b46b27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20L=C3=BCssing?= Date: Sun, 26 Jan 2020 02:05:14 +0100 Subject: [PATCH] Remove basic_rates and supported_rates 802.11b support and therefore these two settings were removed with Gluon v2019.1: https://github.com/freifunk-gluon/gluon/pull/1716 https://gluon.readthedocs.io/en/v2019.1.x/releases/v2019.1.html#site-conf --- site.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/site.conf b/site.conf index ba9f56367..9b6bfd6c2 100644 --- a/site.conf +++ b/site.conf @@ -17,8 +17,6 @@ wifi24 = { channel = 1, - supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, - basic_rate = {6000, 9000, 18000, 36000, 54000}, }, wifi5 = { channel = 44,