qcacmn: Add missing device IDs
Currently HMT, HSP_KAILUA, HSP_WAIPIO, NETRANI_HL, NETRANI_MSL device ids are not present in host driver code. To address this issue add these device ids in qwlan_hw_list array. Change-Id: I6ab7399545204e1df6ada836b7ab092fab064b38 CRs-Fixed: 3271889
This commit is contained in:

committed by
Madan Koyyalamudi

parent
163dd20054
commit
19b08fc8ab
@@ -359,15 +359,40 @@ static const struct qwlan_hw qwlan_hw_list[] = {
|
||||
.subid = 0xD,
|
||||
.name = "QCA9379_REV1_1",
|
||||
},
|
||||
{
|
||||
.id = KIWI_V1,
|
||||
.subid = 0xE,
|
||||
.name = "KIWI_V1",
|
||||
},
|
||||
{
|
||||
.id = MANGO_V1,
|
||||
.subid = 0xF,
|
||||
.name = "MANGO_V1",
|
||||
},
|
||||
{
|
||||
.id = KIWI_V1,
|
||||
.subid = 0,
|
||||
.name = "KIWI_V1",
|
||||
},
|
||||
{
|
||||
.id = KIWI_V2,
|
||||
.subid = 0,
|
||||
.name = "KIWI_V2",
|
||||
},
|
||||
{
|
||||
.id = WCN6750_V1,
|
||||
.subid = 0,
|
||||
.name = "WCN6750_V1",
|
||||
},
|
||||
{
|
||||
.id = QCA6490_v2_1,
|
||||
.subid = 0,
|
||||
.name = "QCA6490",
|
||||
},
|
||||
{
|
||||
.id = QCA6490_v2,
|
||||
.subid = 0,
|
||||
.name = "QCA6490",
|
||||
},
|
||||
{
|
||||
.id = WCN3990_v2_2,
|
||||
.subid = 0,
|
||||
.name = "WCN3990_v2_2",
|
||||
}
|
||||
};
|
||||
|
||||
@@ -381,6 +406,10 @@ static const char *hif_get_hw_name(struct hif_target_info *info)
|
||||
{
|
||||
int i;
|
||||
|
||||
hif_debug("target version = %d, target revision = %d",
|
||||
info->target_version,
|
||||
info->target_revision);
|
||||
|
||||
if (info->hw_name)
|
||||
return info->hw_name;
|
||||
|
||||
|
Reference in New Issue
Block a user