netdev: Enable ControlPortOverNL80211 by default

This commit is contained in:
Denis Kenzior 2018-11-09 11:52:09 -06:00
parent 8732a9f38a
commit 5f8c20f455
1 changed files with 1 additions and 1 deletions

View File

@ -4624,7 +4624,7 @@ static void netdev_create_from_genl(struct l_genl_msg *msg)
if (!l_settings_get_bool(settings, "General",
"ControlPortOverNL80211", &pae_over_nl80211)) {
pae_over_nl80211 = false;
pae_over_nl80211 = true;
l_info("No ControlPortOverNL80211 setting, defaulting to %s",
pae_over_nl80211 ? "True" : "False");
}