r8169: enable napi on resume.
authorArtem Savkov <artem.savkov@gmail.com>
Tue, 3 Apr 2012 10:29:11 +0000 (10:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Apr 2012 23:08:40 +0000 (19:08 -0400)
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.

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>

No differences found