diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-02 14:25:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-02 14:25:02 +0000 |
commit | 50417b58adf4480dbf29a86a45a4d37faacce6dd (patch) | |
tree | 2a7cf84d065f8b3244c86df555e44e06904e9a66 /package | |
parent | c95698e59635d634d524fd610422da65f3441530 (diff) | |
download | upstream-50417b58adf4480dbf29a86a45a4d37faacce6dd.tar.gz upstream-50417b58adf4480dbf29a86a45a4d37faacce6dd.tar.bz2 upstream-50417b58adf4480dbf29a86a45a4d37faacce6dd.zip |
hostapd: do not get basic_rate as a simple string variable
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39448
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/hostapd/files/netifd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 0c73aa7cab..32bf367c53 100644 --- a/package/network/services/hostapd/files/netifd.sh +++ b/package/network/services/hostapd/files/netifd.sh @@ -63,7 +63,7 @@ hostapd_prepare_device_config() { local base="${config%%.conf}" local base_cfg= - json_get_vars country country_ie beacon_int basic_rate + json_get_vars country country_ie beacon_int hostapd_set_log_options base_cfg |