From 43d386bbe4c3c98325e9e384accf3944b48d3072 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 24 Oct 2019 21:16:49 -0500 Subject: [PATCH] netdev: Use CamelCase for roam threshold setting --- src/netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netdev.c b/src/netdev.c index 1e8317e4..6db34177 100644 --- a/src/netdev.c +++ b/src/netdev.c @@ -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;