Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130141
b: refs/heads/master
c: 2b44833
h: refs/heads/master
i:
  130139: 3f587ce
v: v3
  • Loading branch information
Lennert Buytenhek authored and David S. Miller committed Jan 20, 2009
1 parent ff73c9b commit af26bbf
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: e0c6ef9388b58f297937fc9651331941d1579b25
refs/heads/master: 2b448334a255d34401562229f467ffd95d8ed6ef
2 changes: 1 addition & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ static void mv643xx_eth_program_multicast_filter(struct net_device *dev)
entry = addr_crc(a);
}

table[entry >> 2] |= 1 << (entry & 3);
table[entry >> 2] |= 1 << (8 * (entry & 3));
}

for (i = 0; i < 0x100; i += 4) {
Expand Down

0 comments on commit af26bbf

Please sign in to comment.