浏览代码

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
Anirban Sirkhell 8 年之前
父节点
当前提交
3c299ba2a8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      wmi_unified_param.h

+ 1 - 0
wmi_unified_param.h

@@ -5664,6 +5664,7 @@ typedef enum {
 	wmi_vdev_param_set_hemu_mode,
 	wmi_vdev_param_set_he_ltf,
 	wmi_vdev_param_set_heop,
+	wmi_vdev_param_disable_cabq,
 
 	wmi_vdev_param_max,
 } wmi_conv_vdev_param_id;