fw-api: CL 4798258 - update fw common interface files

Add WMI_VDEV_PARAM_DISABLE_CABQ def

Change-Id: Iff247bcfc1ae549bdf4697bb06eb6d15f508dbc8
CRs-Fixed: 1107600
This commit is contained in:
spuligil
2018-06-14 09:02:49 -07:00
committed by Gerrit - the friendly Code Review server
vanhempi 5582bd3108
commit 861f9e125d
2 muutettua tiedostoa jossa 15 lisäystä ja 1 poistoa

Näytä tiedosto

@@ -8532,6 +8532,20 @@ typedef enum {
*/
WMI_VDEV_PARAM_GTX_ENABLE, /* 0x85 */
/*
* Enable/Disable multicast buffer.
* A FLAG to enable & disable buffering of multicast frames at AP
* when stations are in Power Save mode.
* Once AP disables buffering of multicast frame,
* clients which goes into Power save mode will not receive these frames.
* by default MCAST buffering will be enabled.
* (CABQ = Content After Beacon Queue = multicast queue)
* Host will send this VDEV param command,
* With Value = 1 means fw will disable the MCAST buffering
* With Value = 0 means fw will enable the MCAST buffering.
*/
WMI_VDEV_PARAM_DISABLE_CABQ, /* 0x86 */
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are