Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275065
b: refs/heads/master
c: f956c34
h: refs/heads/master
i:
  275063: f3a8458
v: v3
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Nov 2, 2011
1 parent 0fab44a commit 9b9c960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: addc98519207fb8ca0609da720469e415f784d0c
refs/heads/master: f956c34e2a665a1c457d0af7db7604b22f5acb19
10 changes: 0 additions & 10 deletions trunk/drivers/net/wireless/iwlwifi/iwl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1755,16 +1755,6 @@ static inline int iwl_check_stuck_queue(struct iwl_priv *priv, int txq)
{
if (iwl_trans_check_stuck_queue(trans(priv), txq)) {
int ret;
if (txq == priv->shrd->cmd_queue) {
/*
* validate command queue still working
* by sending "ECHO" command
*/
if (!iwl_cmd_echo_test(priv))
return 0;
else
IWL_DEBUG_HC(priv, "echo testing fail\n");
}
ret = iwl_force_reset(priv, IWL_FW_RESET, false);
return (ret == -EAGAIN) ? 0 : 1;
}
Expand Down

0 comments on commit 9b9c960

Please sign in to comment.