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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c
index be9382faf19d..5a0494a7d59f 100644
--- a/drivers/net/sfc/efx.c
+++ b/drivers/net/sfc/efx.c
@@ -2079,7 +2079,7 @@ static int __devinit efx_pci_probe(struct pci_dev *pci_dev,
2079 net_dev->features |= NETIF_F_LRO; 2079 net_dev->features |= NETIF_F_LRO;
2080 /* Mask for features that also apply to VLAN devices */ 2080 /* Mask for features that also apply to VLAN devices */
2081 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG | 2081 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG |
2082 NETIF_F_HIGHDMA); 2082 NETIF_F_HIGHDMA | NETIF_F_TSO);
2083 efx = netdev_priv(net_dev); 2083 efx = netdev_priv(net_dev);
2084 pci_set_drvdata(pci_dev, efx); 2084 pci_set_drvdata(pci_dev, efx);
2085 rc = efx_init_struct(efx, type, pci_dev, net_dev); 2085 rc = efx_init_struct(efx, type, pci_dev, net_dev);