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:
Venkateswara Swamy Bandaru
2017-05-19 20:20:30 +05:30
committed by snandini
parent 1dfdf64381
commit a95b324a8c
3 changed files with 26 additions and 4 deletions

View File

@@ -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 {