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
1 changed files with 1 additions and 1 deletions

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;