Re: [PATCH net-next] r8169: fix runtime suspend

2018-07-04 Thread David Miller
From: Heiner Kallweit Date: Wed, 4 Jul 2018 21:11:29 +0200 > When runtime-suspending we configure WoL w/o touching saved_wolopts. > If saved_wolopts == 0 we would power down the PHY in this case what's > wrong. Therefore we have to check the actual chip WoL settings here. > > Fixes: 433f9d0ddcc6

[PATCH net-next] r8169: fix runtime suspend

2018-07-04 Thread Heiner Kallweit
When runtime-suspending we configure WoL w/o touching saved_wolopts. If saved_wolopts == 0 we would power down the PHY in this case what's wrong. Therefore we have to check the actual chip WoL settings here. Fixes: 433f9d0ddcc6 ("r8169: improve saved_wolopts handling") Signed-off-by: Heiner Kallwe