Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275724
b: refs/heads/master
c: bbc13ab
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Nov 17, 2011
1 parent 43a589e commit 463091e
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: 377a4673147d0144cf4951bf91f4c867a2c18e5e
refs/heads/master: bbc13ab9d26f4ff675775dd7dc24d5cae17b85d5
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/rdc/r6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ static void r6040_multicast_list(struct net_device *dev)
iowrite16(lp->mcr0, ioaddr + MCR0);

/* Fill the MAC hash tables with their values */
if (lp->mcr0 && MCR0_HASH_EN) {
if (lp->mcr0 & MCR0_HASH_EN) {
iowrite16(hash_table[0], ioaddr + MAR0);
iowrite16(hash_table[1], ioaddr + MAR1);
iowrite16(hash_table[2], ioaddr + MAR2);
Expand Down

0 comments on commit 463091e

Please sign in to comment.