net: use netdev_mc_count and netdev_mc_empty when appropriate
[deliverable/linux.git] / drivers / staging / slicoss / slicoss.c
index 5b191afc144262681145c57999647d0f06954529..8c9d5e5c7702cc8eb632fc36d9e65674d2841db1 100644 (file)
@@ -1365,7 +1365,7 @@ static void slic_mcast_set_list(struct net_device *dev)
        int i;
        char *addresses;
        struct dev_mc_list *mc_list = dev->mc_list;
-       int mc_count = dev->mc_count;
+       int mc_count = netdev_mc_count(dev);
 
        ASSERT(adapter);
 
This page took 0.025758 seconds and 5 git commands to generate.