Skip to content
Snippets Groups Projects
Unverified Commit 1a372fbe authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-web-wifi-config: remove unnecessary uci:get_all() call

parent afc69e9d
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ if wireless.device_uses_11a(uci) and not wireless.preserve_channels(uci) then
return
end
local phy = wireless.find_phy(uci:get_all('wireless', radio))
local phy = wireless.find_phy(config)
local ht = r:option(ListValue, 'outdoor_htmode', translate('HT Mode') .. ' (' .. radio .. ')')
ht:depends(outdoor, true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment