net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
[deliverable/linux.git] / drivers / net / ethernet / renesas / sh_eth.c
index a7499cbf45037f34dc1dcabc1d5292c40436595c..3d4a1ed0a7ab8cd7e341ed34f9468505ff919b8d 100644 (file)
@@ -2749,7 +2749,7 @@ static int sh_eth_drv_probe(struct platform_device *pdev)
                        goto out_release;
                }
                mdp->port = devno % 2;
-               ndev->features = NETIF_F_HW_VLAN_FILTER;
+               ndev->features = NETIF_F_HW_VLAN_CTAG_FILTER;
        }
 
        /* initialize first or needed device */
This page took 0.026743 seconds and 5 git commands to generate.