]> www.infradead.org Git - users/jedix/linux-maple.git/commit
r8169: enable napi on resume.
authorArtem Savkov <artem.savkov@gmail.com>
Tue, 3 Apr 2012 10:29:11 +0000 (10:29 +0000)
committerJoe Jin <joe.jin@oracle.com>
Fri, 18 May 2012 03:39:50 +0000 (11:39 +0800)
commitbc0640b826488895370d9558719692ff631ef3ba
tree2ba2da1742e7c900dd3e39e3dc658a61720716d6
parentce083e01fc34a17fae57cf6ed60c29f04720b359
r8169: enable napi on resume.

NAPI is disabled during suspend and needs to be enabled on resume. Without
this the driver locks up during resume in rtl_reset_work() trying to disable
NAPI again.

(cherry picked from commit cff4c16296754888b6fd8c886bc860a888e20257)
Signed-off-by: Artem Savkov <artem.savkov@gmail.com>
Acked-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/r8169.c