[OpenWrt-Devel] [PATCH] lantiq: bugfix wrong non pre-emptive crc errors output

Luca Debernardi luca.debernardi at gmail.com
Sat Oct 10 20:21:09 EDT 2015


This patch fixes a wrong non pre-emptive crc errors output of
dsl_control.sh status.
---
 target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 46f3a17..dbeb344 100755
--- a/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
+++ b/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
@@ -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
 }
-- 
1.8.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list