diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/hw/nes/nes_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/nes/nes_hw.c b/drivers/infiniband/hw/nes/nes_hw.c index 7c0ff19ce382..6ee570baa60a 100644 --- a/drivers/infiniband/hw/nes/nes_hw.c +++ b/drivers/infiniband/hw/nes/nes_hw.c | |||
@@ -1529,7 +1529,7 @@ int nes_init_phy(struct nes_device *nesdev) | |||
1529 | } else { | 1529 | } else { |
1530 | /* setup 10G MDIO operation */ | 1530 | /* setup 10G MDIO operation */ |
1531 | tx_config &= 0xFFFFFFE3; | 1531 | tx_config &= 0xFFFFFFE3; |
1532 | tx_config |= 0x15; | 1532 | tx_config |= 0x1D; |
1533 | } | 1533 | } |
1534 | nes_write_indexed(nesdev, NES_IDX_MAC_TX_CONFIG, tx_config); | 1534 | nes_write_indexed(nesdev, NES_IDX_MAC_TX_CONFIG, tx_config); |
1535 | 1535 | ||