qcacmn: Add CDP APIs for FISA HTT msgs

Add CDP APIs for sending HTT messages used for FISA
related configurations.

Change-Id: Ie4076794b8b4b53611ecb71fbb11d19bd0c36442
CRs-Fixed: 3512038
Tento commit je obsažen v:
Rakesh Pillai
2023-05-20 05:15:45 -07:00
odevzdal Rahul Choudhary
rodič b47aea82ae
revize f3a0177ae3
6 změnil soubory, kde provedl 94 přidání a 0 odebrání

Zobrazit soubor

@@ -11239,6 +11239,9 @@ static struct cdp_ctrl_ops dp_ops_ctrl = {
#endif
.txrx_peer_flush_frags = dp_peer_flush_frags,
.umac_reset_is_inprogress = dp_umac_reset_is_inprogress,
#ifdef WLAN_SUPPORT_RX_FISA
.txrx_fisa_config = dp_fisa_config,
#endif
};
static struct cdp_me_ops dp_ops_me = {