Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266728
b: refs/heads/master
c: 46e7741
h: refs/heads/master
v: v3
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Oct 14, 2011
1 parent f1c3b82 commit 7cb5d96
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: 317d09f76976c5a0b1e758fe45474a47cbea1aef
refs/heads/master: 46e7741ea176b6bb86d9d0ae5770c2e7528dc146
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1781,6 +1781,9 @@ void iwl_bg_watchdog(unsigned long data)
if (test_bit(STATUS_EXIT_PENDING, &priv->shrd->status))
return;

if (iwl_is_rfkill(priv->shrd))
return;

timeout = priv->cfg->base_params->wd_timeout;
if (timeout == 0)
return;
Expand Down

0 comments on commit 7cb5d96

Please sign in to comment.