[PATCH net v1 0/2] Fix ethtool --show-eee for stmmac
From: Choong Yong Liang
Date: Tue Nov 12 2024 - 02:25:32 EST
This fix ensures that 'ethtool --show-eee' displays the correct
status for stmmac.
Choong Yong Liang (2):
net: phy: Introduce phy_update_eee() to update eee_cfg values
net: stmmac: update eee_cfg after mac link up/down
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 4 ++++
drivers/net/phy/phy_device.c | 24 +++++++++++++++++++
include/linux/phy.h | 2 ++
3 files changed, 30 insertions(+)
--
2.34.1