aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_link.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2x_link.c')
-rw-r--r--drivers/net/bnx2x_link.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/bnx2x_link.c b/drivers/net/bnx2x_link.c
index ffa412f63c96..f4c699ecfb41 100644
--- a/drivers/net/bnx2x_link.c
+++ b/drivers/net/bnx2x_link.c
@@ -297,8 +297,10 @@ static u8 bnx2x_emac_enable(struct link_params *params,
297 port*4, 0); 297 port*4, 0);
298 } 298 }
299 299
300 /* enable emac */ 300 bnx2x_bits_en(bp, emac_base + EMAC_REG_EMAC_RX_MODE,
301 REG_WR(bp, NIG_REG_NIG_EMAC0_EN + port*4, 1); 301 EMAC_RX_MODE_RESET);
302 bnx2x_bits_en(bp, emac_base + EMAC_REG_EMAC_TX_MODE,
303 EMAC_TX_MODE_RESET);
302 304
303 if (CHIP_REV_IS_SLOW(bp)) { 305 if (CHIP_REV_IS_SLOW(bp)) {
304 /* config GMII mode */ 306 /* config GMII mode */