From dc75d1c3a863ef703fad2d3a452d3d189cc610e2 Mon Sep 17 00:00:00 2001 From: Gyanranjan Hazarika Date: Fri, 13 Oct 2017 12:36:24 -0700 Subject: [PATCH] qcacmn: Enable sending vdev-param HEOP to target It is required to send vdev-param HEOP to the target with updated bss-color to enable HE BSS Color feature. Add necessary code to support this. Change-Id: I826bc5387dad8d044abcbc9cbdf69e93b59beb39 CRs-fixed: 2126605 --- wmi_unified_tlv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c index cba7618a7e..5c493cf062 100644 --- a/wmi_unified_tlv.c +++ b/wmi_unified_tlv.c @@ -20654,6 +20654,7 @@ static void populate_vdev_param_tlv(uint32_t *vdev_param) WMI_VDEV_PARAM_HE_RANGE_EXT; vdev_param[wmi_vdev_param_he_bss_color] = WMI_VDEV_PARAM_BSS_COLOR; vdev_param[wmi_vdev_param_set_hemu_mode] = WMI_VDEV_PARAM_SET_HEMU_MODE; + vdev_param[wmi_vdev_param_set_heop] = WMI_VDEV_PARAM_HEOPS_0_31; vdev_param[wmi_vdev_param_sensor_ap] = WMI_VDEV_PARAM_SENSOR_AP; vdev_param[wmi_vdev_param_dtim_enable_cts] = WMI_VDEV_PARAM_DTIM_ENABLE_CTS;