Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291253
b: refs/heads/master
c: 3cc241a
h: refs/heads/master
i:
  291251: cc135c9
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 7, 2012
1 parent eedd505 commit 3a50f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ae9625a1a947f33579c244b730001f2ea7d15045
refs/heads/master: 3cc241ad713dcc4e193aec40307e9070bf817908
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ void iwl_bg_watchdog(unsigned long data)
return;

/* monitor and check for stuck queues */
for (cnt = 0; cnt < hw_params(priv).max_txq_num; cnt++)
for (cnt = 0; cnt < cfg(priv)->base_params->num_of_queues; cnt++)
if (iwl_check_stuck_queue(priv, cnt))
return;

Expand Down

0 comments on commit 3a50f6c

Please sign in to comment.