diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2018-09-19 03:41:00 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-09-19 03:41:00 -0700 |
| commit | 887caf8a6aa31f45a7f0cc18668eee1aef167de7 (patch) | |
| tree | 5f13da5e837b7fb8ccf8d681033f466f62b37176 | |
| parent | 4be86f3c087d38b9bd973cbbf2853d70490bbc5b (diff) | |
| parent | 16e1fed268562aa936fe63e42bbe9aa82543e58f (diff) | |
Merge "qcacld-2.0: CL 4798258 - Update fw common interface files" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 14 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 1a0fd2c5e30d..b1d74970fd68 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -8589,6 +8589,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 diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 824ad26d3e39..2fc01ca8c661 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 545 +#define __WMI_REVISION_ 546 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
