commit | f669d24f3dd00beab452c0fc9257f6a942ffca9b | [log] [tgz] |
---|---|---|
author | Stefan Assmann <sassmann@kpanic.de> | Thu Mar 21 13:45:35 2019 +0100 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Mar 26 16:16:55 2019 -0700 |
tree | c76e99ca30016438ff52a40d258247001097affa | |
parent | 7ec52b9df7d7472240fa96223185894b1897aeb0 [diff] |
i40e: fix WoL support check The current check for WoL on i40e is broken. Code comment says only magic packet is supported, so only check for that. Fixes: 540a152da762 (i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURE) Signed-off-by: Stefan Assmann <sassmann@kpanic.de> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>