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 09f2c11db247..6c53e2c4aa7c 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -8303,7 +8303,7 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy) | |||
8303 | tg3_flag(tp, HW_TSO_3)) | 8303 | tg3_flag(tp, HW_TSO_3)) |
8304 | rdmac_mode |= RDMAC_MODE_IPV4_LSO_EN; | 8304 | rdmac_mode |= RDMAC_MODE_IPV4_LSO_EN; |
8305 | 8305 | ||
8306 | if (tg3_flag(tp, HW_TSO_3) || | 8306 | if (tg3_flag(tp, 57765_PLUS) || |
8307 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785 || | 8307 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785 || |
8308 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_57780) | 8308 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_57780) |
8309 | rdmac_mode |= RDMAC_MODE_IPV6_LSO_EN; | 8309 | rdmac_mode |= RDMAC_MODE_IPV6_LSO_EN; |