diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-10-27 19:56:21 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-30 20:49:19 (GMT) |
commit | b59f04cbf8ab4dce63f0d2ed658624b0ad21c67d (patch) | |
tree | fe0e9300d50babb52ef4caa9f53785c506111d8d /net | |
parent | d130eb498c75095297debbca596b19fcdc823924 (diff) | |
download | linux-b59f04cbf8ab4dce63f0d2ed658624b0ad21c67d.tar.xz |
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>
Diffstat (limited to 'net')
-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 7a350d2..1a643fe5 100644 --- a/net/mac80211/scan.c +++ b/net/mac80211/scan.c @@ -12,8 +12,6 @@ * published by the Free Software Foundation. */ -/* TODO: figure out how to avoid that the "current BSS" expires */ - #include <linux/wireless.h> #include <linux/if_arp.h> #include <linux/rtnetlink.h> |