diff options
Diffstat (limited to 'data')
-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) |