]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] softmac: some comment stuff
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 11 Jan 2006 18:32:02 +0000 (19:32 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 23 Mar 2006 03:16:56 +0000 (22:16 -0500)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/ieee80211softmac_module.c
net/ieee80211/softmac/ieee80211softmac_scan.c

index ea4a19e1122c305d0607a3d0cacb374c0ef5d5ad..a5699966fbc5a4a6e953c1911e43efb2b2739e80 100644 (file)
@@ -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) {
index 1a1eda434cfd6df3aff01e470f8672acb04ebc4d..30e79d45af6bebb074eaa158f255c0b9844a5ad9 100644 (file)
@@ -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");