diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 96e4f7e0ad68..125f9fb8ece4 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -726,9 +726,6 @@ struct netdev_tc_txq { | |||
726 | * If driver handles unicast address filtering, it should set | 726 | * If driver handles unicast address filtering, it should set |
727 | * IFF_UNICAST_FLT to its priv_flags. | 727 | * IFF_UNICAST_FLT to its priv_flags. |
728 | * | 728 | * |
729 | * void (*ndo_set_multicast_list)(struct net_device *dev); | ||
730 | * This function is called when the multicast address list changes. | ||
731 | * | ||
732 | * int (*ndo_set_mac_address)(struct net_device *dev, void *addr); | 729 | * int (*ndo_set_mac_address)(struct net_device *dev, void *addr); |
733 | * This function is called when the Media Access Control address | 730 | * This function is called when the Media Access Control address |
734 | * needs to be changed. If this interface is not defined, the | 731 | * needs to be changed. If this interface is not defined, the |
@@ -870,7 +867,6 @@ struct net_device_ops { | |||
870 | void (*ndo_change_rx_flags)(struct net_device *dev, | 867 | void (*ndo_change_rx_flags)(struct net_device *dev, |
871 | int flags); | 868 | int flags); |
872 | void (*ndo_set_rx_mode)(struct net_device *dev); | 869 | void (*ndo_set_rx_mode)(struct net_device *dev); |
873 | void (*ndo_set_multicast_list)(struct net_device *dev); | ||
874 | int (*ndo_set_mac_address)(struct net_device *dev, | 870 | int (*ndo_set_mac_address)(struct net_device *dev, |
875 | void *addr); | 871 | void *addr); |
876 | int (*ndo_validate_addr)(struct net_device *dev); | 872 | int (*ndo_validate_addr)(struct net_device *dev); |