mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
8810ecd5ed
The ucode migration wrote "basic_rate" into the wpa_supplicant network block, but that is not a valid wpa_supplicant network field, causing: Line 15: unknown network field 'basic_rate'. failed to parse network block. Map UCI basic_rate to the correct wpa_supplicant fields, matching the behavior of the legacy shell script (hostapd.sh): - mesh mode: mesh_basic_rates (space-separated, 100 kb/s units) - sta/adhoc: rates (comma-separated Mbps) Link: https://github.com/openwrt/openwrt/commit/a854d833eabdbc3b42065927c136d75b981a1021 Signed-off-by: Florian Maurer <f.maurer@outlook.de> [fix commit message link] Signed-off-by: David Bauer <mail@david-bauer.net>