qcacmn: Rename is_target_pdev_id to is_host_pdev_id

It's more suitable that rename is_target_pdev_id to is_host_pdev_id.

Change-Id: I5ec8971ac564e1a26f1b544f9bc2cc08e29f949d
CRs-Fixed: 2627802
This commit is contained in:
hqu
2020-02-24 20:23:40 +08:00
committed by nshrivas
parent d188789876
commit e6d0730c6b
10 changed files with 24 additions and 24 deletions

View File

@@ -61,7 +61,7 @@ QDF_STATUS wmi_extract_dcs_im_tgt_stats(
* wmi_send_dcs_pdev_param() - send dcs pdev param
* @wmi_handle: wmi handle
* @pdev_idx: pdev id
* @is_target_pdev_id: target pdev_id or not
* @is_host_pdev_id: host pdev_id or not
* @dcs_enable: value of dcs enable
*
* This functions gets called to send dcs pdev param
@@ -70,6 +70,6 @@ QDF_STATUS wmi_extract_dcs_im_tgt_stats(
*/
QDF_STATUS wmi_send_dcs_pdev_param(wmi_unified_t wmi_handle,
uint32_t pdev_idx,
bool is_target_pdev_id,
bool is_host_pdev_id,
uint32_t dcs_enable);
#endif /* _WMI_UNIFIED_DCS_API_H_ */