Parcourir la source

qcacmn: Add extract_btm_bl_event to wmi_ops

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

Change-Id: I1734f577b07f8c54924a83d3d367e8cdba07f41c
CRs-Fixed: 2990385
Srinivas Dasari il y a 4 ans
Parent
commit
34285d8716
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      wmi/inc/wmi_unified_priv.h

+ 4 - 0
wmi/inc/wmi_unified_priv.h

@@ -397,6 +397,10 @@ QDF_STATUS
 QDF_STATUS
 (*extract_roam_event)(wmi_unified_t wmi_handle, void *evt_buf, uint32_t len,
 		      struct roam_offload_roam_event *roam_event);
+QDF_STATUS
+(*extract_btm_bl_event)(wmi_unified_t wmi_handle,
+			uint8_t *event, uint32_t data_len,
+			struct roam_blacklist_event **dst_list);
 #endif /* ROAM_TARGET_IF_CONVERGENCE */
 #endif
 QDF_STATUS (*send_vdev_create_cmd)(wmi_unified_t wmi_handle,