Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23294
b: refs/heads/master
c: b2b9b65
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 23, 2006
1 parent 810f4c5 commit d38cb8e
Show file tree
Hide file tree
Showing 3 changed files with 2 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: bba52d5e9ecd0a1705fbac93b6d50ef6ec475315
refs/heads/master: b2b9b6518eac7b4e9abf649ef4273c02f1a5276b
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/softmac/ieee80211softmac_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ieee80211softmac_clear_pending_work(struct ieee80211softmac_device *sm)
spin_unlock_irqrestore(&sm->lock, flags);
flush_scheduled_work();

// now we should be save and no longer need locking...
/* now we should be save and no longer need locking... */
spin_lock_irqsave(&sm->lock, flags);
/* Free all pending auth work items */
list_for_each_entry_safe(authptr, authtmp, &sm->auth_queue, list) {
Expand Down
1 change: 0 additions & 1 deletion trunk/net/ieee80211/softmac/ieee80211softmac_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ void ieee80211softmac_scan(void *d)

if (!invalid_channel) {
sm->set_channel(sm->dev, si->channels[current_channel_idx].channel);
//TODO: Probe the channel
// FIXME make this user configurable (active/passive)
if(ieee80211softmac_send_mgt_frame(sm, NULL, IEEE80211_STYPE_PROBE_REQ, 0))
printkl(KERN_DEBUG PFX "Sending Probe Request Failed\n");
Expand Down

0 comments on commit d38cb8e

Please sign in to comment.