From: John Crispin Date: Tue, 6 Apr 2021 11:24:43 +0000 (+0200) Subject: hostapd: fix civic location option X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=937dd79e2a4457a316d67b3091f6da7d14a99168;p=openwrt%2Fstaging%2Fynezz.git hostapd: fix civic location option Signed-off-by: John Crispin --- diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index 9e790f1e9d..8f977678fc 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -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