forked from Minki/linux
ixgbe: add WOL support for new subdevice id
This patch adds a subdevice id for new 82599 device. The define is needed to allow enabling WOL support. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
56e94095ef
commit
f8a06c2ceb
@ -7080,6 +7080,7 @@ int ixgbe_wol_supported(struct ixgbe_adapter *adapter, u16 device_id,
|
||||
break;
|
||||
case IXGBE_SUBDEV_ID_82599_SFP:
|
||||
case IXGBE_SUBDEV_ID_82599_RNDC:
|
||||
case IXGBE_SUBDEV_ID_82599_ECNA_DP:
|
||||
is_wol_supported = 1;
|
||||
break;
|
||||
}
|
||||
|
@ -56,6 +56,7 @@
|
||||
#define IXGBE_SUBDEV_ID_82599_SFP 0x11A9
|
||||
#define IXGBE_SUBDEV_ID_82599_RNDC 0x1F72
|
||||
#define IXGBE_SUBDEV_ID_82599_560FLR 0x17D0
|
||||
#define IXGBE_SUBDEV_ID_82599_ECNA_DP 0x0470
|
||||
#define IXGBE_DEV_ID_82599_SFP_EM 0x1507
|
||||
#define IXGBE_DEV_ID_82599_SFP_SF2 0x154D
|
||||
#define IXGBE_DEV_ID_82599EN_SFP 0x1557
|
||||
|
Loading…
Reference in New Issue
Block a user