lantiq: bugfix wrong non pre-emptive crc errors output
authorJohn Crispin <john@openwrt.org>
Sun, 11 Oct 2015 16:23:26 +0000 (16:23 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 11 Oct 2015 16:23:26 +0000 (16:23 +0000)
This patch fixes a wrong non pre-emptive crc errors output of
dsl_control.sh status.

Signed-off-by: Luca Debernardi <luca.debernardi@gmail.com>
SVN-Revision: 47172

target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh

index 46f3a176f5b3b0f0b8c44a5a169afe3ff4f5b41c..dbeb344cde7525d25238c817c244d6fce1c8484e 100755 (executable)
@@ -437,7 +437,7 @@ errors() {
                echo "Loss of Signal Seconds (LOSS):            Near: ${lossn} / Far: ${lossf}"
                echo "Unavailable Seconds (UAS):                Near: ${uasn} / Far: ${uasf}"
                echo "Header Error Code Errors (HEC):           Near: ${hecn} / Far: ${hecf}"
-               echo "Non Pre-emtive CRC errors (CRC_P):        Near: ${crcp_pn} / Far: ${crcp_pf}"
+               echo "Non Pre-emtive CRC errors (CRC_P):        Near: ${crc_pn} / Far: ${crc_pf}"
                echo "Pre-emtive CRC errors (CRCP_P):           Near: ${crcp_pn} / Far: ${crcp_pf}"
        fi
 }