mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-05 05:27:53 +01:00
hostapd: fix civic location option
Signed-off-by: John Crispin <john@phrozen.org>
(cherry-picked from commit 937dd79e2a)
This commit is contained in:
parent
46aa34ee0f
commit
e480a0986e
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue