net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
[deliverable/linux.git] / drivers / net / hyperv / netvsc_drv.c
index 5f85205cd12b81284ba7f23dfc89aa7ef50d3c10..4559bb8115bf7ebceae90caa51d2a1a64bb1f68f 100644 (file)
@@ -431,7 +431,7 @@ static int netvsc_probe(struct hv_device *dev,
 
        /* TODO: Add GSO and Checksum offload */
        net->hw_features = NETIF_F_SG;
-       net->features = NETIF_F_SG | NETIF_F_HW_VLAN_TX;
+       net->features = NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_TX;
 
        SET_ETHTOOL_OPS(net, &ethtool_ops);
        SET_NETDEV_DEV(net, &dev->device);
This page took 0.041306 seconds and 5 git commands to generate.