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 AmadeusGhost
parent c8924355df
commit 4eb9be22c8

View File

@ -735,7 +735,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