Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340644
b: refs/heads/master
c: 26cdfb4
h: refs/heads/master
v: v3
  • Loading branch information
Vitalii Demianets authored and David S. Miller committed Nov 3, 2012
1 parent b20d0e9 commit 8ea9c22
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7f2cd328d4bf4634c53b3a8b23bb92c7e17af538
refs/heads/master: 26cdfb4915a9a408f4c1f04111999a11eb0ee606
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/cadence/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,8 @@ static void macb_init_hw(struct macb *bp)
config |= MACB_BIT(NBC); /* No BroadCast */
config |= macb_dbw(bp);
macb_writel(bp, NCFGR, config);
bp->speed = SPEED_10;
bp->duplex = DUPLEX_HALF;

macb_configure_dma(bp);

Expand Down

0 comments on commit 8ea9c22

Please sign in to comment.