Re: [PATCH net-next v2 2/2] r8169: use the generic EEE management functions

2019-08-15 Thread Florian Fainelli
On 8/15/2019 5:14 AM, Heiner Kallweit wrote: > Now that the Realtek PHY driver maps the vendor-specific EEE registers > to the standard MMD registers, we can remove all special handling and > use the generic functions phy_ethtool_get/set_eee. > > Signed-off-by: Heiner Kallweit Reviewed-by: Fl

[PATCH net-next v2 2/2] r8169: use the generic EEE management functions

2019-08-15 Thread Heiner Kallweit
Now that the Realtek PHY driver maps the vendor-specific EEE registers to the standard MMD registers, we can remove all special handling and use the generic functions phy_ethtool_get/set_eee. Signed-off-by: Heiner Kallweit --- v2. - rebased --- drivers/net/ethernet/realtek/r8169_main.c | 172 +++