Re: [PATCH net-next] r8169: fix network error on resume from suspend

2018-05-20 Thread David Miller
From: Heiner Kallweit Date: Sat, 19 May 2018 10:29:33 +0200 > This commit removed calls to rtl_set_rx_mode(). This is ok for the > standard path if the link is brought up, however it breaks system > resume from suspend. Link comes up but no network traffic. > > Meanwhile common code from rtl_hw_

[PATCH net-next] r8169: fix network error on resume from suspend

2018-05-19 Thread Heiner Kallweit
This commit removed calls to rtl_set_rx_mode(). This is ok for the standard path if the link is brought up, however it breaks system resume from suspend. Link comes up but no network traffic. Meanwhile common code from rtl_hw_start_8169/8101/8168() was moved to rtl_hw_start(), therefore re-add the