mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +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;
|
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))
|
||||||
LOW_SIGNAL_THRESHOLD = -70;
|
LOW_SIGNAL_THRESHOLD = -70;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user