Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214661
b: refs/heads/master
c: 3a160a5
h: refs/heads/master
i:
  214659: 6347431
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Sep 14, 2010
1 parent 8f95b30 commit 2a9bb3e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7cf24421292d92556d53630e6973b34324c94103
refs/heads/master: 3a160a5b5fc7d45fa2f869b23f8fcd27a4c05f8f
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ static void iwl_bg_scan_completed(struct work_struct *work)

if (!test_and_clear_bit(STATUS_SCANNING, &priv->status)) {
IWL_DEBUG_SCAN(priv, "Scan already completed.\n");
goto out;
goto out_settings;
}

if (priv->is_internal_short_scan && !aborted) {
Expand All @@ -599,6 +599,7 @@ static void iwl_bg_scan_completed(struct work_struct *work)
out_complete:
iwl_complete_scan(priv, aborted);

out_settings:
/* Can we still talk to firmware ? */
if (!iwl_is_ready_rf(priv))
goto out;
Expand Down

0 comments on commit 2a9bb3e

Please sign in to comment.