hostapd: Fix basic_rate setup with netifd

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39411 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2014-01-28 21:12:36 +00:00
parent da5a47f0be
commit 3e82a6e0ff
1 changed files with 1 additions and 0 deletions

View File

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