Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194001
b: refs/heads/master
c: 8dd4bd0
h: refs/heads/master
i:
  193999: f7d459a
v: v3
  • Loading branch information
Peter Korsgaard authored and David S. Miller committed Apr 8, 2010
1 parent f4b97fe commit c71ea5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a98314273ad6a3dc048925cf71d9a8cee3560d8
refs/heads/master: 8dd4bd002a32e787978fcb2be1e6ab09a3eb04ae
1 change: 1 addition & 0 deletions trunk/drivers/net/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ static void macb_init_hw(struct macb *bp)
config = macb_readl(bp, NCFGR) & MACB_BF(CLK, -1L);
config |= MACB_BIT(PAE); /* PAuse Enable */
config |= MACB_BIT(DRFCS); /* Discard Rx FCS */
config |= MACB_BIT(BIG); /* Receive oversized frames */
if (bp->dev->flags & IFF_PROMISC)
config |= MACB_BIT(CAF); /* Copy All Frames */
if (!(bp->dev->flags & IFF_BROADCAST))
Expand Down

0 comments on commit c71ea5f

Please sign in to comment.