> Heiner Kallweit [mailto:hkallwe...@gmail.com] > > Sent: Tuesday, January 09, 2018 4:39 AM > [...] > > - Change rtl8169_runtime_suspend to power down the chip if the > > interface is down. > > The original driver has done it. I don't think you have to do it again in > rtl8169_runtime_suspend().
It's my mistake. If ndo_stop() doesn't be called after probe(), rtl_pll_power_down() wouldn't be called, either. You are right. Best Regards, Hayes