3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-25 17:59:25 +01:00

netdev: Use CamelCase for roam threshold setting

This commit is contained in:
Denis Kenzior 2019-10-24 21:16:49 -05:00
parent 1fbf64b667
commit 43d386bbe4

View File

@ -4797,7 +4797,7 @@ static int netdev_init(void)
goto fail_netlink;
}
if (!l_settings_get_int(settings, "General", "roam_rssi_threshold",
if (!l_settings_get_int(settings, "General", "RoamThreshold",
&LOW_SIGNAL_THRESHOLD))
LOW_SIGNAL_THRESHOLD = -70;