Ver Fonte

qcacmn: Add the SOCID for WCN6750_V2 chip

SOC ID is missing for WCN6750_V2 and as a result correct
string for chip is not sent to CNE. This leads to the
issue in Wifi calls.

Add the SOC ID for WCN6750_V2.

CRs-Fixed: 3552566
Change-Id: I80d19742f6ffa1c5b03f1f2576c6e4c0c4a1c1db
SACHIN AHUJA há 2 anos atrás
pai
commit
147467b9f5
2 ficheiros alterados com 6 adições e 0 exclusões
  1. 1 0
      hif/src/hif_hw_version.h
  2. 5 0
      hif/src/hif_main.c

+ 1 - 0
hif/src/hif_hw_version.h

@@ -46,6 +46,7 @@
 #define QCA6490_v2_1                    0x400c1211
 #define QCA6490_v2                      0x400c0200
 #define WCN6750_V1                      0x40140110
+#define WCN6750_V2                      0x40140120
 #define WCN6450_V1			0x40200100
 #define WCN3990_TALOS                   0x40670000
 #define WCN3990_MOOREA                  0x40090000

+ 5 - 0
hif/src/hif_main.c

@@ -399,6 +399,11 @@ static const struct qwlan_hw qwlan_hw_list[] = {
 		.subid = 0,
 		.name = "WCN6750_V1",
 	},
+	{
+		.id = WCN6750_V2,
+		.subid = 0,
+		.name = "WCN6750_V2",
+	},
 	{
 		.id = WCN6450_V1,
 		.subid = 0,