]> git.baikalelectronics.ru Git - kernel.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)
committerJeff Garzik <jeff@garzik.org>
Sat, 27 May 2006 01:31:56 +0000 (21:31 -0400)
commit8273cce09c2a81c7632309bb11ac1b0da6046467
tree7cab9aa18a3f9cc1d30d1e8a2cde2f19d357ffdf
parent84ed92f1dac36d16af5a00dce833e3c3ea5244e4
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>
(cherry picked from c653e6351e371b33b29871e5eedf610ffb3be037 commit)
drivers/net/e1000/e1000_main.c