mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 01:19:23 +01:00
t-runner: Absence of hostapd instances is ok now
This commit is contained in:
parent
1f6939016d
commit
900a10d3c7
@ -913,7 +913,7 @@ static bool configure_hostapd_instances(struct l_settings *hw_settings,
|
|||||||
|
|
||||||
if (!l_settings_has_group(hw_settings, HW_CONFIG_GROUP_HOSTAPD)) {
|
if (!l_settings_has_group(hw_settings, HW_CONFIG_GROUP_HOSTAPD)) {
|
||||||
l_info("No hostapd instances to create");
|
l_info("No hostapd instances to create");
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
hostap_keys =
|
hostap_keys =
|
||||||
|
Loading…
Reference in New Issue
Block a user