commit | 5d06a99f543e734ceb53bbc9e550537be97f0c49 | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Thu Feb 23 00:47:58 2006 +0100 |
committer | Francois Romieu <romieu@fr.zoreil.com> | Thu Feb 23 23:06:07 2006 +0100 |
tree | 7b8112f808f59ecde35b3de9900b1221e9aeb162 | |
parent | 791917deb63c6d8beb3f347ea0911371deff1624 [diff] |
r8169: fix broken ring index handling in suspend/resume rtl8169_hw_start() requires that the descriptor ring indexes be set to zero. Let a deferred invocation of rtl8169_reset_task() handle it. Enabling a few power management bits will not hurt either. suspend/resume is issued with irq on: the spinlock do not need to save the irq flag. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>