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
This commit is contained in:
Srinivas Dasari
2021-07-11 22:37:26 +05:30
committed by Madan Koyyalamudi
parent c60b9619a3
commit 34285d8716

View File

@@ -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,