diff options
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/interfaces.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 1469b93..b80a940 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -1340,6 +1340,15 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe" </td> </tr> <tr> + <td valign="top" class="vncell">Distance setting</td> + <td class="vtable"> + <input name="distance" type="text" class="formfld unknown" id="distance" size="5" value="<?=htmlspecialchars($pconfig['distance']);?>"> + <br/> + Note: This field can be used to tune ACK/CTS timers to fit the distance between AP and Client<br/> + (measured in Meters and works only for Atheros based cards !) + </td> + </tr> + <tr> <td colspan="2" valign="top" height="16"></td> </tr> <tr> @@ -1395,15 +1404,6 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe" (this might create problems for some clients). </td> </tr> <tr> - <td valign="top" class="vncell">Distance setting</td> - <td class="vtable"> - <input name="distance" type="text" class="formfld unknown" id="distance" size="5" value="<?=htmlspecialchars($pconfig['distance']);?>"> - <br/> - Note: This field can be used to tune ACK/CTS timers to fit the distance between AP and Client<br/> - (measured in Meters and works only for Atheros based cards !) - </td> - </tr> - <tr> <td valign="top" class="vncell">WEP</td> <td class="vtable"> <input name="wep_enable" type="checkbox" id="wep_enable" value="yes" <? if ($pconfig['wep_enable']) echo "checked"; ?>> |