diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-25 18:49:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-25 18:49:23 +0000 |
commit | e69bdc2a8a31bbab761070e230bb2b9ec07d8352 (patch) | |
tree | 1ccec08fd8288e3836fe316654d71d244c0ea08c /usr/local | |
parent | a460695db8a55cef87ea2ad3e73621cb59d3783c (diff) | |
download | pfsense-e69bdc2a8a31bbab761070e230bb2b9ec07d8352.zip pfsense-e69bdc2a8a31bbab761070e230bb2b9ec07d8352.tar.gz |
Add notes about wireless txpower item
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/interfaces_wlan.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc index c5fa97f..5302a9f 100755 --- a/usr/local/www/interfaces_wlan.inc +++ b/usr/local/www/interfaces_wlan.inc @@ -161,7 +161,8 @@ function wireless_config_print() { echo "<option {$SELECTED}>{$x}</option>\n"; } ?> - </select> + </select> <br> + Note: Typically only a few discreet power settings are available and the driver will use the setting closest to the specified value. Not all adaptors support changing the transmit power setting. </td> </tr> |