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 98ca0d20d206..12a2dd77c367 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -8864,7 +8864,7 @@ static void tg3_ints_fini(struct tg3 *tp) | |||
8864 | else if (tp->tg3_flags2 & TG3_FLG2_USING_MSI) | 8864 | else if (tp->tg3_flags2 & TG3_FLG2_USING_MSI) |
8865 | pci_disable_msi(tp->pdev); | 8865 | pci_disable_msi(tp->pdev); |
8866 | tp->tg3_flags2 &= ~TG3_FLG2_USING_MSI_OR_MSIX; | 8866 | tp->tg3_flags2 &= ~TG3_FLG2_USING_MSI_OR_MSIX; |
8867 | tp->tg3_flags3 &= ~TG3_FLG3_ENABLE_RSS; | 8867 | tp->tg3_flags3 &= ~(TG3_FLG3_ENABLE_RSS | TG3_FLG3_ENABLE_TSS); |
8868 | } | 8868 | } |
8869 | 8869 | ||
8870 | static int tg3_open(struct net_device *dev) | 8870 | static int tg3_open(struct net_device *dev) |