qcacld-3.0: 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: I6973d9c366ec6a9c6164dd19f6f4775dd3ebf5f0
CRs-Fixed: 3049942
This commit is contained in:
Srinivas Dasari
2021-10-04 11:20:01 +05:30
committed by Madan Koyyalamudi
parent 9cd76eb8a2
commit fbd5ee5c48
24 changed files with 2 additions and 2425 deletions

View File

@@ -238,7 +238,6 @@ wmi_unified_send_roam_preauth_status(wmi_unified_t wmi_handle,
QDF_STATUS wmi_unified_vdev_set_pcl_cmd(wmi_unified_t wmi_handle,
struct set_pcl_cmd_params *params);
#ifdef ROAM_TARGET_IF_CONVERGENCE
/**
* wmi_extract_roam_sync_event - Extract roam sync event
* @wmi_handle: WMI handle
@@ -409,7 +408,6 @@ QDF_STATUS
wmi_extract_roam_pmkid_request(wmi_unified_t wmi_handle,
uint8_t *event, uint32_t data_len,
struct roam_pmkid_req_event **data);
#endif /* ROAM_TARGET_IF_CONVERGENCE */
#endif /* WLAN_FEATURE_ROAM_OFFLOAD */
/**