Moved supported rates to site

This commit is contained in:
Bastian 2018-01-28 12:55:36 +01:00
parent 01d2d1d575
commit 14d58f461f
4 changed files with 6 additions and 9 deletions

View File

@ -18,9 +18,6 @@
wifi24 = {
channel = 1,
htmode = 'HT20',
-- disable 802.11b support:
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
ap = {
ssid = 'regensburg.freifunk.net',
},

View File

@ -19,9 +19,6 @@
wifi24 = {
channel = 1,
htmode = 'HT20',
-- disable 802.11b support:
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
ap = {
ssid = 'test.freifunk.net',
},

View File

@ -18,9 +18,6 @@
wifi24 = {
channel = 1,
htmode = 'HT20',
-- disable 802.11b support:
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
ap = {
ssid = 'regensburg.freifunk.net',
},

View File

@ -18,6 +18,12 @@
regdom = 'DE',
wifi24 = {
-- disable 802.11b support:
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
}
mesh_vpn = {
mtu = 1426,
fastd = {