diff options
-rw-r--r-- | drivers/net/e1000e/netdev.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c index cab1835173cd..ccb8ca2cbb2b 100644 --- a/drivers/net/e1000e/netdev.c +++ b/drivers/net/e1000e/netdev.c | |||
@@ -4343,6 +4343,11 @@ static int __devinit e1000_probe(struct pci_dev *pdev, | |||
4343 | netdev->features |= NETIF_F_TSO; | 4343 | netdev->features |= NETIF_F_TSO; |
4344 | netdev->features |= NETIF_F_TSO6; | 4344 | netdev->features |= NETIF_F_TSO6; |
4345 | 4345 | ||
4346 | netdev->vlan_features |= NETIF_F_TSO; | ||
4347 | netdev->vlan_features |= NETIF_F_TSO6; | ||
4348 | netdev->vlan_features |= NETIF_F_HW_CSUM; | ||
4349 | netdev->vlan_features |= NETIF_F_SG; | ||
4350 | |||
4346 | if (pci_using_dac) | 4351 | if (pci_using_dac) |
4347 | netdev->features |= NETIF_F_HIGHDMA; | 4352 | netdev->features |= NETIF_F_HIGHDMA; |
4348 | 4353 | ||