qcacmn: Cfg changes for IPA offload support

Cfg changes for IPA offload support.

Change-Id: If477db8e958b22634e1505f3e4319c7aa0cc6ef4
This commit is contained in:
Himanshu Batra
2021-09-30 10:05:41 +05:30
committed by Madan Koyyalamudi
parent a83d7d4111
commit f49b3a1753
5 changed files with 28 additions and 16 deletions

View File

@@ -128,6 +128,12 @@ enum {
DP_VDEV_STATS_TX_ME,
};
/*
* typedef ipa_uc_op_cb_type - Register OP handler function
*/
typedef void (*ipa_uc_op_cb_type)(uint8_t *op_msg,
void *osif_ctxt);
static inline QDF_STATUS
cdp_soc_attach_target(ol_txrx_soc_handle soc)
{