Re: [PATCH net] r8169: fix broken Wake-on-LAN from S5 (poweroff)

2018-10-25 Thread David Miller
From: Heiner Kallweit Date: Thu, 25 Oct 2018 18:40:19 +0200 > It was reported that WoL from S5 is broken (WoL from S3 works) and the > analysis showed that during system shutdown the network interface was > brought down already when the actual kernel shutdown started. > Therefore netif_running()

[PATCH net] r8169: fix broken Wake-on-LAN from S5 (poweroff)

2018-10-25 Thread Heiner Kallweit
It was reported that WoL from S5 is broken (WoL from S3 works) and the analysis showed that during system shutdown the network interface was brought down already when the actual kernel shutdown started. Therefore netif_running() returned false and as a consequence the PHY was suspended. Obviously W