Re: [PATCH net-next 5/7] net: freescale: ucc_geth: Simplify frame length check
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-11-07 17:50:59
Also in:
linuxppc-dev, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-11-07 17:50:59
Also in:
linuxppc-dev, lkml
On Thu, Nov 07, 2024 at 06:02:52PM +0100, Maxime Chevallier wrote:
The frame length check is configured when the phy interface is setup. However, it's configured according to an internal flag that is always false. So, just make so that we disable the relevant bit in the MACCFG2 register upon accessing it for other MAC configuration operations. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew