Re: [PATCH net-next] r8169: re-configure WOL settings on resume from hibernation

2021-02-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Feb 2021 15:33:20 +0100 you wrote: > So far we don't re-configure WOL-related register bits when waking up > from hibernation. I'm not aware of any problem reports, but better > play safe and call __rtl8169_set_w

[PATCH net-next] r8169: re-configure WOL settings on resume from hibernation

2021-02-10 Thread Heiner Kallweit
So far we don't re-configure WOL-related register bits when waking up from hibernation. I'm not aware of any problem reports, but better play safe and call __rtl8169_set_wol() in the resume() path too. To achieve this move calling __rtl8169_set_wol() to rtl8169_net_resume() and rename the function