> From: Chen Yu <yu.c.c...@intel.com>
> Sent: Thursday, May 21, 2020 10:59 AM
> To: Kirsher, Jeffrey T <jeffrey.t.kirs...@intel.com>; David S. Miller
> <da...@davemloft.net>; Jakub Kicinski <k...@kernel.org>; Kok, Auke-jan H
> <auke-jan.h....@intel.com>; Jeff Garzik <j...@garzik.org>
> Cc: intel-wired-...@lists.osuosl.org; net...@vger.kernel.org; linux-
> ker...@vger.kernel.org; Brown, Len <len.br...@intel.com>; Rafael J. Wysocki
> <r...@rjwysocki.net>; Shevchenko, Andriy <andriy.shevche...@intel.com>;
> Neftin, Sasha <sasha.nef...@intel.com>; Lifshits, Vitaly
> <vitaly.lifsh...@intel.com>; Chen, Yu C <yu.c.c...@intel.com>;
> sta...@vger.kernel.org
> Subject: [PATCH 1/2] e1000e: Do not wake up the system via WOL if device
> wakeup is disabled
>
> Currently the system will be woken up via WOL(Wake On Lan) even if the
> device wakeup ability has been disabled via sysfs:
> cat /sys/devices/pci0000:00/0000:00:1f.6/power/wakeup
> disabled
>
> The system should not be woken up if the user has explicitly
> disabled the wake up ability for this device.
>
> This patch clears the WOL ability of this network device if the
> user has disabled the wake up ability in sysfs.
>
> Fixes: bc7f75fa9788 ("[E1000E]: New pci-express e1000 driver")
> Reported-by: Rafael J. Wysocki <rafael.j.wyso...@intel.com>
> Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com>
> Cc: <sta...@vger.kernel.org>
> Signed-off-by: Chen Yu <yu.c.c...@intel.com>
> ---
> drivers/net/ethernet/intel/e1000e/netdev.c | 14 ++++++++++----
> 1 file changed, 10 insertions(+), 4 deletions(-)
>
Tested-by: Aaron Brown <aaron.f.br...@intel.com>