Skip to content

Commit

Permalink
qcacld-3.0: Fix ini and wlan_mac.bin path
Browse files Browse the repository at this point in the history
This is what MIUI perf kernel uses to load this stuff

Signed-off-by: Carlos Ayrton Lopez Arroyo <[email protected]>
  • Loading branch information
Official-Ayrton990 committed Feb 21, 2021
1 parent 029d534 commit afd78f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/qcacld-3.0/core/hdd/inc/wlan_hdd_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
#endif

#ifdef MSM_PLATFORM
#define WLAN_INI_FILE "wlan/qca_cld/" PREFIX "WCNSS_qcom_cfg.ini"
#define WLAN_MAC_FILE "wlan/qca_cld/" PREFIX "wlan_mac.bin"
#define WLAN_INI_FILE "wlan/qca_cld/qca6390/" PREFIX "WCNSS_qcom_cfg.ini"
#define WLAN_MAC_FILE "wlan/qca_cld/qca6390/" PREFIX "wlan_mac.bin"
#else
#define WLAN_INI_FILE "wlan/" PREFIX "qcom_cfg.ini"
#define WLAN_MAC_FILE "wlan/" PREFIX "wlan_mac.bin"
Expand Down

0 comments on commit afd78f4

Please sign in to comment.