net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
[deliverable/linux.git] / include / linux / netdevice.h
index 623b57b52195906cf7a4394161c98ab8ff459d4b..7eb7e03ee417131425541747396b64d6ccb975f3 100644 (file)
@@ -785,11 +785,13 @@ struct netdev_fcoe_hbainfo {
  *        neither operation.
  *
  * int (*ndo_vlan_rx_add_vid)(struct net_device *dev, unsigned short vid);
- *     If device support VLAN filtering (dev->features & NETIF_F_HW_VLAN_FILTER)
+ *     If device support VLAN filtering (dev->features &
+                *                        NETIF_F_HW_VLAN_CTAG_FILTER)
  *     this function is called when a VLAN id is registered.
  *
  * int (*ndo_vlan_rx_kill_vid)(struct net_device *dev, unsigned short vid);
- *     If device support VLAN filtering (dev->features & NETIF_F_HW_VLAN_FILTER)
+ *     If device support VLAN filtering (dev->features &
+                *                        NETIF_F_HW_VLAN_CTAG_FILTER)
  *     this function is called when a VLAN id is unregistered.
  *
  * void (*ndo_poll_controller)(struct net_device *dev);
This page took 0.026622 seconds and 5 git commands to generate.