aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/tg3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index 44ac9e233bef..72d1e18a152c 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -7787,7 +7787,7 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
7787 tw32(RCVDBDI_JUMBO_BD + TG3_BDINFO_MAXLEN_FLAGS, 7787 tw32(RCVDBDI_JUMBO_BD + TG3_BDINFO_MAXLEN_FLAGS,
7788 (RX_JUMBO_MAX_SIZE << BDINFO_FLAGS_MAXLEN_SHIFT) | 7788 (RX_JUMBO_MAX_SIZE << BDINFO_FLAGS_MAXLEN_SHIFT) |
7789 BDINFO_FLAGS_USE_EXT_RECV); 7789 BDINFO_FLAGS_USE_EXT_RECV);
7790 if (!(tp->tg3_flags2 & TG3_FLG2_5705_PLUS)) 7790 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5717)
7791 tw32(RCVDBDI_JUMBO_BD + TG3_BDINFO_NIC_ADDR, 7791 tw32(RCVDBDI_JUMBO_BD + TG3_BDINFO_NIC_ADDR,
7792 NIC_SRAM_RX_JUMBO_BUFFER_DESC); 7792 NIC_SRAM_RX_JUMBO_BUFFER_DESC);
7793 } else { 7793 } else {