aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/efx.c')
-rw-r--r--drivers/net/sfc/efx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c
index 7eb11d32debf..022dc366c362 100644
--- a/drivers/net/sfc/efx.c
+++ b/drivers/net/sfc/efx.c
@@ -2092,6 +2092,9 @@ static int __devinit efx_pci_probe(struct pci_dev *pci_dev,
2092 NETIF_F_HIGHDMA | NETIF_F_TSO); 2092 NETIF_F_HIGHDMA | NETIF_F_TSO);
2093 if (lro) 2093 if (lro)
2094 net_dev->features |= NETIF_F_LRO; 2094 net_dev->features |= NETIF_F_LRO;
2095 /* Mask for features that also apply to VLAN devices */
2096 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG |
2097 NETIF_F_HIGHDMA);
2095 efx = netdev_priv(net_dev); 2098 efx = netdev_priv(net_dev);
2096 pci_set_drvdata(pci_dev, efx); 2099 pci_set_drvdata(pci_dev, efx);
2097 rc = efx_init_struct(efx, type, pci_dev, net_dev); 2100 rc = efx_init_struct(efx, type, pci_dev, net_dev);