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

ap: Warn about APRanges having been deprecated

This commit is contained in:
Andrew Zaborowski 2021-06-04 03:50:39 +02:00 committed by Denis Kenzior
parent e9a33524a2
commit aa9a914975

View File

@ -3547,6 +3547,9 @@ static int ap_init(void)
}
} else if (l_settings_get_value(settings,
"General", "APRanges")) {
l_warn("The [General].APRanges setting is deprecated, "
"use [IPv4].APAddressPool instead");
global_addr4_strs = l_settings_get_string_list(settings,
"General",
"APRanges",