Re: [PATCH net-next 5/7] net: freescale: ucc_geth: Simplify frame length check

2024-11-07 Thread Andrew Lunn
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 upo

[PATCH net-next 5/7] net: freescale: ucc_geth: Simplify frame length check

2024-11-07 Thread Maxime Chevallier
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: Maxi