From c6d72b96a22b9d80b82b29e02e07ed825c993ce2 Mon Sep 17 00:00:00 2001 From: Anirban Sirkhell Date: Thu, 26 Oct 2017 13:40:41 +0530 Subject: [PATCH] qcacmn: Add vdev param to enable/disable buffering of mcast frames If the feature is enabled macst frames would be sent out even when there are clients in power save (instead of DTIM). CRs-Fixed: 2133095 Change-Id: I927be022916674cb008459868b095f15c37d8636 --- wmi_unified_tlv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c index 0f183bfc76..3141eed888 100644 --- a/wmi_unified_tlv.c +++ b/wmi_unified_tlv.c @@ -23017,6 +23017,8 @@ static void populate_vdev_param_tlv(uint32_t *vdev_param) WMI_VDEV_PARAM_BW_NSS_RATEMASK; vdev_param[wmi_vdev_param_set_he_ltf] = WMI_VDEV_PARAM_HE_LTF; + vdev_param[wmi_vdev_param_disable_cabq] = + WMI_VDEV_PARAM_DISABLE_CABQ; vdev_param[wmi_vdev_param_rate_dropdown_bmap] = WMI_VDEV_PARAM_RATE_DROPDOWN_BMAP; vdev_param[wmi_vdev_param_set_ba_mode] =