|
@@ -827,7 +827,7 @@ let main_obj = {
|
|
|
let phy_list = req.args.phy ? [ phy_name(req.args.phy, req.args.radio) ] : keys(hostapd.data.config);
|
|
|
for (let phy_name in phy_list) {
|
|
|
let phy = hostapd.data.config[phy_name];
|
|
|
- let config = iface_load_config(phy.phy, radio, phy.orig_file);
|
|
|
+ let config = iface_load_config(phy.phy, phy.radio_idx, phy.orig_file);
|
|
|
iface_set_config(phy_name, config);
|
|
|
}
|
|
|
|