diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-01-28 21:12:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-01-28 21:12:36 +0000 |
commit | c1cb867c137c344f55f92de4dc1cfa982a760a07 (patch) | |
tree | 320369823d9884e65128b2aee40979e7ac255145 /package/network | |
parent | a558bb44713ce101973043c9e2805743771e8340 (diff) | |
download | upstream-c1cb867c137c344f55f92de4dc1cfa982a760a07.tar.gz upstream-c1cb867c137c344f55f92de4dc1cfa982a760a07.tar.bz2 upstream-c1cb867c137c344f55f92de4dc1cfa982a760a07.zip |
hostapd: Fix basic_rate setup with netifd
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 39411
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/hostapd/files/netifd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |