diff options
Diffstat (limited to 'drivers/net/enic/enic_main.c')
-rw-r--r-- | drivers/net/enic/enic_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/enic/enic_main.c b/drivers/net/enic/enic_main.c index e01067e727b2..e0bf224d7f9b 100644 --- a/drivers/net/enic/enic_main.c +++ b/drivers/net/enic/enic_main.c | |||
@@ -1968,7 +1968,8 @@ static int __devinit enic_probe(struct pci_dev *pdev, | |||
1968 | break; | 1968 | break; |
1969 | } | 1969 | } |
1970 | 1970 | ||
1971 | netdev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX; | 1971 | netdev->features |= NETIF_F_HW_VLAN_TX | |
1972 | NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_FILTER; | ||
1972 | if (ENIC_SETTING(enic, TXCSUM)) | 1973 | if (ENIC_SETTING(enic, TXCSUM)) |
1973 | netdev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; | 1974 | netdev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; |
1974 | if (ENIC_SETTING(enic, TSO)) | 1975 | if (ENIC_SETTING(enic, TSO)) |