Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122638
b: refs/heads/master
c: 42802d7
h: refs/heads/master
v: v3
  • Loading branch information
Zhu, Yi authored and John W. Linville committed Dec 12, 2008
1 parent 6091355 commit 230166d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f056658bb9c3085d5ec52fbdd45b38d55b899cc9
refs/heads/master: 42802d71dd14dd0e435a8da59d817d0c6f8a2866
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl-4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,11 @@ static int iwl4965_apm_reset(struct iwl_priv *priv)

iwl_set_bit(priv, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_FLAG_INIT_DONE);

ret = iwl_poll_bit(priv, CSR_RESET,
ret = iwl_poll_bit(priv, CSR_GP_CNTRL,
CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY,
CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY, 25);
CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY, 25000);

if (ret)
if (ret < 0)
goto out;

udelay(10);
Expand Down

0 comments on commit 230166d

Please sign in to comment.