瀏覽代碼

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
Kiran Kumar Lokere 7 年之前
父節點
當前提交
af132c141a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      wmi_unified_api.h
  2. 1 1
      wmi_unified_priv.h

+ 1 - 1
wmi_unified_api.h

@@ -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,

+ 1 - 1
wmi_unified_priv.h

@@ -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,