summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-09 10:25:29 +0000
committerJohn Crispin <john@openwrt.org>2016-04-09 10:25:29 +0000
commit0039bc665cd805542703cbed31628a58544eaca1 (patch)
treebfeda38455f8917d19c6c48ee034e2cc69a97557 /target/linux/lantiq/base-files
parentc701c3ce77650515ae4ac3d6a33c8a5a3fef447d (diff)
downloadmaster-31e0f0ae-0039bc665cd805542703cbed31628a58544eaca1.tar.gz
master-31e0f0ae-0039bc665cd805542703cbed31628a58544eaca1.tar.bz2
master-31e0f0ae-0039bc665cd805542703cbed31628a58544eaca1.zip
lantiq-dsl: add missing blank in dsl output
blank inserted before ACTATP Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> SVN-Revision: 49137
Diffstat (limited to 'target/linux/lantiq/base-files')
-rwxr-xr-xtarget/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh b/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
index 8c6482f41f..41993f77d3 100755
--- a/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
+++ b/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
@@ -639,7 +639,7 @@ line_data() {
echo "Line Attenuation (LATN): Down: ${latnd}dB / Up: ${latnu}dB"
echo "Signal Attenuation (SATN): Down: ${satnd}dB / Up: ${satnu}dB"
echo "Noise Margin (SNR): Down: ${snrd}dB / Up: ${snru}dB"
- echo "Aggregate Transmit Power(ACTATP): Down: ${actatpd}dB / Up: ${actatpu}dB"
+ echo "Aggregate Transmit Power (ACTATP): Down: ${actatpd}dB / Up: ${actatpu}dB"
echo "Max. Attainable Data Rate (ATTNDR): Down: ${sattndrd}/s / Up: ${sattndru}/s"
fi
}