From 9e89385292022ee4098eeb608df438ec4cecd2f1 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_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index dcec05b991..5ebb1bd4af 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -5661,6 +5661,7 @@ typedef enum { wmi_vdev_param_he_range_ext_enable, wmi_vdev_param_set_hemu_mode, wmi_vdev_param_set_he_ltf, + wmi_vdev_param_set_heop, wmi_vdev_param_max, } wmi_conv_vdev_param_id;