qcacmn: Add support to set the MU EDCA params to FW
Add support to set HE MU EDCA parameters to FW Change-Id: I1aa641764248c0fd834d8790d2268887d3ab0903 CRs-Fixed: 2220230
This commit is contained in:

committed by
nshrivas

parent
a9e0df33b6
commit
af132c141a
@@ -755,7 +755,7 @@ QDF_STATUS wmi_unified_vdev_set_gtx_cfg_cmd(void *wmi_hdl, uint32_t if_id,
|
||||
struct wmi_gtx_config *gtx_info);
|
||||
|
||||
QDF_STATUS wmi_unified_process_update_edca_param(void *wmi_hdl,
|
||||
uint8_t vdev_id,
|
||||
uint8_t vdev_id, bool mu_edca_param,
|
||||
struct wmi_host_wme_vparams wmm_vparams[WMI_MAX_NUM_AC]);
|
||||
|
||||
QDF_STATUS wmi_unified_probe_rsp_tmpl_send_cmd(void *wmi_hdl,
|
||||
|
@@ -850,7 +850,7 @@ QDF_STATUS (*send_wmm_update_cmd)(wmi_unified_t wmi_handle,
|
||||
struct wmm_update_params *param);
|
||||
|
||||
QDF_STATUS (*send_process_update_edca_param_cmd)(wmi_unified_t wmi_handle,
|
||||
uint8_t vdev_id,
|
||||
uint8_t vdev_id, bool mu_edca_param,
|
||||
struct wmi_host_wme_vparams wmm_vparams[WMI_MAX_NUM_AC]);
|
||||
|
||||
QDF_STATUS (*send_set_ant_switch_tbl_cmd)(wmi_unified_t wmi_handle,
|
||||
|
Reference in New Issue
Block a user