Re: [PATCH] net: phylink: add phylink_init_eee() helper
From: Russell King Date: Mon, 11 Feb 2019 11:46:06 + > Provide phylink_init_eee() to allow MAC drivers to initialise PHY EEE > from within the ethtool set_eee() method. > > Signed-off-by: Russell King Applied to net-next
[PATCH] net: phylink: add phylink_init_eee() helper
Provide phylink_init_eee() to allow MAC drivers to initialise PHY EEE from within the ethtool set_eee() method. Signed-off-by: Russell King --- drivers/net/phy/phylink.c | 18 ++ include/linux/phylink.h | 1 + 2 files changed, 19 insertions(+) diff --git a/drivers/net/phy/phy