Skip to content
Snippets Groups Projects
Commit c1cb867c authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

hostapd: Fix basic_rate setup with netifd


Signed-off-by: default avatarHelmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 39411
parent a558bb44
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ hostapd_prepare_device_config() {
[ -n "$hwmode" ] && append base_cfg "hw_mode=$hwmode" "$N"
local brlist= br
json_get_values basic_rate_list basic_rate
for br in $basic_rate_list; do
hostapd_add_rate brlist "$br"
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment