Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275726
b: refs/heads/master
c: f9687c4
h: refs/heads/master
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Nov 17, 2011
1 parent f425fb5 commit 52d499d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1401a8008a09e079236261be37e98847c799760a
refs/heads/master: f9687c44d322ca1bcbc362c8a54084425fda3ab8
3 changes: 3 additions & 0 deletions trunk/drivers/net/ethernet/marvell/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ static void sky2_wol_init(struct sky2_port *sky2)

/* block receiver */
sky2_write8(hw, SK_REG(port, RX_GMF_CTRL_T), GMF_RST_SET);
sky2_read32(hw, B0_CTST);
}

static void sky2_set_tx_stfwd(struct sky2_hw *hw, unsigned port)
Expand Down Expand Up @@ -2045,6 +2046,8 @@ static void sky2_tx_reset(struct sky2_hw *hw, unsigned port)

sky2_write32(hw, RB_ADDR(txqaddr[port], RB_CTRL), RB_RST_SET);
sky2_write8(hw, SK_REG(port, TX_GMF_CTRL_T), GMF_RST_SET);

sky2_read32(hw, B0_CTST);
}

static void sky2_hw_down(struct sky2_port *sky2)
Expand Down

0 comments on commit 52d499d

Please sign in to comment.