mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 18:59:22 +01:00
scan: Use CamelCase for [Rank] settings
This commit is contained in:
parent
19a85a85e7
commit
b205d9bdf1
@ -1928,7 +1928,7 @@ static int scan_init(void)
|
|||||||
|
|
||||||
scan_contexts = l_queue_new();
|
scan_contexts = l_queue_new();
|
||||||
|
|
||||||
if (!l_settings_get_double(config, "Rank", "rank_5g_factor",
|
if (!l_settings_get_double(config, "Rank", "BandModifier5Ghz",
|
||||||
&RANK_5G_FACTOR))
|
&RANK_5G_FACTOR))
|
||||||
RANK_5G_FACTOR = 1.0;
|
RANK_5G_FACTOR = 1.0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user