openwrt/package/network/config/ltq-vdsl-app
Roland Barenbrug bd9bb13012 ltq-vdsl-app: Fix counter overflow resulting in negative values
The re-transmit counters can overflow the 32 bit representation resulting
in negative values being displayed. Background being that the numbers are
treated at some point as signed INT rather than unsigned INT.
Change the counters from 32 bit to 64 bit, should provide sufficient room
to avoid any overflow. Not the nicest solution but it works

Fixes: #10077
Signed-off-by: Roland Barenbrug <roland@treslong.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
(cherry picked from commit 456b9029d7)
2022-08-06 22:24:39 +02:00
..
files ltq-vdsl-app: set MAC address for vectoring error reports 2022-06-07 21:36:58 +02:00
patches ltq-vdsl-app: disconnect when service is stopped 2022-06-07 21:36:58 +02:00
src/src ltq-vdsl-app: Fix counter overflow resulting in negative values 2022-08-06 22:24:39 +02:00
Makefile ltq-vdsl-app: prepare for multiple mei ioctls 2021-10-21 00:17:36 +02:00