From: jow Date: Tue, 28 Jan 2014 21:12:36 +0000 (+0000) Subject: hostapd: Fix basic_rate setup with netifd X-Git-Tag: fast2504n-3.10.28-merged~191 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=3a2d036307d30ba0acd301f2c141ee61a68dcb4d;p=openwrt.git hostapd: Fix basic_rate setup with netifd Signed-off-by: Helmut Schaa git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39411 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 930755ffb5..43cc99b290 100644 --- a/package/network/services/hostapd/files/netifd.sh +++ b/package/network/services/hostapd/files/netifd.sh @@ -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