diff options
Diffstat (limited to 'drivers/net/atarilance.c')
-rw-r--r-- | drivers/net/atarilance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/atarilance.c b/drivers/net/atarilance.c index cc9ed8643910..280cfff48b49 100644 --- a/drivers/net/atarilance.c +++ b/drivers/net/atarilance.c | |||
@@ -1097,7 +1097,7 @@ static void set_multicast_list( struct net_device *dev ) | |||
1097 | REGA( CSR15 ) = 0x8000; /* Set promiscuous mode */ | 1097 | REGA( CSR15 ) = 0x8000; /* Set promiscuous mode */ |
1098 | } else { | 1098 | } else { |
1099 | short multicast_table[4]; | 1099 | short multicast_table[4]; |
1100 | int num_addrs = dev->mc_count; | 1100 | int num_addrs = netdev_mc_count(dev); |
1101 | int i; | 1101 | int i; |
1102 | /* We don't use the multicast table, but rely on upper-layer | 1102 | /* We don't use the multicast table, but rely on upper-layer |
1103 | * filtering. */ | 1103 | * filtering. */ |