aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r--drivers/net/tg3.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index 226e60dfaeaf..4fa8ee30b70f 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -8165,8 +8165,7 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
8165 RDMAC_MODE_FIFOURUN_ENAB | RDMAC_MODE_FIFOOREAD_ENAB | 8165 RDMAC_MODE_FIFOURUN_ENAB | RDMAC_MODE_FIFOOREAD_ENAB |
8166 RDMAC_MODE_LNGREAD_ENAB); 8166 RDMAC_MODE_LNGREAD_ENAB);
8167 8167
8168 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5717 || 8168 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5717)
8169 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5719)
8170 rdmac_mode |= RDMAC_MODE_MULT_DMA_RD_DIS; 8169 rdmac_mode |= RDMAC_MODE_MULT_DMA_RD_DIS;
8171 8170
8172 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5784 || 8171 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5784 ||