Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189048
b: refs/heads/master
c: bcbe536
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 25, 2010
1 parent 6305816 commit cc7aff5
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: 80bb3a00fa314e3c5dbbd23a38bfaf94f2402b99
refs/heads/master: bcbe53682f65330bdd9ad7eed9575d2ff536353a
2 changes: 1 addition & 1 deletion trunk/drivers/net/via-velocity.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ static void set_mii_flow_control(struct velocity_info *vptr)

case FLOW_CNTL_TX_RX:
MII_REG_BITS_ON(ANAR_PAUSE, MII_REG_ANAR, vptr->mac_regs);
MII_REG_BITS_ON(ANAR_ASMDIR, MII_REG_ANAR, vptr->mac_regs);
MII_REG_BITS_OFF(ANAR_ASMDIR, MII_REG_ANAR, vptr->mac_regs);
break;

case FLOW_CNTL_DISABLE:
Expand Down

0 comments on commit cc7aff5

Please sign in to comment.