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:

committed by
Madan Koyyalamudi

parent
9cd76eb8a2
commit
fbd5ee5c48
@@ -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 */
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user