From: Francois Romieu Date: Mon, 2 Apr 2007 21:01:11 +0000 (+0200) Subject: r8169: fix suspend/resume for down interface X-Git-Tag: v2.6.21-rc6~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1371fa6db0bbb8e23f988a641f5ae7361bc629dd;p=pandora-kernel.git r8169: fix suspend/resume for down interface The PM hooks are no-op if the r8169 interface is down (i.e. !IFF_UP). However, as the chipset is enabled, the device will not work after a suspend/resume cycle. The patch always issue the required PCI suspend sequence and removes the module unload/reload workaround. Signed-off-by: Arnaud Patard Signed-off-by: Francois Romieu Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed