Re: [PATCH net-next] r8169: move EEE LED config to rtl8168_config_eee_mac

2019-05-05 Thread David Miller
From: Heiner Kallweit Date: Sat, 4 May 2019 17:13:09 +0200 > Move adjusting the EEE LED frequency to rtl8168_config_eee_mac. > Exclude RTL8411 (version 38) like in the existing code. > > Signed-off-by: Heiner Kallweit Applied.

[PATCH net-next] r8169: move EEE LED config to rtl8168_config_eee_mac

2019-05-04 Thread Heiner Kallweit
Move adjusting the EEE LED frequency to rtl8168_config_eee_mac. Exclude RTL8411 (version 38) like in the existing code. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169.c | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/drivers/net/eth