diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-25 19:49:43 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-25 19:49:43 +0000 |
commit | b6c95929ed25de27e166f22c3f6cdd9ea35429cb (patch) | |
tree | 96488ee462bf7b9bde4634da8ea784d26b32772d /usr | |
parent | 38e7d55618d1ecf11daf6bf0e1ac979084ae76d8 (diff) | |
download | pfsense-b6c95929ed25de27e166f22c3f6cdd9ea35429cb.zip pfsense-b6c95929ed25de27e166f22c3f6cdd9ea35429cb.tar.gz |
MFC 7994
add info that distance is for atheros based cards only
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/interfaces_wlan.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc index 235e12f..5cf7f3f 100755 --- a/usr/local/www/interfaces_wlan.inc +++ b/usr/local/www/interfaces_wlan.inc @@ -342,7 +342,7 @@ function wireless_config_print() { <td class="vtable"><input name="distance" type="text" class="formfld" id="distance" size="5" value="<?=htmlspecialchars($pconfig['distance']);?>"> <br/> Note: This field can used to tune ACK/CTS timers to fit the distance between AP and Client<br/> - (measured in Meters) + (measured in Meters and works only for Atheros based cards !) </td> </tr> <tr> |