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

@@ -15563,6 +15563,8 @@ struct wmi_ops tlv_ops = {
.convert_target_pdev_id_to_host =
convert_target_pdev_id_to_host_pdev_id,
.convert_host_vdev_param_tlv = convert_host_vdev_param_tlv,
.convert_phy_id_host_to_target =
convert_host_phy_id_to_target_phy_id_legacy,
.convert_phy_id_target_to_host =