Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7600449 authored by Govindarajulu Varadarajan's avatar Govindarajulu Varadarajan Committed by David S. Miller
Browse files

enic: set netdev->vlan_features



Driver sets vlan_feature to netdev->features as hardware supports all of
them on vlan interface.

Signed-off-by: default avatarGovindarajulu Varadarajan <_govind@gmx.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 84bf9cef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2740,6 +2740,7 @@ static int enic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
		netdev->hw_features |= NETIF_F_RXCSUM;

	netdev->features |= netdev->hw_features;
	netdev->vlan_features |= netdev->features;

#ifdef CONFIG_RFS_ACCEL
	netdev->hw_features |= NETIF_F_NTUPLE;