]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita481724d466c0f480c3a07494b6c0f1cc14af9a2
tree92a0875940d74b235e2a2132f3fa8394ab75d747
parentf9c4b4d9f10acc7c367ef99416ccf98c4e9ea97c
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