qcacmn: Initial changes for york bring-up in HIF Layer
Add device Id and target type checks for qcn9160 target compilation. Change-Id: I40f5ae3f1ac715f977f9df5a46c71740c61c7399 CRs-Fixed: 3282629
This commit is contained in:

committed by
Madan Koyyalamudi

parent
fb0b54baee
commit
04a752e875
@@ -1636,6 +1636,12 @@ int hif_get_device_type(uint32_t device_id,
|
||||
hif_info(" *********** QCN6122 *************");
|
||||
break;
|
||||
|
||||
case QCN9160_DEVICE_ID:
|
||||
*hif_type = HIF_TYPE_QCN9160;
|
||||
*target_type = TARGET_TYPE_QCN9160;
|
||||
hif_info(" *********** QCN9160 *************");
|
||||
break;
|
||||
|
||||
case QCN7605_DEVICE_ID:
|
||||
case QCN7605_COMPOSITE:
|
||||
case QCN7605_STANDALONE:
|
||||
|
Reference in New Issue
Block a user