qcacld-3.0: Code cleanup for connection manager in LIM/WMA

Remove unused code related to ndef FEATURE_CM_ENABLE in LIM/WMA.

Change-Id: I1697f0a6c9102e3b70ce6f7a1c78ea895d4d160b
CRs-Fixed: 2977902
This commit is contained in:
Abhishek Singh
2021-05-27 19:43:14 +05:30
committed by Madan Koyyalamudi
parent 1d037f5650
commit 046eb026ea
31 changed files with 17 additions and 2148 deletions

View File

@@ -74,7 +74,6 @@ target_if_cm_roam_send_vdev_set_pcl_cmd(struct wlan_objmgr_vdev *vdev,
return wmi_unified_vdev_set_pcl_cmd(wmi_handle, &params);
}
#ifdef FEATURE_CM_ENABLE
/**
* target_if_cm_roam_send_roam_invoke_cmd - Send roam invoke command to wmi.
* @vdev: VDEV object pointer
@@ -113,16 +112,13 @@ target_if_cm_roam_send_roam_sync_complete(struct wlan_objmgr_vdev *vdev)
return wmi_unified_roam_synch_complete_cmd(wmi_handle,
wlan_vdev_get_id(vdev));
}
#endif
static void
target_if_cm_roam_register_lfr3_ops(struct wlan_cm_roam_tx_ops *tx_ops)
{
tx_ops->send_vdev_set_pcl_cmd = target_if_cm_roam_send_vdev_set_pcl_cmd;
#ifdef FEATURE_CM_ENABLE
tx_ops->send_roam_invoke_cmd = target_if_cm_roam_send_roam_invoke_cmd;
tx_ops->send_roam_sync_complete_cmd = target_if_cm_roam_send_roam_sync_complete;
#endif
}
#else
static inline void