Remove deprecated supported_rates config

wifi24.supported_rates is obsolete. 802.11b rates are disabled by default
This commit is contained in:
Jan 2019-06-22 18:30:23 +02:00
parent d33cdd3099
commit f4790b36b9

View File

@ -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 = {