[PATCH 0/2] Make WOL of e1000e consistent with sysfs device wakeup

From: Chen Yu
Date: Thu May 21 2020 - 13:58:16 EST


Currently the WOL(Wake On Lan) bahavior of e1000e is not consistent with its corresponding
device wake up ability.
Fix this by:
1. Do not wake up the system via WOL if device wakeup is disabled
2. Make WOL display info from ethtool consistent with device wake up
settings in sysfs

Chen Yu (2):
e1000e: Do not wake up the system via WOL if device wakeup is disabled
e1000e: Make WOL info in ethtool consistent with device wake up
ability

drivers/net/ethernet/intel/e1000e/ethtool.c | 2 +-
drivers/net/ethernet/intel/e1000e/netdev.c | 14 ++++++++++----
2 files changed, 11 insertions(+), 5 deletions(-)

--
2.17.1