diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-01-09 09:01:14 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-01-09 09:01:14 -0800 |
| commit | 9efecc516094e66309fc338d549e5e9cca1455b5 (patch) | |
| tree | f991636bf02e740ba4ae4dd045bdd6385c7da5c4 | |
| parent | f51ee1bcc36aa7eeadfcf2f93bc47510e3b948da (diff) | |
fw-api: CL 3993921 - update fw common interface files
Change-Id: I3dc86fb3b7a18a19cda467b8246068a6abcb8e66
WMI: extend the ratemask in the vdev config ratemask msg
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_unified.h | 9 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 415ad4d84632..df59b57a5cab 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -4010,13 +4010,18 @@ typedef struct { typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_config_ratemask_fixed_param */ A_UINT32 vdev_id; - /* 0 - cck/ofdm + /* + * 0 - cck/ofdm * 1 - HT - * 2 - VHT */ + * 2 - VHT + * 3 - HE + */ A_UINT32 type; A_UINT32 mask_lower32; A_UINT32 mask_higher32; + A_UINT32 mask_lower32_2; + A_UINT32 mask_higher32_2; } wmi_vdev_config_ratemask_cmd_fixed_param; /* nrp action - Filter Neighbor Rx Packets - add/remove filter */ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index f1c6651fc25e..168e46809640 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_ 489 +#define __WMI_REVISION_ 490 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
