diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 623b57b52195..7eb7e03ee417 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -785,11 +785,13 @@ struct netdev_fcoe_hbainfo { | |||
785 | * neither operation. | 785 | * neither operation. |
786 | * | 786 | * |
787 | * int (*ndo_vlan_rx_add_vid)(struct net_device *dev, unsigned short vid); | 787 | * int (*ndo_vlan_rx_add_vid)(struct net_device *dev, unsigned short vid); |
788 | * If device support VLAN filtering (dev->features & NETIF_F_HW_VLAN_FILTER) | 788 | * If device support VLAN filtering (dev->features & |
789 | * NETIF_F_HW_VLAN_CTAG_FILTER) | ||
789 | * this function is called when a VLAN id is registered. | 790 | * this function is called when a VLAN id is registered. |
790 | * | 791 | * |
791 | * int (*ndo_vlan_rx_kill_vid)(struct net_device *dev, unsigned short vid); | 792 | * int (*ndo_vlan_rx_kill_vid)(struct net_device *dev, unsigned short vid); |
792 | * If device support VLAN filtering (dev->features & NETIF_F_HW_VLAN_FILTER) | 793 | * If device support VLAN filtering (dev->features & |
794 | * NETIF_F_HW_VLAN_CTAG_FILTER) | ||
793 | * this function is called when a VLAN id is unregistered. | 795 | * this function is called when a VLAN id is unregistered. |
794 | * | 796 | * |
795 | * void (*ndo_poll_controller)(struct net_device *dev); | 797 | * void (*ndo_poll_controller)(struct net_device *dev); |