Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203256
b: refs/heads/master
c: 543708b
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jun 18, 2010
1 parent bed07e3 commit a281fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8223d2f540c96f46f762fbd93f59a08bb80601c1
refs/heads/master: 543708be320d7df692d24b349ca01a947b340764
4 changes: 2 additions & 2 deletions trunk/net/mac80211/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted)
local->scanning = 0;
local->scan_channel = NULL;

drv_sw_scan_complete(local);

/* we only have to protect scan_req and hw/sw scan */
mutex_unlock(&local->scan_mtx);

Expand All @@ -295,8 +297,6 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted)

ieee80211_configure_filter(local);

drv_sw_scan_complete(local);

ieee80211_offchannel_return(local, true);

done:
Expand Down

0 comments on commit a281fc2

Please sign in to comment.