Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13fea6d4 authored by Helge Deller's avatar Helge Deller Committed by David S. Miller
Browse files

lasi82596: fix netdev_mc_count conversion



Fix commit 4cd24eaf (net: use netdev_mc_count and netdev_mc_empty when
appropriate)

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ade2d3db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1343,7 +1343,7 @@ static void set_multicast_list(struct net_device *dev)
	DEB(DEB_MULTI,
	    printk(KERN_DEBUG
		   "%s: set multicast list, %d entries, promisc %s, allmulti %s\n",
		   dev->name, dev->mc_count,
		   dev->name, netdev_mc_count(dev),
		   dev->flags & IFF_PROMISC ? "ON" : "OFF",
		   dev->flags & IFF_ALLMULTI ? "ON" : "OFF"));