Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159172
b: refs/heads/master
c: a99d024
h: refs/heads/master
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Jul 24, 2009
1 parent b94f807 commit 86b961d
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: 9ab56078e638efb75ac4ccd27c7196cdfed2e6c8
refs/heads/master: a99d02483a40b9410d8a7af3b653ebc3f106280f
3 changes: 3 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2213,6 +2213,9 @@ static void ieee80211_sta_monitor_work(struct work_struct *work)
container_of(work, struct ieee80211_sub_if_data,
u.mgd.monitor_work);

if (sdata->local->sw_scanning || sdata->local->hw_scanning)
return;

ieee80211_mgd_probe_ap(sdata, false);
}

Expand Down

0 comments on commit 86b961d

Please sign in to comment.