sm8250-common: softap: sdk: Add 'vendor.' prefix to wlan.driver.config
* In 126af66b04
,
the prop wlan.driver.config was renamed to vendor.wlan.driver.config.
Therefore, make the same change on softap as well.
Change-Id: I696d851c8ecd35ec42cf680149c402b3b8044cfc
This commit is contained in:
parent
009c1a7c0d
commit
1d4c67b016
@ -3464,7 +3464,7 @@ void check_for_configuration_files(void)
|
|||||||
|
|
||||||
void qsap_set_ini_filename(void)
|
void qsap_set_ini_filename(void)
|
||||||
{
|
{
|
||||||
if (property_get("wlan.driver.config", ini_file, NULL)) {
|
if (property_get("vendor.wlan.driver.config", ini_file, NULL)) {
|
||||||
fIni = ini_file;
|
fIni = ini_file;
|
||||||
ALOGE("INI FILE PROP PRESENT %s\n", fIni);
|
ALOGE("INI FILE PROP PRESENT %s\n", fIni);
|
||||||
} else
|
} else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user