qcacmn: Init changes for qcn9224

Add qcn9224 target type in init path

Change-Id: If395ba24d55b32d9aa31af78143a62c5dbc065a8
CRs-Fixed: 2916380
此提交包含在:
Kiran Venkatappa
2021-03-20 00:35:24 +05:30
提交者 snandini
父節點 091a294bb3
當前提交 ed3db92994
共有 7 個檔案被更改,包括 42 行新增4 行删除

查看文件

@@ -70,6 +70,7 @@ typedef void *hif_handle_t;
#define HIF_TYPE_QCA5018 24
#define HIF_TYPE_QCN6122 25
#define HIF_TYPE_WCN7850 26
#define HIF_TYPE_QCN9224 27
#define DMA_COHERENT_MASK_DEFAULT 37
@@ -120,7 +121,11 @@ enum hif_ic_irq {
};
struct CE_state;
#ifdef QCA_WIFI_QCN9224
#define CE_COUNT_MAX 16
#else
#define CE_COUNT_MAX 12
#endif
#define HIF_MAX_GRP_IRQ 16
#ifndef HIF_MAX_GROUP