gluon-luci-wifi-config: fix to work with legacy configs using macaddr instead of path to identify radios

This commit is contained in:
Matthias Schiffer 2016-07-09 23:32:46 +02:00
parent 1a289341a4
commit c913957e01
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ for _, radio in ipairs(radios) do
if config.path then
phy = find_phy_by_path(config.path)
elseif config.macaddr then
phy = find_phy_by_path(config.macaddr)
phy = find_phy_by_macaddr(config.macaddr)
end
if phy then