geolocator: rm TODO commend after discussion wiht Neoraider
This commit is contained in:
parent
eb6f071730
commit
78b4396713
@ -76,7 +76,6 @@ local function Get_geolocation_info()
|
|||||||
local iw = iwinfo[api]
|
local iw = iwinfo[api]
|
||||||
|
|
||||||
-- Get list of BSSID without blacklisted and redundancy entrys.
|
-- 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
|
for _, net in ipairs(iw.scanlist(ifname) or { }) do
|
||||||
if not uniq[net.bssid] and not table_contains(blacklist_bssid, net.bssid) then
|
if not uniq[net.bssid] and not table_contains(blacklist_bssid, net.bssid) then
|
||||||
scaned_bssid = scaned_bssid .. "," .. net.bssid
|
scaned_bssid = scaned_bssid .. "," .. net.bssid
|
||||||
|
Loading…
Reference in New Issue
Block a user