qcacmn: Support pdevid conversion map for wmi_handle
Support pdevid conversion map for dynamic mode switch Change-Id: I350d66b142c7206f87e4182abfbe990bdc0faa7d CRs-Fixed: 2509336
This commit is contained in:

committed by
nshrivas

parent
0bd6d0366c
commit
af7c6e0445
@@ -2860,6 +2860,7 @@ QDF_STATUS wmi_convert_pdev_id_host_to_target(wmi_unified_t wmi_handle,
|
||||
if (wmi_handle->ops->convert_pdev_id_host_to_target) {
|
||||
*target_pdev_id =
|
||||
wmi_handle->ops->convert_pdev_id_host_to_target(
|
||||
wmi_handle,
|
||||
host_pdev_id);
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user