sky2: remove check for PCI wakeup setting from BIOS
authorStephen Hemminger <shemminger@linux-foundation.org>
Fri, 11 Jan 2008 00:14:13 +0000 (16:14 -0800)
committerJeff Garzik <jeff@garzik.org>
Sat, 12 Jan 2008 22:49:10 +0000 (17:49 -0500)
commit84cd2dfb04d23a961c5f537baa243fa54d0987ac
tree431af8150d569fd58f22547d500db6595ff2697c
parent86c6887e6fea0b395dc939174ac80ad0ae88288c
sky2: remove check for PCI wakeup setting from BIOS

The driver checks status of PCI power management to mark
default setting of Wake On Lan. On some systems this works, but often
it reports a that WOL is disabled when it isn't.

This patch gets rid of that check and just reports the wake on
lan status based on the hardware capablity.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c