ice: Add missing PHY type to link settings
authorTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 28 Feb 2019 23:26:00 +0000 (15:26 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 2 May 2019 08:23:42 +0000 (01:23 -0700)
commit49a6a5d7ebfbf99ea5ba8fa4d55a29b7a446cbae
treefd3f633156980e09def866f599d6c244f6226b46
parentb07833a00d70fb731bb3aba8876a56e37b549f3e
ice: Add missing PHY type to link settings

The PHY type ICE_PHY_TYPE_LOW_25G_AUI_C2C is missing from
ice_get_settings_link_up() which is causing a warning
message for unrecognized PHY.  Add the PHY type to
correctly set the settings and avoid the warning message.

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_ethtool.c