From: Johannes Berg <[EMAIL PROTECTED]>
Date: Wed Jan 11 19:32:02 2006 +0100
Subject: [PATCH] softmac: some comment stuff
Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
net/ieee80211/softmac/ieee80211softmac_module.c | 2 +-
net/ieee80211/softmac/ieee80211softmac_scan.c | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
50ca2f35b5f42086b53b8fc25c7fb2f9a063f7a9
diff --git a/net/ieee80211/softmac/ieee80211softmac_module.c
b/net/ieee80211/softmac/ieee80211softmac_module.c
index ea4a19e..a569996 100644
--- a/net/ieee80211/softmac/ieee80211softmac_module.c
+++ b/net/ieee80211/softmac/ieee80211softmac_module.c
@@ -77,7 +77,7 @@ ieee80211softmac_clear_pending_work(stru
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) {
diff --git a/net/ieee80211/softmac/ieee80211softmac_scan.c
b/net/ieee80211/softmac/ieee80211softmac_scan.c
index 1a1eda4..30e79d4 100644
--- a/net/ieee80211/softmac/ieee80211softmac_scan.c
+++ b/net/ieee80211/softmac/ieee80211softmac_scan.c
@@ -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");
--
1.2.4
--
John W. Linville
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html