diff options
author | Espen Johansen <lsf@pfsense.org> | 2005-09-27 02:41:27 +0000 |
---|---|---|
committer | Espen Johansen <lsf@pfsense.org> | 2005-09-27 02:41:27 +0000 |
commit | eb6ce0975ecf19cc2f59cfc91e055f27cae6852c (patch) | |
tree | cd37d97a6a27bf3d06e8f91cb3030dfd3ed8526a | |
parent | 08fc46c60ebd3e185969ae0434cf1540589df44c (diff) | |
download | pfsense-eb6ce0975ecf19cc2f59cfc91e055f27cae6852c.zip pfsense-eb6ce0975ecf19cc2f59cfc91e055f27cae6852c.tar.gz |
Added some info to options.
-rwxr-xr-x | usr/local/www/interfaces_wlan.inc | 8 |
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> |