Author: blogic Date: 2015-10-11 18:23:26 +0200 (Sun, 11 Oct 2015) New Revision: 47172
Modified: trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh Log: lantiq: bugfix wrong non pre-emptive crc errors output This patch fixes a wrong non pre-emptive crc errors output of dsl_control.sh status. Signed-off-by: Luca Debernardi <[email protected]> Modified: trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh =================================================================== --- trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh 2015-10-11 16:23:18 UTC (rev 47171) +++ trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh 2015-10-11 16:23:26 UTC (rev 47172) @@ -437,7 +437,7 @@ 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 } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
