summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wlan.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-06 22:49:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-06 22:49:40 +0000
commit4d644923d408f178c27b2d6281d340903cea0862 (patch)
tree32697c3974e07c2304758e7bb5a8ef2fef98a25a /usr/local/www/interfaces_wlan.inc
parent16c2327b2f65d9f2e7d27b11388896c0f548a04b (diff)
downloadpfsense-4d644923d408f178c27b2d6281d340903cea0862.zip
pfsense-4d644923d408f178c27b2d6281d340903cea0862.tar.gz
Add back auto setting. It was mistaken as the culprit of a bug prior.
Diffstat (limited to 'usr/local/www/interfaces_wlan.inc')
-rwxr-xr-xusr/local/www/interfaces_wlan.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc
index 9354e72..4d06dd4 100755
--- a/usr/local/www/interfaces_wlan.inc
+++ b/usr/local/www/interfaces_wlan.inc
@@ -344,6 +344,7 @@ function wireless_config_print() {
<tr>
<td valign="top" class="vncellreq">Channel</td>
<td class="vtable"><select name="channel" class="formfld" id="channel">
+ <option <? if ($pconfig['channel'] == 0) echo "selected";?> value="0"><?=gettext("Auto");?></option>
<?php
foreach($wl_modes as $wl_standard => $wl_channels) {
if($wl_standard == "11g") { $wl_standard = "11b/g"; }
@@ -359,8 +360,6 @@ function wireless_config_print() {
</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">Distance setting</td>
OpenPOWER on IntegriCloud