Remove synchonized addresses from device
void __dev_uc_unsync(struct net_device * dev, int (*unsync) (struct net_device *, const unsigned char *));
dev
device to sync
unsync
function to call if address should be removed
Remove all addresses that were added to the device by dev_uc_sync.