qcacmn: Add wmi wrapper function to get target pdev id from host
Add wmi wrapper function to convert host pdev id to target pdev id. Change-Id: I3824a7556bf0b740d069602e9ee5a572c427c49c CRs-Fixed: 2316715
此提交包含在:
@@ -2487,4 +2487,18 @@ void wmi_process_fw_event_worker_thread_ctx(struct wmi_unified *wmi_handle,
|
|||||||
QDF_STATUS wmi_unified_send_obss_spatial_reuse_set_cmd(void *wmi_handle,
|
QDF_STATUS wmi_unified_send_obss_spatial_reuse_set_cmd(void *wmi_handle,
|
||||||
struct wmi_host_obss_spatial_reuse_set_param *obss_spatial_reuse_param);
|
struct wmi_host_obss_spatial_reuse_set_param *obss_spatial_reuse_param);
|
||||||
#endif /* OBSS_PD */
|
#endif /* OBSS_PD */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* wmi_convert_pdev_id_host_to_target() - Convert pdev_id from host to target
|
||||||
|
* defines. For legacy there is not conversion required. Just return pdev_id as
|
||||||
|
* it is.
|
||||||
|
* @wmi_hdl: wmi handle
|
||||||
|
* @host_pdev_id: host pdev_id to be converted.
|
||||||
|
* @target_pdev_id: Output target pdev id.
|
||||||
|
*
|
||||||
|
* Return: QDF_STATUS
|
||||||
|
*/
|
||||||
|
QDF_STATUS wmi_convert_pdev_id_host_to_target(void *wmi_hdl,
|
||||||
|
uint32_t host_pdev_id,
|
||||||
|
uint32_t *target_pdev_id);
|
||||||
#endif /* _WMI_UNIFIED_API_H_ */
|
#endif /* _WMI_UNIFIED_API_H_ */
|
||||||
|
新增問題並參考
封鎖使用者