Re: [PATCH net 0/2] r8152: fix autosuspend issue

2017-01-10 Thread David Miller
From: Hayes Wang Date: Tue, 10 Jan 2017 17:04:05 +0800 > Avoid rx is split into two parts when runtime suspend occurs. Series applied and queued up for -stable. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majo

[PATCH net 0/2] r8152: fix autosuspend issue

2017-01-10 Thread Hayes Wang
Avoid rx is split into two parts when runtime suspend occurs. Hayes Wang (2): r8152: split rtl8152_suspend function r8152: fix rx issue for runtime suspend drivers/net/usb/r8152.c | 80 +++-- 1 file changed, 64 insertions(+), 16 deletions(-) -- 2