summaryrefslogtreecommitdiff
path: root/net/ieee80211/softmac/ieee80211softmac_scan.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-11 19:32:02 +0100
committerJohn W. Linville <linville@tuxdriver.com>2006-03-22 22:16:56 -0500
commitb2b9b6518eac7b4e9abf649ef4273c02f1a5276b (patch)
treea19f6b1e674bc159d5523ce12c3ddabe72b745e6 /net/ieee80211/softmac/ieee80211softmac_scan.c
parentbba52d5e9ecd0a1705fbac93b6d50ef6ec475315 (diff)
downloadlinux-3.10-b2b9b6518eac7b4e9abf649ef4273c02f1a5276b.tar.gz
linux-3.10-b2b9b6518eac7b4e9abf649ef4273c02f1a5276b.tar.bz2
linux-3.10-b2b9b6518eac7b4e9abf649ef4273c02f1a5276b.zip
[PATCH] softmac: some comment stuff
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_scan.c')
-rw-r--r--net/ieee80211/softmac/ieee80211softmac_scan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_scan.c b/net/ieee80211/softmac/ieee80211softmac_scan.c
index 1a1eda434cf..30e79d45af6 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");