missing ,
This commit is contained in:
parent
14d58f461f
commit
ebad380098
@ -22,7 +22,7 @@
|
|||||||
-- disable 802.11b support:
|
-- disable 802.11b support:
|
||||||
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
|
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)
|
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
|
||||||
}
|
},
|
||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
mtu = 1426,
|
mtu = 1426,
|
||||||
|
Loading…
Reference in New Issue
Block a user