From: Keith Packard Date: Wed, 27 Mar 2024 04:38:48 +0000 (-0700) Subject: altos: ao_fec_prepare using wrong value for input len X-Git-Tag: 1.9.18~2^2~8 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=abfa580ad700415f5ea240450a1621f9de35de82;hp=abfa580ad700415f5ea240450a1621f9de35de82;p=fw%2Faltos altos: ao_fec_prepare using wrong value for input len The FEC code always sends a multiple of four bytes, padding by two bytes for even inputs and one byte for odd. But the preparation step was using the wrong value for the length, so the output was getting mangled. Signed-off-by: Keith Packard ---