modules/niu: fix usage of mbssid_support() in niulib
This commit is contained in:
parent
836b4d9dba
commit
5a2e23318e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function wifi_get_available(except)
|
||||||
for k in pairs(used) do
|
for k in pairs(used) do
|
||||||
local t = iwinfo.type(k)
|
local t = iwinfo.type(k)
|
||||||
if t and iwinfo[t] then
|
if t and iwinfo[t] then
|
||||||
used[k] = (iwinfo[t].mbssid_support() < 1)
|
used[k] = (iwinfo[t].mbssid_support(k) < 1)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue