浏览代码

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
Anirban Sirkhell 7 年之前
父节点
当前提交
e65eeb0388
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      wmi/src/wmi_unified_tlv.c

+ 2 - 0
wmi/src/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] =