From f8be73bbba1d4122300ee166d58acdf3edb6c1b3 Mon Sep 17 00:00:00 2001 From: Tarnatos <tarnatos@posteo.de> Date: Sat, 5 Oct 2019 19:27:21 +0200 Subject: [PATCH] wifi24 basic rates are deprecated --- site.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/site.conf b/site.conf index a27c666..23a7e6a 100644 --- a/site.conf +++ b/site.conf @@ -67,14 +67,6 @@ -- Wireless configuration for 2.4 GHz interfaces. wifi24 = { channel = 5, - --disables 802.11b rates - supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, - - -- List of basic wifi rates (optional, required if supported_rates is set) - -- without 802.11b compatibility for better performance - basic_rate = {6000, 9000, 18000, 36000, 54000}, - - -- ESSID used for client network. ap = { ssid = 'nord.freifunk.net', -- disabled = true, (optional) -- GitLab