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
1 changed files with 1 additions and 1 deletions

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;