Remove the auto option, it no longer works with the latest HAL because it expects commands ina certain order which breaks auto.

This commit is contained in:
Scott Ullrich 2006-05-06 00:29:42 +00:00
parent 8a95812504
commit fb6280187d

View File

@ -344,7 +344,6 @@ 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">Auto</option>
<?php
foreach($wl_modes as $wl_standard => $wl_channels) {
if($wl_standard == "11g") { $wl_standard = "11b/g"; }