Jelajahi Sumber

qcacmn: Remove the duplicate soc ID entry

Currently 0x400f0000 is assigned to 2 helium targets

Remove WCN3990_v2_2 from the SOC ID entries and keep
correct target for this ID.

CRs-Fixed: 3432410
Change-Id: Iab5c6ade70038953e729e4e7994484d4f192022b
SACHIN AHUJA 2 tahun lalu
induk
melakukan
21ec2f5d16
2 mengubah file dengan 0 tambahan dan 6 penghapusan
  1. 0 1
      hif/src/hif_hw_version.h
  2. 0 5
      hif/src/hif_main.c

+ 0 - 1
hif/src/hif_hw_version.h

@@ -45,7 +45,6 @@
 #define KIWI_V2                         0x40170200
 #define QCA6490_v2_1                    0x400c1211
 #define QCA6490_v2                      0x400c0200
-#define WCN3990_v2_2                    0x400f0000
 #define WCN6750_V1                      0x40140110
 #define WCN6450_V1			0x40200100
 #define WCN3990_TALOS                   0x40670000

+ 0 - 5
hif/src/hif_main.c

@@ -402,11 +402,6 @@ static const struct qwlan_hw qwlan_hw_list[] = {
 		.subid = 0,
 		.name = "QCA6490",
 	},
-	{
-		.id = WCN3990_v2_2,
-		.subid = 0,
-		.name = "WCN3990_v2_2",
-	},
 	{
 		.id = WCN3990_TALOS,
 		.subid = 0,