qcacmn: Add support for Mango device id
Add support for Mango device id. Change-Id: I2b32a39e258caab408723db77f132af364dc6b04 CRs-Fixed: 3232512
This commit is contained in:

committed by
Madan Koyyalamudi

parent
8d5d65010f
commit
6d056b9959
@@ -362,6 +362,11 @@ static const struct qwlan_hw qwlan_hw_list[] = {
|
||||
.id = KIWI_V1,
|
||||
.subid = 0xE,
|
||||
.name = "KIWI_V1",
|
||||
},
|
||||
{
|
||||
.id = MANGO_V1,
|
||||
.subid = 0xF,
|
||||
.name = "MANGO_V1",
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1614,6 +1619,12 @@ int hif_get_device_type(uint32_t device_id,
|
||||
hif_info(" *********** KIWI *************");
|
||||
break;
|
||||
|
||||
case MANGO_DEVICE_ID:
|
||||
*hif_type = HIF_TYPE_MANGO;
|
||||
*target_type = TARGET_TYPE_MANGO;
|
||||
hif_info(" *********** MANGO *************");
|
||||
break;
|
||||
|
||||
case QCA8074V2_DEVICE_ID:
|
||||
*hif_type = HIF_TYPE_QCA8074V2;
|
||||
*target_type = TARGET_TYPE_QCA8074V2;
|
||||
|
Reference in New Issue
Block a user