diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-10-27 15:56:21 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-30 16:49:19 -0400 |
commit | b59f04cbf8ab4dce63f0d2ed658624b0ad21c67d (patch) | |
tree | fe0e9300d50babb52ef4caa9f53785c506111d8d | |
parent | d130eb498c75095297debbca596b19fcdc823924 (diff) |
mac80211: remove outdated comment
This comment hasn't been a real TODO item for a long
time now since we fixed that quite a while ago.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | net/mac80211/scan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c index 7a350d2690a0..1a643fe5250e 100644 --- a/net/mac80211/scan.c +++ b/net/mac80211/scan.c | |||
@@ -12,8 +12,6 @@ | |||
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | /* TODO: figure out how to avoid that the "current BSS" expires */ | ||
16 | |||
17 | #include <linux/wireless.h> | 15 | #include <linux/wireless.h> |
18 | #include <linux/if_arp.h> | 16 | #include <linux/if_arp.h> |
19 | #include <linux/rtnetlink.h> | 17 | #include <linux/rtnetlink.h> |