geolocator: rm TODO commend after discussion wiht Neoraider

This commit is contained in:
Jan-Tarek Butt 2017-09-03 14:45:17 +02:00
parent eb6f071730
commit 78b4396713

View File

@ -76,7 +76,6 @@ local function Get_geolocation_info()
local iw = iwinfo[api]
-- Get list of BSSID without blacklisted and redundancy entrys.
-- TODO: use scanlist dump insead of wasting airtime
for _, net in ipairs(iw.scanlist(ifname) or { }) do
if not uniq[net.bssid] and not table_contains(blacklist_bssid, net.bssid) then
scaned_bssid = scaned_bssid .. "," .. net.bssid