From 88e11833c69e1b828d50f9d9f3294dd27e24f8cb Mon Sep 17 00:00:00 2001 From: Gyanranjan Hazarika Date: Mon, 18 Sep 2017 15:59:34 -0700 Subject: [PATCH] qcacmn: Add support for 'he_ltf' command Currently, we do not have support for 'he_ltf' command. But we need this command for certain IOP testcases. Add support for 'he_ltf' command. Change-Id: I296b18762aaa52da80a5755c5bcca8dbd12d9b13 CRs-fixed: 2118948 --- wmi_unified_tlv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c index 72386c7341..4d61bdf587 100644 --- a/wmi_unified_tlv.c +++ b/wmi_unified_tlv.c @@ -20301,6 +20301,7 @@ static void populate_vdev_param_tlv(uint32_t *vdev_param) vdev_param[wmi_vdev_param_proxy_sta] = WMI_VDEV_PARAM_PROXY_STA; vdev_param[wmi_vdev_param_bw_nss_ratemask] = WMI_VDEV_PARAM_BW_NSS_RATEMASK; + vdev_param[wmi_vdev_param_set_he_ltf] = WMI_VDEV_PARAM_HE_LTF; } #endif