net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / usb / cdc_mbim.c
index 16c842997291483eb12306d9ccf0a638772f18f0..b7e9cd7ca6d53c46c4bb6f42c899cc78584419ca 100644 (file)
@@ -101,7 +101,7 @@ static int cdc_mbim_bind(struct usbnet *dev, struct usb_interface *intf)
        dev->net->flags |= IFF_NOARP;
 
        /* no need to put the VLAN tci in the packet headers */
-       dev->net->features |= NETIF_F_HW_VLAN_TX;
+       dev->net->features |= NETIF_F_HW_VLAN_CTAG_TX;
 err:
        return ret;
 }