net: convert multiple drivers to use netdev_for_each_mc_addr, part2
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
2a0d18f97c
commit
5508590c19
@@ -765,7 +765,7 @@ static void __update_mc_list(struct vnet *vp, struct net_device *dev)
|
||||
{
|
||||
struct dev_addr_list *p;
|
||||
|
||||
for (p = dev->mc_list; p; p = p->next) {
|
||||
netdev_for_each_mc_addr(p, dev) {
|
||||
struct vnet_mcast_entry *m;
|
||||
|
||||
m = __vnet_mc_find(vp, p->dmi_addr);
|
||||
|
Reference in New Issue
Block a user