Skip to content

Commit ade7205

Browse files
etantilovgregkh
authored andcommitted
ixgbe: do not disable FEC from the driver
[ Upstream commit 1fe954b2097bb907b4578e6a74e4c1d23785a601 ] FEC is configured by the NVM and the driver should not be overriding it. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Krishneil Singh <krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b6e7fb0 commit ade7205

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,8 +1643,6 @@ static s32 ixgbe_setup_kr_speed_x550em(struct ixgbe_hw *hw,
16431643
return status;
16441644

16451645
reg_val |= IXGBE_KRM_LINK_CTRL_1_TETH_AN_ENABLE;
1646-
reg_val &= ~(IXGBE_KRM_LINK_CTRL_1_TETH_AN_FEC_REQ |
1647-
IXGBE_KRM_LINK_CTRL_1_TETH_AN_CAP_FEC);
16481646
reg_val &= ~(IXGBE_KRM_LINK_CTRL_1_TETH_AN_CAP_KR |
16491647
IXGBE_KRM_LINK_CTRL_1_TETH_AN_CAP_KX);
16501648

0 commit comments

Comments
 (0)