diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-16 21:54:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-16 21:54:50 +0200 |
commit | de5cfd35ba14b75b58da653643472de93577b434 (patch) | |
tree | 7eafb940c2be96848005586a3baefc8063712915 /data/templates | |
parent | 0802505dcec58b4d50f058e20e0584929225546c (diff) | |
download | vyos-1x-de5cfd35ba14b75b58da653643472de93577b434.tar.gz vyos-1x-de5cfd35ba14b75b58da653643472de93577b434.zip |
wireless: T2887: add smoketest for hostapd
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/wifi/hostapd.conf.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/templates/wifi/hostapd.conf.tmpl b/data/templates/wifi/hostapd.conf.tmpl index 136942ca8..132c4ce40 100644 --- a/data/templates/wifi/hostapd.conf.tmpl +++ b/data/templates/wifi/hostapd.conf.tmpl @@ -51,10 +51,6 @@ ssid={{ ssid }} # (default: 0, i.e., not set) # Please note that some drivers do not use this value from hostapd and the # channel will need to be configured separately with iwconfig. -# -# If CONFIG_ACS build option is enabled, the channel can be selected -# automatically at run time by setting channel=acs_survey or channel=0, both of -# which will enable the ACS survey based algorithm. channel={{ channel }} {% endif %} |