diff options
author | Alain Lamar <alain_lamar@yahoo.de> | 2020-04-05 21:38:57 +0200 |
---|---|---|
committer | Alain Lamar <alain_lamar@yahoo.de> | 2020-04-05 21:38:57 +0200 |
commit | e6f260db03e8cde117430abc01f3f20babaa1990 (patch) | |
tree | edcf488cc051276c39885a87c5212db9f4a1f9ef /data/templates/wifi/hostapd.conf.tmpl | |
parent | f69924cf4dae420dbc871679df18d15c0a76225c (diff) | |
download | vyos-1x-e6f260db03e8cde117430abc01f3f20babaa1990.tar.gz vyos-1x-e6f260db03e8cde117430abc01f3f20babaa1990.zip |
wireless: T2233: bugfix: Typos in Jinja2 syntax
Diffstat (limited to 'data/templates/wifi/hostapd.conf.tmpl')
-rw-r--r-- | data/templates/wifi/hostapd.conf.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/wifi/hostapd.conf.tmpl b/data/templates/wifi/hostapd.conf.tmpl index 2884110d4..031fb6c90 100644 --- a/data/templates/wifi/hostapd.conf.tmpl +++ b/data/templates/wifi/hostapd.conf.tmpl @@ -199,7 +199,7 @@ require_ht=1 {%- if cap_vht_chan_set_width -%} vht_oper_chwidth={{ cap_vht_chan_set_width }} -{%- endif -%} +{%- endif %} # vht_capab: VHT capabilities (list of flags) # @@ -410,7 +410,7 @@ vht_capab= {%- endif -%} {%- endif -%} {%- endif -%} -{%- endif -%} +{%- endif %} # ieee80211n: Whether IEEE 802.11n (HT) is enabled # 0 = disabled (default) |