mbox series

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

Message ID cover.1590081982.git.yu.c.chen@intel.com
Headers show
Series Make WOL of e1000e consistent with sysfs device wakeup | expand

Message

Chen Yu May 21, 2020, 5:58 p.m. UTC
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(-)