Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63985
b: refs/heads/master
c: 373492d
h: refs/heads/master
i:
  63983: 236f038
v: v3
  • Loading branch information
Steffen Klassert authored and Jeff Garzik committed Aug 14, 2007
1 parent 6f90805 commit 5b8ab5a
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: c76720cf7ba63a3d179b6da8675653c8b01b6c0b
refs/heads/master: 373492d0bdc66680ee598fd5a63e1914631b2522
1 change: 1 addition & 0 deletions trunk/drivers/net/3c59x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,7 @@ vortex_up(struct net_device *dev)
mii_reg1 = mdio_read(dev, vp->phys[0], MII_BMSR);
mii_reg5 = mdio_read(dev, vp->phys[0], MII_LPA);
vp->partner_flow_ctrl = ((mii_reg5 & 0x0400) != 0);
vp->mii.full_duplex = vp->full_duplex;

vortex_check_media(dev, 1);
}
Expand Down

0 comments on commit 5b8ab5a

Please sign in to comment.