ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
authorMark Rustad <mark.d.rustad@intel.com>
Fri, 16 Oct 2015 20:27:49 +0000 (13:27 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Dec 2015 10:32:05 +0000 (02:32 -0800)
commitf164b84529e3bf9ae43882fd3ac84bef94d104cf
treebb801f43441cc8d87f1c6f03e375010544ce9b21
parent6f24e5d599896b5091af72e4b3edfce6307627f7
ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em

This patch removes KR PHY reset from ixgbe_init_phy_ops_x550em,
since this function is meant to initialize function pointers for
the detected PHY type. Internal PHY reset was moved to
ixgbe_setup_internal_phy_t_x550em which will now detect which
mode the internal PHY operates in and set it up as required.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Tested-by: Darin Miller <darin.j.miller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
This page took 0.045388 seconds and 5 git commands to generate.