qcacmn: Add a cdp api to stop the ppe ds

Add a cdp api to stop the ppe direct switch
from control path

Change-Id: Id1c5d5c0e2b80d6fa0fa7b907fac133f815f9627
CRs-Fixed: 3356472
Este commit está contenido en:
Pavankumar Nandeshwar
2022-12-14 04:24:42 -08:00
cometido por Madan Koyyalamudi
padre ea0e2133b3
commit 3548804a60
Se han modificado 4 ficheros con 37 adiciones y 1 borrados

Ver fichero

@@ -531,6 +531,7 @@ struct cdp_cmn_ops {
QDF_STATUS (*txrx_intr_attach)(struct cdp_soc_t *soc_handle);
void (*txrx_intr_detach)(struct cdp_soc_t *soc_handle);
void (*txrx_ppeds_stop)(struct cdp_soc_t *soc_handle);
QDF_STATUS (*set_pn_check)(struct cdp_soc_t *soc_handle,
uint8_t vdev_id, uint8_t *peermac,
enum cdp_sec_type sec_type,