Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88019
b: refs/heads/master
c: 47df976
h: refs/heads/master
i:
  88017: 0b64703
  88015: 4a2c5e1
v: v3
  • Loading branch information
Peter Korsgaard authored and Jeff Garzik committed Mar 29, 2008
1 parent 486a408 commit a5c4465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 209261c019f56d77f6a0cc38048e9a6f25867589
refs/heads/master: 47df976c4ef1456b39b59caf4b8fc64f77e0e5b9
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/dm9601.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ static void dm9601_set_multicast(struct net_device *net)
struct dev_mc_list *mc_list = net->mc_list;
int i;

for (i = 0; i < net->mc_count; i++) {
for (i = 0; i < net->mc_count; i++, mc_list = mc_list->next) {
u32 crc = ether_crc(ETH_ALEN, mc_list->dmi_addr) >> 26;
hashes[crc >> 3] |= 1 << (crc & 0x7);
}
Expand Down

0 comments on commit a5c4465

Please sign in to comment.