summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wlan.inc
diff options
context:
space:
mode:
authorEspen Johansen <lsf@pfsense.org>2005-09-27 02:41:27 +0000
committerEspen Johansen <lsf@pfsense.org>2005-09-27 02:41:27 +0000
commiteb6ce0975ecf19cc2f59cfc91e055f27cae6852c (patch)
treecd37d97a6a27bf3d06e8f91cb3030dfd3ed8526a /usr/local/www/interfaces_wlan.inc
parent08fc46c60ebd3e185969ae0434cf1540589df44c (diff)
downloadpfsense-eb6ce0975ecf19cc2f59cfc91e055f27cae6852c.zip
pfsense-eb6ce0975ecf19cc2f59cfc91e055f27cae6852c.tar.gz
Added some info to options.
Diffstat (limited to 'usr/local/www/interfaces_wlan.inc')
-rwxr-xr-xusr/local/www/interfaces_wlan.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc
index 114d168..1d28377 100755
--- a/usr/local/www/interfaces_wlan.inc
+++ b/usr/local/www/interfaces_wlan.inc
@@ -242,6 +242,7 @@ function wireless_config_print() {
<td valign="top" class="vncell">Enable turbo mode</td>
<td class="vtable"><input name="turbo_enable" type="checkbox" class="formfld" id="turbo_enable" value="yes" <? if ($pconfig['turbo_enable']) echo "checked";?>>
<br/>Setting this option will force the card to use turbo mode.
+ <br/>use "ifconfig interface list channel" to list turbo capable channels.
</td>
</tr>
<tr>
@@ -282,8 +283,11 @@ function wireless_config_print() {
<?=$channel;?>
</option>
<?php endforeach; ?>
- </select> <br/>
- Note: Not all channels may be supported by your card</td>
+ </select>
+ <br/>
+ Note: Not all channels may be supported by your card
+ <br/>
+ use "ifconfig interface list channel" to list channels.</td>
</tr>
<tr>
<td valign="top" class="vncell">Station name</td>
OpenPOWER on IntegriCloud