o net/dl2k: set_bit requires a long pointer

parent 5ef8b36b
......@@ -1142,8 +1142,7 @@ set_multicast (struct net_device *dev)
u16 rx_mode = 0;
int i;
int bit;
int index;
long crc;
long index, crc;
struct dev_mc_list *mclist;
struct netdev_private *np = dev->priv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment