diff options
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 595ddf2eb7d2..ca3052d5c409 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -7192,7 +7192,7 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy) | |||
7192 | if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705 && | 7192 | if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705 && |
7193 | tp->pci_chip_rev_id != CHIPREV_ID_5705_A0) || | 7193 | tp->pci_chip_rev_id != CHIPREV_ID_5705_A0) || |
7194 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750) { | 7194 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750) { |
7195 | if ((tp->tg3_flags & TG3_FLG2_TSO_CAPABLE) && | 7195 | if ((tp->tg3_flags2 & TG3_FLG2_TSO_CAPABLE) && |
7196 | (tp->pci_chip_rev_id == CHIPREV_ID_5705_A1 || | 7196 | (tp->pci_chip_rev_id == CHIPREV_ID_5705_A1 || |
7197 | tp->pci_chip_rev_id == CHIPREV_ID_5705_A2)) { | 7197 | tp->pci_chip_rev_id == CHIPREV_ID_5705_A2)) { |
7198 | /* nothing */ | 7198 | /* nothing */ |