]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
e1000: add shutdown handler back to fix WOL
authorAuke Kok <auke-jan.h.kok@intel.com>
Tue, 23 May 2006 20:35:57 +0000 (13:35 -0700)
committerAuke Kok <juke-jan.h.kok@intel.com>
Tue, 23 May 2006 20:35:57 +0000 (13:35 -0700)
commitc653e6351e371b33b29871e5eedf610ffb3be037
tree401b966e60317c09c6f2b2d5cd81bfbc0d9e3aeb
parent4e3ceac609cce39cb96e0eb8604934592371ed8c
e1000: add shutdown handler back to fix WOL

Someone was waaay too aggressive and removed e1000's reboot notifier
instead of porting it to the new way of the shutdown handler.  This change
broke wake on lan.  Add the shutdown handler back in using the same method
as e100 uses.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
drivers/net/e1000/e1000_main.c