From: Heiner Kallweit <hkallwe...@gmail.com> Date: Thu, 1 Oct 2020 08:44:19 +0200
> Petr reported that system freezes on r8169 driver load on a system > using ether_clk. The original change was done under the assumption > that the clock isn't needed for basic operations like chip register > access. But obviously that was wrong. > Therefore effectively revert the original change, and in addition > leave the clock active when suspending and WoL is enabled. Chip may > not be able to process incoming packets otherwise. > > Fixes: 9f0b54cd1672 ("r8169: move switching optional clock on/off to pll > power functions") > Reported-by: Petr Tesarik <ptesa...@suse.cz> > Tested-by: Petr Tesarik <ptesa...@suse.cz> > Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> Applied.