diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-09-16 06:00:42 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-09-16 06:00:42 -0700 |
| commit | b2ba9bfc7b7ff29af538b026dc9736e4b6925aa9 (patch) | |
| tree | f8d61e3c5c3dfa123473241a60e87f04e0bbda77 | |
| parent | 06800c8625a1d71981cfc38506031f72bb7a04f2 (diff) | |
fw-api: CL 8099021 - update fw common interface files
Add WMI_VDEV_PARAM_ENABLE_MCAST_RC def
Change-Id: I7db9f70ed3c75de110830e15b663ad43b0720f4a
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 3 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index a7f1a6cf9d9f..def8f252b1bf 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -10219,6 +10219,9 @@ typedef enum { */ WMI_VDEV_PARAM_NDP_INACTIVITY_TIMEOUT, /* 0x97 */ + /* To enable/disable multicast rate adaptation feature at vdev level */ + WMI_VDEV_PARAM_ENABLE_MCAST_RC, /* 0x98 */ + /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE === * The below vdev param types are used for prototyping, and are * prone to change. diff --git a/fw/wmi_version.h b/fw/wmi_version.h index bd151b177110..657f8734776a 100755 --- a/fw/wmi_version.h +++ b/fw/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_ 720 +#define __WMI_REVISION_ 721 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
