Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb00b48e authored by Sameer Thalappil's avatar Sameer Thalappil
Browse files

cnss: Add FW files support for Rome 3.2



Map Rome 3.2 FW files to Rome 3.0 files.

CRs-Fixed: 736975
Change-Id: I65e1fa42dcdefe66a92eb1d690f6910bd09899cb
Signed-off-by: default avatarSameer Thalappil <sameert@codeaurora.org>
parent ab01e731
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@
#define AR6320_REV1_3_VERSION           0x5000003
#define AR6320_REV2_1_VERSION           0x5010000
#define AR6320_REV3_VERSION             0x5020000
#define AR6320_REV3_2_VERSION           0x5030000
#define AR900B_DEV_VERSION              0x1000000

static struct cnss_fw_files FW_FILES_QCA6174_FW_1_1 = {
@@ -631,6 +632,7 @@ int cnss_get_fw_files_for_target(struct cnss_fw_files *pfw_files,
		memcpy(pfw_files, &FW_FILES_QCA6174_FW_2_0, sizeof(*pfw_files));
		break;
	case AR6320_REV3_VERSION:
	case AR6320_REV3_2_VERSION:
		memcpy(pfw_files, &FW_FILES_QCA6174_FW_3_0, sizeof(*pfw_files));
		break;
	default: