Browse Source

qcacmn: Add support to send number of tx_desc limit to FW

Add support to send number of tx_desc limit to FW

Change-Id: I0465b0ca0579869d3278f8e55dd8957b07e39ac7
CRs-Fixed: 2530471
Kiran Venkatappa 5 years ago
parent
commit
744c36176e
2 changed files with 3 additions and 0 deletions
  1. 1 0
      wmi/inc/wmi_unified_param.h
  2. 2 0
      wmi/src/wmi_unified_tlv.c

+ 1 - 0
wmi/inc/wmi_unified_param.h

@@ -4685,6 +4685,7 @@ typedef enum {
 	wmi_pdev_param_set_tbtt_ctrl,
 	wmi_pdev_param_set_cmd_obss_pd_threshold,
 	wmi_pdev_param_set_cmd_obss_pd_per_ac,
+	wmi_pdev_param_set_cong_ctrl_max_msdus,
 	wmi_pdev_param_max,
 } wmi_conv_pdev_params_id;
 

+ 2 - 0
wmi/src/wmi_unified_tlv.c

@@ -320,6 +320,8 @@ static const uint32_t pdev_param_tlv[] = {
 			WMI_PDEV_PARAM_SET_CMD_OBSS_PD_THRESHOLD,
 	[wmi_pdev_param_set_cmd_obss_pd_per_ac] =
 			WMI_PDEV_PARAM_SET_CMD_OBSS_PD_PER_AC,
+	[wmi_pdev_param_set_cong_ctrl_max_msdus] =
+			WMI_PDEV_PARAM_SET_CONG_CTRL_MAX_MSDUS,
 };
 
 /**