netifd: Allow to add link devices which can be marked as non external
[project/netifd.git] / wireless.c
index c0f3b71..6675d6a 100644 (file)
@@ -215,7 +215,7 @@ static void wireless_interface_handle_link(struct wireless_interface *vif, bool
                if (!iface)
                        continue;
 
-               interface_handle_link(iface, vif->ifname, up);
+               interface_handle_link(iface, vif->ifname, up, true);
        }
 }