Skip to content
Snippets Groups Projects
Commit 3a2d0363 authored by jow's avatar jow
Browse files

hostapd: Fix basic_rate setup with netifd


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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39411 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 51f439d8
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