qcacmn: Add HIF changes to support qca6490
HIF changes to support qca6490 WLAN chipset. Change-Id: I4b1be1770a2daf0a0db6f65f579831e3fcb10e79 CRs-Fixed: 2522133
This commit is contained in:

gecommit door
nshrivas

bovenliggende
6a3150dc23
commit
973308ae13
@@ -63,6 +63,7 @@ typedef void *hif_handle_t;
|
||||
#define HIF_TYPE_QCA8074V2 19
|
||||
#define HIF_TYPE_QCA6018 20
|
||||
#define HIF_TYPE_QCN9000 21
|
||||
#define HIF_TYPE_QCA6490 22
|
||||
|
||||
#ifdef IPA_OFFLOAD
|
||||
#define DMA_COHERENT_MASK_IPA_VER_3_AND_ABOVE 37
|
||||
|
@@ -35,6 +35,7 @@ extern struct hostdef_s *QCA9984_HOSTdef;
|
||||
extern struct hostdef_s *QCA9888_HOSTdef;
|
||||
extern struct hostdef_s *QCA6290_HOSTdef;
|
||||
extern struct hostdef_s *QCA6390_HOSTdef;
|
||||
extern struct hostdef_s *QCA6490_HOSTdef;
|
||||
#ifdef ATH_AHB
|
||||
extern struct hostdef_s *IPQ4019_HOSTdef;
|
||||
#endif
|
||||
|
@@ -54,6 +54,10 @@ extern "C" {
|
||||
#ifndef TARGET_TYPE_QCN9000
|
||||
#define TARGET_TYPE_QCN9000 26
|
||||
#endif
|
||||
/* HastingsPrime */
|
||||
#ifndef TARGET_TYPE_QCA6490
|
||||
#define TARGET_TYPE_QCA6490 27
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@@ -35,6 +35,7 @@ extern struct targetdef_s *QCA9984_TARGETdef;
|
||||
extern struct targetdef_s *QCA9888_TARGETdef;
|
||||
extern struct targetdef_s *QCA6290_TARGETdef;
|
||||
extern struct targetdef_s *QCA6390_TARGETdef;
|
||||
extern struct targetdef_s *QCA6490_TARGETdef;
|
||||
#ifdef ATH_AHB
|
||||
extern struct targetdef_s *IPQ4019_TARGETdef;
|
||||
#endif
|
||||
@@ -54,6 +55,7 @@ extern struct ce_reg_def *QCA9984_CE_TARGETdef;
|
||||
extern struct ce_reg_def *QCA9888_CE_TARGETdef;
|
||||
extern struct ce_reg_def *QCA6290_CE_TARGETdef;
|
||||
extern struct ce_reg_def *QCA6390_CE_TARGETdef;
|
||||
extern struct ce_reg_def *QCA6490_CE_TARGETdef;
|
||||
#ifdef ATH_AHB
|
||||
extern struct ce_reg_def *IPQ4019_CE_TARGETdef;
|
||||
#endif
|
||||
|
Verwijs in nieuw issue
Block a user