Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61513
b: refs/heads/master
c: dbf812d
h: refs/heads/master
i:
  61511: e003b7d
v: v3
  • Loading branch information
YOSHIFUJI Hideaki / 吉藤英明 authored and Jeff Garzik committed Jul 18, 2007
1 parent e6d1162 commit 6803a54
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: 82a0244df8165b0345cde5258afe176c12dd1e99
refs/heads/master: dbf812d6ae6da1bfd01ea6abc5af60b358e4f9ba
2 changes: 1 addition & 1 deletion trunk/drivers/net/arm/ether3.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ static void ether3_setmulticastlist(struct net_device *dev)
if (dev->flags & IFF_PROMISC) {
/* promiscuous mode */
priv(dev)->regs.config1 |= CFG1_RECVPROMISC;
} else if (dev->flags & IFF_ALLMULTI) {
} else if (dev->flags & IFF_ALLMULTI || dev->mc_count) {
priv(dev)->regs.config1 |= CFG1_RECVSPECBRMULTI;
} else
priv(dev)->regs.config1 |= CFG1_RECVSPECBROAD;
Expand Down

0 comments on commit 6803a54

Please sign in to comment.