Skip to content
Snippets Groups Projects
Commit f8be73bb authored by Tarnatos's avatar Tarnatos
Browse files

wifi24 basic rates are deprecated

parent 1472d359
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment