Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203929
b: refs/heads/master
c: a0daa0e
h: refs/heads/master
i:
  203927: 2dfffc0
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Jul 28, 2010
1 parent 6deb52a commit 2fff386
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: 308883380c615b8b3d2c0eadb8680a921177c0b3
refs/heads/master: a0daa0e7592ada797d6835f11529097aabc27ad2
4 changes: 2 additions & 2 deletions trunk/net/mac80211/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ 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 @@ -297,6 +295,8 @@ 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 2fff386

Please sign in to comment.