]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
3c59x: Use device_set_wakeup_enable
authorSteffen Klassert <klassert@mathematik.tu-chemnitz.de>
Fri, 9 Jan 2009 03:53:17 +0000 (03:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Jan 2009 08:06:32 +0000 (00:06 -0800)
commitc17931c52ec6b1af710185986e10c344039edeb7
treeebda2fd65c5eb5bffe8b9c3ff7341f737061da16
parent3d58cefd823e47209ffcac9cada0a618771da1a4
3c59x: Use device_set_wakeup_enable

Since dev->power.should_wakeup bit is used by the PCI core to
decide whether the device should wake up the system from sleep
states, set this bit by calling device_set_wakeup_enable().

This restores proper WOL for the 3c59x driver.

Reported-and-tested-by: Graeme Wilford <gwilford@gmail.com>
Reported-by: Gunnar Degnbol <degnbol@danbbs.dk>
Signed-off-by: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/3c59x.c