Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41547
b: refs/heads/master
c: 7581409
h: refs/heads/master
i:
  41545: d04a9d6
  41543: 7c6f8ba
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Dec 2, 2006
1 parent 4bb33c6 commit 432b1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: f789dfdc44d5bbc04fb7f06e1e4eb682169acaaf
refs/heads/master: 758140900a82e3ed3bb2be1d4705dd352fe44825
5 changes: 2 additions & 3 deletions trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2154,8 +2154,6 @@ static void yukon_link_down(struct skge_port *skge)
int port = skge->port;
u16 ctrl;

gm_phy_write(hw, port, PHY_MARV_INT_MASK, 0);

ctrl = gma_read16(hw, port, GM_GP_CTRL);
ctrl &= ~(GM_GPCR_RX_ENA | GM_GPCR_TX_ENA);
gma_write16(hw, port, GM_GP_CTRL, ctrl);
Expand All @@ -2167,7 +2165,6 @@ static void yukon_link_down(struct skge_port *skge)
gm_phy_write(hw, port, PHY_MARV_AUNE_ADV, ctrl);
}

yukon_reset(hw, port);
skge_link_down(skge);

yukon_init(hw, port);
Expand Down Expand Up @@ -2268,6 +2265,8 @@ static void skge_phy_reset(struct skge_port *skge)
yukon_init(hw, port);
}
mutex_unlock(&hw->phy_mutex);

dev->set_multicast_list(dev);
}

/* Basic MII support */
Expand Down

0 comments on commit 432b1b6

Please sign in to comment.