Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121977
b: refs/heads/master
c: 5aa49c8
h: refs/heads/master
i:
  121975: 688492f
v: v3
  • Loading branch information
Bruce Allan authored and David S. Miller committed Nov 22, 2008
1 parent e0bcfdf commit f258c19
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 005cbdfc29cfc23b8faadd3619eed43e6550bfc1
refs/heads/master: 5aa49c82118d2aa08c6cfaba01fd86f969b3f1d7
8 changes: 4 additions & 4 deletions trunk/drivers/net/e1000e/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,14 +1030,14 @@ s32 e1000e_phy_force_speed_duplex_m88(struct e1000_hw *hw)

e1000e_phy_force_speed_duplex_setup(hw, &phy_data);

/* Reset the phy to commit changes. */
phy_data |= MII_CR_RESET;

ret_val = e1e_wphy(hw, PHY_CONTROL, phy_data);
if (ret_val)
return ret_val;

udelay(1);
/* Reset the phy to commit changes. */
ret_val = e1000e_commit_phy(hw);
if (ret_val)
return ret_val;

if (phy->autoneg_wait_to_complete) {
hw_dbg(hw, "Waiting for forced speed/duplex link on M88 phy.\n");
Expand Down

0 comments on commit f258c19

Please sign in to comment.