Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376651
b: refs/heads/master
c: c815797
h: refs/heads/master
i:
  376649: fa12e56
  376647: c370947
v: v3
  • Loading branch information
Johannes Berg committed May 23, 2013
1 parent e9331e3 commit 39e2e00
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: 6211dd12da609bc6893b9c3182630b494737ec4b
refs/heads/master: c815797663b72e3ac1736f1886538152bc48e4af
3 changes: 3 additions & 0 deletions trunk/net/wireless/sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ void cfg80211_conn_work(struct work_struct *work)
mutex_lock(&rdev->sched_scan_mtx);

list_for_each_entry(wdev, &rdev->wdev_list, list) {
if (!wdev->netdev)
continue;

wdev_lock(wdev);
if (!netif_running(wdev->netdev)) {
wdev_unlock(wdev);
Expand Down

0 comments on commit 39e2e00

Please sign in to comment.