mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
8a95812504
commit
fb6280187d
@ -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"; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user