소스 검색

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
Srinivas Dasari 3 년 전
부모
커밋
b3dfd1cbfa
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      wmi/inc/wmi_unified_priv.h

+ 0 - 2
wmi/inc/wmi_unified_priv.h

@@ -396,7 +396,6 @@ QDF_STATUS
 (*extract_roam_frame_info)(wmi_unified_t wmi_handle, void *evt_buf,
 			   struct roam_frame_info *dst, uint8_t idx,
 			   uint8_t num_frames);
-#ifdef ROAM_TARGET_IF_CONVERGENCE
 /**
  * extract_roam_sync_event  - Extract roam sync event func ptr
  * @wmi_handle: WMI handle
@@ -447,7 +446,6 @@ QDF_STATUS
 (*extract_roam_pmkid_request)(wmi_unified_t wmi_handle,
 			      uint8_t *event, uint32_t data_len,
 			      struct roam_pmkid_req_event **list);
-#endif /* ROAM_TARGET_IF_CONVERGENCE */
 #endif
 #ifdef FEATURE_MEC_OFFLOAD
 QDF_STATUS