qcacld-3.0: Update prefix for multi-interface with chip name
1. The paths for driver to get ini and fw files are incorrect for QCA SDIO chip on Dual-WiFi platforms, with wrong prefix or no prefix. Correct prefix for ini file, from '<mod_name>' to '<chip_name>/'; add prefix '<chip_name>/' for fw files. 2. For QCA9377, there is a special cnss API for getting fw names, it's cnss_get_qca9377_fw_files(). Use the right cnss API to get fw files for QCA9377 Change-Id: Ia7616153b6823e9550703e649c7fc21ab306ca07 CRs-Fixed: 2008217
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include <linux/device.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/pm.h>
|
||||
#include <osapi_linux.h>
|
||||
|
||||
#define PLD_IMAGE_FILE "athwlan.bin"
|
||||
#define PLD_UTF_FIRMWARE_FILE "utf.bin"
|
||||
@@ -70,7 +71,7 @@ enum pld_bus_width_type {
|
||||
PLD_BUS_WIDTH_HIGH
|
||||
};
|
||||
|
||||
#define PLD_MAX_FILE_NAME 20
|
||||
#define PLD_MAX_FILE_NAME NAME_MAX
|
||||
|
||||
/**
|
||||
* struct pld_fw_file - WLAN FW file names
|
||||
|
مرجع در شماره جدید
Block a user