Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26087
b: refs/heads/master
c: fc24274
h: refs/heads/master
i:
  26085: cdc6230
  26083: 3fc7127
  26079: a4bfeb3
v: v3
  • Loading branch information
johannes@sipsolutions.net authored and John W. Linville committed Apr 19, 2006
1 parent d83bc9a commit c4f3107
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ba2f8c18756b4a99c8cd3ab6526b2ed7a8f18ead
refs/heads/master: fc242746ea8d87b3032c7a1c9b8eb71c149488a8
2 changes: 2 additions & 0 deletions trunk/net/ieee80211/softmac/ieee80211softmac_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ieee80211softmac_start_scan(struct ieee80211softmac_device *sm)
sm->scanning = 1;
spin_unlock_irqrestore(&sm->lock, flags);

netif_tx_disable(sm->ieee->dev);
ret = sm->start_scan(sm->dev);
if (ret) {
spin_lock_irqsave(&sm->lock, flags);
Expand Down Expand Up @@ -239,6 +240,7 @@ void ieee80211softmac_scan_finished(struct ieee80211softmac_device *sm)
if (net)
sm->set_channel(sm->dev, net->channel);
}
netif_wake_queue(sm->ieee->dev);
ieee80211softmac_call_events(sm, IEEE80211SOFTMAC_EVENT_SCAN_FINISHED, NULL);
}
EXPORT_SYMBOL_GPL(ieee80211softmac_scan_finished);

0 comments on commit c4f3107

Please sign in to comment.