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
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2013-2019 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -53,7 +53,9 @@ static QDF_STATUS send_set_enable_disable_mcc_adaptive_scheduler_cmd_tlv(
|
||||
WMITLV_GET_STRUCT_TLVLEN
|
||||
(wmi_resmgr_adaptive_ocs_enable_disable_cmd_fixed_param));
|
||||
cmd->enable = mcc_adaptive_scheduler;
|
||||
cmd->pdev_id = wmi_handle->ops->convert_pdev_id_host_to_target(pdev_id);
|
||||
cmd->pdev_id = wmi_handle->ops->convert_pdev_id_host_to_target(
|
||||
wmi_handle,
|
||||
pdev_id);
|
||||
|
||||
wmi_mtrace(WMI_RESMGR_ADAPTIVE_OCS_ENABLE_DISABLE_CMDID, NO_SESSION, 0);
|
||||
ret = wmi_unified_cmd_send(wmi_handle, buf, len,
|
||||
|
Reference in New Issue
Block a user