Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[deliverable/linux.git] / drivers / net / ethernet / qlogic / qlge / qlge_main.c
index 394c0a538e1cacb5b189c0a4d16e40cf5825a967..ce2cfddbed504c1b960e32bc87691ff6965a1fce 100644 (file)
@@ -4764,6 +4764,8 @@ static int qlge_probe(struct pci_dev *pdev,
                            NETIF_F_RXCSUM;
        ndev->features = ndev->hw_features;
        ndev->vlan_features = ndev->hw_features;
+       /* vlan gets same features (except vlan filter) */
+       ndev->vlan_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
 
        if (test_bit(QL_DMA64, &qdev->flags))
                ndev->features |= NETIF_F_HIGHDMA;
This page took 0.044202 seconds and 5 git commands to generate.