Browse Source

qcacmn: Enable SET_MGMT_RETRY_LIMIT pdev param for TLV based host

TX management retries is configured by host through pdev param sent
to the target. Populate pdev param enum to support configuration
of management retries during TX

Change-Id: I3f8b976ef089a0455481923ce18147f167733b14
CRs-Fixed: 2073391
Sathish Kumar 7 years ago
parent
commit
8cc902e20e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      wmi/src/wmi_unified_tlv.c

+ 2 - 1
wmi/src/wmi_unified_tlv.c

@@ -18974,7 +18974,8 @@ static void populate_pdev_param_tlv(uint32_t *pdev_param)
 				WMI_PDEV_PARAM_TX_CHAIN_MASK_1SS;
 	pdev_param[wmi_pdev_param_rx_filter] = WMI_UNAVAILABLE_PARAM;
 	pdev_param[wmi_pdev_set_mcast_to_ucast_tid] = WMI_UNAVAILABLE_PARAM;
-	pdev_param[wmi_pdev_param_mgmt_retry_limit] = WMI_UNAVAILABLE_PARAM;
+	pdev_param[wmi_pdev_param_mgmt_retry_limit] =
+					WMI_PDEV_PARAM_MGMT_RETRY_LIMIT;
 	pdev_param[wmi_pdev_param_aggr_burst] = WMI_UNAVAILABLE_PARAM;
 	pdev_param[wmi_pdev_peer_sta_ps_statechg_enable] =
 						WMI_UNAVAILABLE_PARAM;