diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-05 23:23:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 23:23:04 +0200 |
commit | 960e9e0bc0aba72f748ee880dbf9fc3a22dafc5b (patch) | |
tree | a01f2e37b297efed60719f60405cef7b1e5601cd /data/templates/wifi | |
parent | dbc174dd2b8558cb7a8ad7daf38b8ef38702e0fa (diff) | |
parent | e6f260db03e8cde117430abc01f3f20babaa1990 (diff) | |
download | vyos-1x-960e9e0bc0aba72f748ee880dbf9fc3a22dafc5b.tar.gz vyos-1x-960e9e0bc0aba72f748ee880dbf9fc3a22dafc5b.zip |
Merge pull request #306 from alainlamar/T2233
wireless: T2233: bugfix: Typos in Jinja2 syntax
Diffstat (limited to 'data/templates/wifi')
-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) |