3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

scan: Use CamelCase for [Rank] settings

This commit is contained in:
Denis Kenzior 2019-10-24 14:13:33 -05:00
parent 19a85a85e7
commit b205d9bdf1

View File

@ -1928,7 +1928,7 @@ static int scan_init(void)
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 = 1.0;