qcacmn: Change to remove void pointer usage for DP soc
Add code to remove void pointer usage for dp_soc and use original dp_soc structure inside htt_soc Change-Id: Icdc26ecdb33d565c43dbc101584069808b31c1a0 CRs-Fixed: 2484403
Este commit está contenido en:
@@ -115,7 +115,7 @@ struct dp_htt_htc_pkt_union {
|
||||
|
||||
struct htt_soc {
|
||||
struct cdp_ctrl_objmgr_psoc *ctrl_psoc;
|
||||
void *dp_soc;
|
||||
struct dp_soc *dp_soc;
|
||||
void *hal_soc;
|
||||
/* htt_logger handle */
|
||||
struct htt_logger *htt_logger_handle;
|
||||
|
Referencia en una nueva incidencia
Block a user