net: remove use of ndo_set_multicast_list in drivers
replace it by ndo_set_rx_mode Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
01789349ee
commit
afc4b13df1
@@ -1539,7 +1539,7 @@ static int __devinit greth_of_probe(struct platform_device *ofdev)
|
||||
}
|
||||
|
||||
if (greth->multicast) {
|
||||
greth_netdev_ops.ndo_set_multicast_list = greth_set_multicast_list;
|
||||
greth_netdev_ops.ndo_set_rx_mode = greth_set_multicast_list;
|
||||
dev->flags |= IFF_MULTICAST;
|
||||
} else {
|
||||
dev->flags &= ~IFF_MULTICAST;
|
||||
|
Reference in New Issue
Block a user