Re: [PATCH v3 4/5] hw/net/lan9118_phy: Reuse MII constants
On Sat, Nov 02, 2024 at 01:57:23PM +0100, Bernhard Beschow wrote: > Prefer named constants over magic values for better readability. > > Reviewed-by: Peter Maydell > Signed-off-by: Bernhard Beschow Tested-by: Guenter Roeck
[PATCH v3 4/5] hw/net/lan9118_phy: Reuse MII constants
Prefer named constants over magic values for better readability. Reviewed-by: Peter Maydell Signed-off-by: Bernhard Beschow --- include/hw/net/mii.h | 6 + hw/net/lan9118_phy.c | 63 2 files changed, 46 insertions(+), 23 deletions(-) diff --git