mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
netdev: Enable ControlPortOverNL80211 by default
This commit is contained in:
parent
8732a9f38a
commit
5f8c20f455
@ -4624,7 +4624,7 @@ static void netdev_create_from_genl(struct l_genl_msg *msg)
|
|||||||
|
|
||||||
if (!l_settings_get_bool(settings, "General",
|
if (!l_settings_get_bool(settings, "General",
|
||||||
"ControlPortOverNL80211", &pae_over_nl80211)) {
|
"ControlPortOverNL80211", &pae_over_nl80211)) {
|
||||||
pae_over_nl80211 = false;
|
pae_over_nl80211 = true;
|
||||||
l_info("No ControlPortOverNL80211 setting, defaulting to %s",
|
l_info("No ControlPortOverNL80211 setting, defaulting to %s",
|
||||||
pae_over_nl80211 ? "True" : "False");
|
pae_over_nl80211 ? "True" : "False");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user