Explorar o código

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 %!s(int64=7) %!d(string=hai) anos
pai
achega
e65eeb0388
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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] =