qcacmn: Cleanup ROAM_TARGET_IF_CONVERGENCE usage
wma to target_if convergence code is guarded under the feature flag ROAM_TARGET_IF_CONVERGENCE and it's is enabled currently. Remove the flag usage and remove the deprecated code(else part) also. Change-Id: Id3171956028d6086f85eac73865c37498926d6cc CRs-Fixed: 3049946
This commit is contained in:

committed by
Madan Koyyalamudi

parent
d70df100f7
commit
b3dfd1cbfa
@@ -396,7 +396,6 @@ QDF_STATUS
|
|||||||
(*extract_roam_frame_info)(wmi_unified_t wmi_handle, void *evt_buf,
|
(*extract_roam_frame_info)(wmi_unified_t wmi_handle, void *evt_buf,
|
||||||
struct roam_frame_info *dst, uint8_t idx,
|
struct roam_frame_info *dst, uint8_t idx,
|
||||||
uint8_t num_frames);
|
uint8_t num_frames);
|
||||||
#ifdef ROAM_TARGET_IF_CONVERGENCE
|
|
||||||
/**
|
/**
|
||||||
* extract_roam_sync_event - Extract roam sync event func ptr
|
* extract_roam_sync_event - Extract roam sync event func ptr
|
||||||
* @wmi_handle: WMI handle
|
* @wmi_handle: WMI handle
|
||||||
@@ -447,7 +446,6 @@ QDF_STATUS
|
|||||||
(*extract_roam_pmkid_request)(wmi_unified_t wmi_handle,
|
(*extract_roam_pmkid_request)(wmi_unified_t wmi_handle,
|
||||||
uint8_t *event, uint32_t data_len,
|
uint8_t *event, uint32_t data_len,
|
||||||
struct roam_pmkid_req_event **list);
|
struct roam_pmkid_req_event **list);
|
||||||
#endif /* ROAM_TARGET_IF_CONVERGENCE */
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef FEATURE_MEC_OFFLOAD
|
#ifdef FEATURE_MEC_OFFLOAD
|
||||||
QDF_STATUS
|
QDF_STATUS
|
||||||
|
Reference in New Issue
Block a user