Browse Source

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 years ago
parent
commit
e65eeb0388
1 changed files with 2 additions and 0 deletions
  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] =