net: use netdev_mc_count and netdev_mc_empty when appropriate
[deliverable/linux.git] / net / mac80211 / iface.c
index 09fff4662e80d13429ced56f48e78a3e23d5e724..f943f5fa7286d346c2f1580fff778c7377ffa49a 100644 (file)
@@ -413,7 +413,7 @@ static int ieee80211_stop(struct net_device *dev)
        netif_addr_lock_bh(dev);
        spin_lock_bh(&local->filter_lock);
        __dev_addr_unsync(&local->mc_list, &local->mc_count,
-                         &dev->mc_list, &dev->mc_count);
+                         &dev->mc_list, dev->mc_count);
        spin_unlock_bh(&local->filter_lock);
        netif_addr_unlock_bh(dev);
 
This page took 0.024333 seconds and 5 git commands to generate.