From 6c25658fb5b7253cdd02f4a2f7b0ffaef601331f Mon Sep 17 00:00:00 2001 From: Anirban Sirkhell Date: Wed, 1 Mar 2017 10:32:33 +0800 Subject: [PATCH] qcacmn: Add vdev param to enable/disable buffering of mcast frames Add WMI vdev param to indicate firmware not to buffer mcast frames even when clients are in power-save. CRs-Fixed: 2133095 Change-Id: I4fe936e6a490ec8007f909e1ba079bec2f2713cd --- wmi_unified_non_tlv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmi_unified_non_tlv.c b/wmi_unified_non_tlv.c index ab150c7acd..c662b64637 100644 --- a/wmi_unified_non_tlv.c +++ b/wmi_unified_non_tlv.c @@ -8987,6 +8987,8 @@ static void populate_vdev_param_non_tlv(uint32_t *vdev_param) WMI_VDEV_PARAM_DISABLE_DYN_BW_RTS; vdev_param[wmi_vdev_param_ampdu_subframe_size_per_ac] = WMI_VDEV_PARAM_AMPDU_SUBFRAME_SIZE_PER_AC; + vdev_param[wmi_vdev_param_disable_cabq] = + WMI_VDEV_PARAM_DISABLE_CABQ; } #endif