net/ixgbe: fix link up with X552
authorWei Zhao <wei.zhao1@intel.com>
Wed, 9 Nov 2016 07:00:28 +0000 (15:00 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 10 Nov 2016 23:53:22 +0000 (00:53 +0100)
commitd7220227372b691f4730159e8fbe70b134d61a07
treefa899c8c4b8f69e6ddef0228080f5e6f3007aa19
parent174dd78e936ea1170a224d044fbcf9ea7ce28226
net/ixgbe: fix link up with X552

The links never coming up when bring up x552 NIC, device id is 15ac.
This is caused by delete some code which casing
removes X550em SFP iXFI setup for the drivers in function
ixgbe_setup_mac_link_sfp_x550em().
Fix method is recover the deleted code.

Fixes: 1726b9cd9c40 ("net/ixgbe/base: remove X550em SFP iXFI setup")

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/base/ixgbe_x550.c