]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/bonding/bond_main.c
net: move address list functions to a separate file
[net-next-2.6.git] / drivers / net / bonding / bond_main.c
index f8ab60b914c47d82f8588361941ab31baa27ab53..d6ae63b2cf00912190742e2970ee4852382c8523 100644 (file)
@@ -1491,7 +1491,7 @@ int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev)
                        }
 
                        /* Flush unicast and multicast addresses */
-                       dev_unicast_flush(bond_dev);
+                       dev_uc_flush(bond_dev);
                        dev_addr_discard(bond_dev);
 
                        if (slave_dev->type != ARPHRD_ETHER)