softap: sdk: Add 'vendor.' prefix to wlan.driver.config

* In https://github.com/LineageOS/android_hardware_qcom_wlan/commit/126af66b042373c3cfa5bee2d6c2cf2fb620e7fe,
  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:
RenanQueiroz
2019-01-04 03:10:59 -05:00
committed by Bruno Martins
parent 050bae8755
commit ae328f2dee
+1 -1
View File
@@ -3439,7 +3439,7 @@ void check_for_configuration_files(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;
ALOGE("INI FILE PROP PRESENT %s\n", fIni);
} else