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:
parent
1fbf64b667
commit
43d386bbe4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user