Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195155
b: refs/heads/master
c: c0da776
h: refs/heads/master
i:
  195153: 87b5183
  195151: 646e84c
v: v3
  • Loading branch information
Sonic Zhang authored and David S. Miller committed May 18, 2010
1 parent 5eeadbb commit 5353891
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: 53fd3f2829268703729a2db0e24c0e36360b68a2
refs/heads/master: c0da776bde79e5d5e2c955ff37a8a09fe05433b2
2 changes: 1 addition & 1 deletion trunk/drivers/net/bfin_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ static void bfin_mac_set_multicast_list(struct net_device *dev)
if (dev->flags & IFF_PROMISC) {
printk(KERN_INFO "%s: set to promisc mode\n", dev->name);
sysctl = bfin_read_EMAC_OPMODE();
sysctl |= RAF;
sysctl |= PR;
bfin_write_EMAC_OPMODE(sysctl);
} else if (dev->flags & IFF_ALLMULTI) {
/* accept all multicast */
Expand Down

0 comments on commit 5353891

Please sign in to comment.