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
This commit is contained in:

committed by
Madan Koyyalamudi

parent
51e4b595d7
commit
21ec2f5d16
@@ -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
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user