Re: [PATCH 1/9] ax88179_178a: Fix endianness of pause watermark register
From: Andrew Lunn
Date: Wed Jul 01 2026 - 10:58:21 EST
On Wed, Jul 01, 2026 at 07:42:47AM +0200, Birger Koblitz wrote:
> The 16-bit pause watermark register is little endian as
> described in the ASIX 4.1.0 out-of-tree driver. Correct the
> register byte sequence but also swap the configuration values
> used in the code in order to keep the current behaviour.
>
> The endianness is relevant for 16-bit writes to the register.
Is this a Fix which should be back ported in stable?
Andrew