]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: Fix check for ixgbe_phy_x550em_ext_t reset
authorTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 31 Oct 2016 19:11:58 +0000 (12:11 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 3 Jan 2017 21:03:34 +0000 (13:03 -0800)
commit5c092749e304d8b49567be633d5be31393538e3b
tree315312d6f259035265b9bf2f408f3d8977f5a838
parentcb8e051446ae554aae38163d3421edc793221784
ixgbe: Fix check for ixgbe_phy_x550em_ext_t reset

The generic PHY reset check we had previously is not sufficient for the
ixgbe_phy_x550em_ext_t PHY type.  Check 1.CC02.0 instead - same as
ixgbe_init_ext_t_x550().

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c