Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111425
b: refs/heads/master
c: 322a981
h: refs/heads/master
i:
  111423: 8a44d00
v: v3
  • Loading branch information
Abhijeet Kolekar authored and John W. Linville committed Sep 8, 2008
1 parent 4d0bf38 commit 2b44ed5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 17e72782f02fe732d687e5bc2bb0ce10424d2819
refs/heads/master: 322a9811a3ac1db7ddd11c959e8d9e438e97e8e6
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -6339,10 +6339,9 @@ static void iwl3945_post_associate(struct iwl3945_priv *priv)
if (test_bit(STATUS_EXIT_PENDING, &priv->status))
return;

if (!priv->vif || !priv->is_open) {
mutex_unlock(&priv->mutex);
if (!priv->vif || !priv->is_open)
return;
}

iwl3945_scan_cancel_timeout(priv, 200);

conf = ieee80211_get_hw_conf(priv->hw);
Expand Down

0 comments on commit 2b44ed5

Please sign in to comment.