|
@@ -213,6 +213,7 @@ static s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw)
|
|
switch (hw->phy.type) {
|
|
switch (hw->phy.type) {
|
|
case ixgbe_phy_tn:
|
|
case ixgbe_phy_tn:
|
|
phy->ops.check_link = &ixgbe_check_phy_link_tnx;
|
|
phy->ops.check_link = &ixgbe_check_phy_link_tnx;
|
|
|
|
+ phy->ops.setup_link = &ixgbe_setup_phy_link_tnx;
|
|
phy->ops.get_firmware_version =
|
|
phy->ops.get_firmware_version =
|
|
&ixgbe_get_phy_firmware_version_tnx;
|
|
&ixgbe_get_phy_firmware_version_tnx;
|
|
break;
|
|
break;
|