Re: [PATCH net-next v3 01/13] ax88179_178a: Fix endianness of pause watermark register
From: Andrew Lunn
Date: Fri Jul 24 2026 - 09:26:50 EST
On Fri, Jul 24, 2026 at 09:36:44AM +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.
>
> Signed-off-by: Birger Koblitz <mail@xxxxxxxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew