summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-03-03 16:32:12 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2010-03-03 16:41:07 -0700
commite327021d98f2b3358770c23dc1e90b1fac08e937 (patch)
tree652ea265431701513e471639c277fe524db1930d /usr
parent39163f72b7342789ff18b9cc3aa56b40c3fdedbf (diff)
downloadpfsense-e327021d98f2b3358770c23dc1e90b1fac08e937.zip
pfsense-e327021d98f2b3358770c23dc1e90b1fac08e937.tar.gz
Fix distance setting for ath and add it to the wireless settings that are synced and listed as shared.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php18
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"; ?>>
OpenPOWER on IntegriCloud