From e6f260db03e8cde117430abc01f3f20babaa1990 Mon Sep 17 00:00:00 2001 From: Alain Lamar Date: Sun, 5 Apr 2020 21:38:57 +0200 Subject: wireless: T2233: bugfix: Typos in Jinja2 syntax --- data/templates/wifi/hostapd.conf.tmpl | 4 ++-- 1 file 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) -- cgit v1.2.3