Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55114
b: refs/heads/master
c: 8bc3547
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Victor authored and Jeff Garzik committed May 8, 2007
1 parent c42261b commit fdcd877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6b4aea7352bed6e2fdb59a3fe24ce2b42b31c35a
refs/heads/master: 8bc354730bc877ebdf35c692460b01e624934aea
4 changes: 2 additions & 2 deletions trunk/drivers/net/arm/at91_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,8 @@ static void at91ether_sethashtable(struct net_device *dev)
mc_filter[bitnr >> 5] |= 1 << (bitnr & 31);
}

at91_emac_write(AT91_EMAC_HSH, mc_filter[0]);
at91_emac_write(AT91_EMAC_HSL, mc_filter[1]);
at91_emac_write(AT91_EMAC_HSL, mc_filter[0]);
at91_emac_write(AT91_EMAC_HSH, mc_filter[1]);
}

/*
Expand Down

0 comments on commit fdcd877

Please sign in to comment.