Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368967
b: refs/heads/master
c: 217c157
h: refs/heads/master
i:
  368965: 920354e
  368963: f4a9f3c
  368959: ab1d243
v: v3
  • Loading branch information
Johannes Berg committed Mar 20, 2013
1 parent afc936e commit 9e1bc95
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: 3eb92f6a3948c4358eb8ad1c0905490ddd2fc0ab
refs/heads/master: 217c15777784331336a8eb232af7e2fa180b136a
2 changes: 1 addition & 1 deletion trunk/net/wireless/sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void cfg80211_conn_work(struct work_struct *work)
wdev_unlock(wdev);
continue;
}
if (wdev->sme_state != CFG80211_SME_CONNECTING) {
if (wdev->sme_state != CFG80211_SME_CONNECTING || !wdev->conn) {
wdev_unlock(wdev);
continue;
}
Expand Down

0 comments on commit 9e1bc95

Please sign in to comment.