소스 검색

qcacmn: Add extract_roam_scan_chan_list to wmi_ops

Add extract_roam_scan_chan_list to wmi_ops to allow cld driver
to register the corresponding callback.

Change-Id: I71b17b807d183aff31b73a4732d368d1525c118e
CRs-Fixed: 2990390
Srinivas Dasari 4 년 전
부모
커밋
938fd64017
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      wmi/inc/wmi_unified_priv.h

+ 4 - 0
wmi/inc/wmi_unified_priv.h

@@ -405,6 +405,10 @@ QDF_STATUS
 (*extract_vdev_disconnect_event)(wmi_unified_t wmi_handle,
 				 uint8_t *event, uint32_t data_len,
 				 struct vdev_disconnect_event_data *data);
+QDF_STATUS
+(*extract_roam_scan_chan_list)(wmi_unified_t wmi_handle,
+			       uint8_t *event, uint32_t data_len,
+			       struct cm_roam_scan_ch_resp **data);
 #endif /* ROAM_TARGET_IF_CONVERGENCE */
 #endif
 QDF_STATUS (*send_vdev_create_cmd)(wmi_unified_t wmi_handle,