Skip to content
Snippets Groups Projects
Commit a922944f authored by David Bauer's avatar David Bauer
Browse files

mesh-wireless-sae: drop unused function parameters

Drop these unused parameters in the function description, as only the
first parameter is referenced within the function block.
parent a63be692
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ local function configure_sae(vif)
uci:set('wireless', vif, 'key', site.wifi.mesh.sae_passphrase() or hash.md5(site.prefix6()))
end
wireless.foreach_radio(uci, function(radio, _, _)
wireless.foreach_radio(uci, function(radio)
local radio_name = radio['.name']
local vif = 'mesh_' .. radio_name
local enable = site.wifi.mesh.sae(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment