mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 05:50:19 +00:00
enic: bug fix: enable VLAN filtering
Bug fix: enable VLAN filtering Signed-off-by: Scott Feldman <scofeldm@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6ba9cdc096
commit
9f63a7c6ae
@ -1968,7 +1968,8 @@ static int __devinit enic_probe(struct pci_dev *pdev,
|
||||
break;
|
||||
}
|
||||
|
||||
netdev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
|
||||
netdev->features |= NETIF_F_HW_VLAN_TX |
|
||||
NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_FILTER;
|
||||
if (ENIC_SETTING(enic, TXCSUM))
|
||||
netdev->features |= NETIF_F_SG | NETIF_F_HW_CSUM;
|
||||
if (ENIC_SETTING(enic, TSO))
|
||||
|
Loading…
Reference in New Issue
Block a user