ltq-vdsl-app: Fix counter overflow resulting in negative values
authorRoland Barenbrug <roland@treslong.com>
Wed, 29 Jun 2022 11:09:25 +0000 (13:09 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 6 Aug 2022 20:24:39 +0000 (22:24 +0200)
commitbd9bb13012d8009072f648496f02584ad04b647a
treedcd6fbfeb1d96048699bc62030307b8328110a65
parentbd74c1115513899040b623a5f23dfde955cd5d09
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 456b9029d764e69f390ee26bca24883b12eb83c2)
package/network/config/ltq-vdsl-app/src/src/dsl_cpe_ubus.c