Re: [PATCH net-next v2 5/7] net: ethernet: fs_enet: fcc: use macros for speed and duplex values
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-30 21:08:53
Also in:
lkml, netdev
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-30 21:08:53
Also in:
lkml, netdev
On Thu, Aug 29, 2024 at 06:15:28PM +0200, Maxime Chevallier wrote:
The PHY speed and duplex should be manipulated using the SPEED_XXX and DUPLEX_XXX macros available. Use it in the fcc, fec and scc MAC for fs_enet. Acked-by: Christophe Leroy <redacted> Reviewed-by: Christophe Leroy <redacted> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew