qcacmn: Cfg changes for IPA offload support
Cfg changes for IPA offload support. Change-Id: If477db8e958b22634e1505f3e4319c7aa0cc6ef4
Este commit está contenido en:

cometido por
Madan Koyyalamudi

padre
a83d7d4111
commit
f49b3a1753
@@ -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)
|
||||
{
|
||||
|
@@ -475,9 +475,6 @@ typedef void (*tx_pause_callback)(uint8_t vdev_id,
|
||||
enum netif_action_type action,
|
||||
enum netif_reason_type reason);
|
||||
|
||||
typedef void (*ipa_uc_op_cb_type)(uint8_t *op_msg,
|
||||
void *osif_ctxt);
|
||||
|
||||
/**
|
||||
* struct ol_rx_inv_peer_params - rx invalid peer data parameters
|
||||
* @vdev_id: Virtual device ID
|
||||
|
Referencia en una nueva incidencia
Block a user