hostapd: fix mcast_rate setting

Introduced by ("netifd: add wireless configuration support and port mac80211 to
the new framework")

Reported-by: René van Weert <r.vanweert@sowifi.com>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39288 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2014-01-14 19:35:55 +00:00
parent 365b71ec95
commit 3c2c7eca1e

View File

@@ -537,7 +537,7 @@ wpa_supplicant_add_network() {
[ -n "$mcast_rate" ] && {
local mc_rate=
hostapd_add_rate mc_rate "$mcast_rate"
[ -n "$mcast_rate" ] && append network_data "mcast_rate=$mcast_rate" "$N$T"
append network_data "mcast_rate=$mc_rate" "$N$T"
}
local ht_str