Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23304
b: refs/heads/master
c: fe0b06b
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Mar 23, 2006
1 parent 35506f8 commit 1c9645e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1196862b7926d5312c7f8e8eaecba658b6553ba0
refs/heads/master: fe0b06b123762ab620b5bee3dab1576ddddd0a7f
1 change: 1 addition & 0 deletions trunk/net/ieee80211/softmac/ieee80211softmac_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ int ieee80211softmac_start_scan_implementation(struct net_device *dev)
dprintk(PFX "Scanning %d channels\n", sm->scaninfo->number_channels);
sm->scaninfo->current_channel_idx = 0;
sm->scaninfo->started = 1;
sm->scaninfo->stop = 0;
INIT_COMPLETION(sm->scaninfo->finished);
schedule_work(&sm->scaninfo->softmac_scan);
spin_unlock_irqrestore(&sm->lock, flags);
Expand Down

0 comments on commit 1c9645e

Please sign in to comment.