Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134967
b: refs/heads/master
c: eb352b8
h: refs/heads/master
i:
  134965: c2d3ca3
  134963: e55b585
  134959: 01c8548
v: v3
  • Loading branch information
Guo-Fu Tseng authored and David S. Miller committed Mar 2, 2009
1 parent b3184ae commit b2cd29b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 7f7fd2da92b4ce20f55d3b7615089cf8e04cfffc
refs/heads/master: eb352b838d42e66f0267c40249798ffda3c63037
7 changes: 3 additions & 4 deletions trunk/drivers/net/jme.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,9 @@ jme_check_link(struct net_device *netdev, int testonly)

jme->phylink = phylink;

ghc = jme->reg_ghc & ~(GHC_SPEED_10M |
GHC_SPEED_100M |
GHC_SPEED_1000M |
GHC_DPX);
ghc = jme->reg_ghc & ~(GHC_SPEED | GHC_DPX |
GHC_TO_CLK_PCIE | GHC_TXMAC_CLK_PCIE |
GHC_TO_CLK_GPHY | GHC_TXMAC_CLK_GPHY);
switch (phylink & PHY_LINK_SPEED_MASK) {
case PHY_LINK_SPEED_10M:
ghc |= GHC_SPEED_10M |
Expand Down

0 comments on commit b2cd29b

Please sign in to comment.