qcacmn: Add missing hardware info

Define and update missing Helium based target
mappings in qwlan_hw_list.

Change-Id: I9c1aa3d7ce492397e555e59b361f6855bc431183
CRs-Fixed: 3317892
This commit is contained in:
Asutosh Mohapatra
2022-10-20 16:40:49 +05:30
committed by Madan Koyyalamudi
parent d57a764281
commit 1ca035fa80
2 changed files with 60 additions and 0 deletions

View File

@@ -391,6 +391,56 @@ static const struct qwlan_hw qwlan_hw_list[] = {
.id = WCN3990_v2_2,
.subid = 0,
.name = "WCN3990_v2_2",
},
{
.id = WCN3990_TALOS,
.subid = 0,
.name = "WCN3990",
},
{
.id = WCN3990_MOOREA,
.subid = 0,
.name = "WCN3990",
},
{
.id = WCN3990_SAIPAN,
.subid = 0,
.name = "WCN3990",
},
{
.id = WCN3990_RENNELL,
.subid = 0,
.name = "WCN3990",
},
{
.id = WCN3990_BITRA,
.subid = 0,
.name = "WCN3990",
},
{
.id = WCN3990_DIVAR,
.subid = 0,
.name = "WCN3990",
},
{
.id = WCN3990_ATHERTON,
.subid = 0,
.name = "WCN3990",
},
{
.id = WCN3990_STRAIT,
.subid = 0,
.name = "WCN3990",
},
{
.id = WCN3990_NETRANI,
.subid = 0,
.name = "WCN3990",
},
{
.id = WCN3990_CLARENCE,
.subid = 0,
.name = "WCN3990",
}
};