Remove deprecated supported_rates config
wifi24.supported_rates is obsolete. 802.11b rates are disabled by default
This commit is contained in:
parent
d33cdd3099
commit
f4790b36b9
@ -13,12 +13,6 @@
|
||||
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user