qcacmn: Add CDP APIs for configuring interrupt
Add CDP API for interrupt configuration to decouple interrupt setup from soc attach / detach. Change-Id: I422205ff5687fdc4a0936c68850455cc4e733e4d CRs-fixed: 2046055
This commit is contained in:

committed by
snandini

parent
1dfdf64381
commit
a95b324a8c
@@ -206,6 +206,8 @@ struct cdp_cmn_ops {
|
||||
void (*txrx_soc_set_nss_cfg)(ol_txrx_soc_handle soc, int config);
|
||||
|
||||
int(*txrx_soc_get_nss_cfg)(ol_txrx_soc_handle soc);
|
||||
QDF_STATUS (*txrx_intr_attach)(void *soc);
|
||||
void (*txrx_intr_detach)(void *soc);
|
||||
};
|
||||
|
||||
struct cdp_ctrl_ops {
|
||||
|
Reference in New Issue
Block a user