1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

hostapd: fix civic location option

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin 2021-04-06 13:24:43 +02:00 committed by Felix Fietkau
parent 5fe549836f
commit 937dd79e2a

@ -733,7 +733,7 @@ hostapd_set_bss_options() {
append bss_conf "ftm_responder=1" "$N"
[ "$stationary_ap" -eq "1" ] && append bss_conf "stationary_ap=1" "$N"
[ -n "$lci" ] && append bss_conf "lci=$lci" "$N"
[ -n "$civic" ] && append bss_conf "lci=$civic" "$N"
[ -n "$civic" ] && append bss_conf "civic=$civic" "$N"
}
fi