qcacmn: CFR Feature support

Add CFR component specific Rx-Ops callbacks

Change-Id: Ic1e89ca2ba049f9579964de50d7285cd40a0d3a7
CRs-Fixed: 2397716
This commit is contained in:
narayan
2019-02-18 11:24:04 +05:30
committed by nshrivas
parent b7293e46c3
commit d9e53400e9
4 changed files with 69 additions and 0 deletions

View File

@@ -124,6 +124,8 @@ static int init_deinit_service_ready_event_handler(ol_scn_t scn_handle,
target_if_smart_antenna_enable(psoc, tgt_hdl, event);
target_if_cfr_support_enable(psoc, tgt_hdl, event);
target_if_peer_cfg_enable(psoc, tgt_hdl, event);
target_if_atf_cfg_enable(psoc, tgt_hdl, event);