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:

committed by
Madan Koyyalamudi

parent
bcb4be5bd8
commit
503a5adb9c
@@ -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.
|
||||
|
Reference in New Issue
Block a user