qcacmn: Add a function pointer to convert host vdev param to FW

Add a function pointer to a function that converts host vdev param to FW
vdev param.

Change-Id: I01557d8bd87cb82548114626ff726aabba01dd19
CRs-Fixed: 3005160
This commit is contained in:
Shashikala Prabhu
2021-08-02 13:46:07 +05:30
committed by Madan Koyyalamudi
parent bcb4be5bd8
commit 503a5adb9c
2 changed files with 3 additions and 0 deletions

View File

@@ -2148,6 +2148,7 @@ uint32_t (*convert_phy_id_host_to_target)(wmi_unified_t wmi_handle,
uint32_t phy_id);
uint32_t (*convert_phy_id_target_to_host)(wmi_unified_t wmi_handle,
uint32_t phy_id);
uint32_t (*convert_host_vdev_param_tlv)(uint32_t param_id);
/*
* For MCL, convert_pdev_id_host_to_target returns legacy pdev id value.