e100: rework WoL and shutdown handling
authorAuke Kok <auke\-jan.h.kok@intel.com>
Wed, 27 Sep 2006 19:53:25 +0000 (12:53 -0700)
committerAuke Kok <juke-jan.h.kok@intel.com>
Wed, 27 Sep 2006 19:53:25 +0000 (12:53 -0700)
commit975b366af66280ed5b852a1a0446586ce71e306e
tree92a0875940d74b235e2a2132f3fa8394ab75d747
parentdc45010e28bc4a1bfa6043eee31d1c59e93e1546
e100: rework WoL and shutdown handling

Unify our shutdown/suspend/resume code and make it similar to e1000:
e1000_shutdown now calls suspend which does the exact same thing on
shutdown except saving PCI config state on suspend. WoL setup code
is now also more simple and works even when CONFIG_PM is not set, which
was previously broken.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
drivers/net/e100.c