diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-08-29 00:04:02 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-08-29 00:04:02 -0700 |
| commit | f6aeb6b021f631809610fb79df60f2e4e344f3d2 (patch) | |
| tree | c2380cf1a1a14edb86da5956089cbc3b7a891ea0 | |
| parent | e5ca64edd4322f1af2227a527717840bd218e3f4 (diff) | |
fw-api: CL 5282449 - update fw common interface files
Change-Id: I23f60bc1c46c3ebdce2f8d3c4153f82cb24419ea
WMI: correct the placement of new ul_resp_config field
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 20 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 9d35dcc9bb04..17d5a0791cfa 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -2350,16 +2350,6 @@ typedef struct { /* 2nd DWORD of HE MAC Capabilities */ A_UINT32 he_cap_info_ext; - - /** @brief ul_resp_config - Configures the 11ax uplink ofdma feature on STA. - * I.e. sending uplink response to a trigger frame sent by AP. - * @details - * 0 - fw default behavior, based on chipset - * 1 - UL_RESP is disabled. - * 2 - UL_RESP is enabled. - * other - reserved. - */ - A_UINT32 ul_resp_config; } wmi_service_ready_ext_event_fixed_param; typedef enum { @@ -2945,6 +2935,16 @@ typedef struct { * where 2^n is the maximum number of BSSIDs */ A_UINT32 max_bssid_indicator; + + /** @brief ul_resp_config - Configures the 11ax uplink ofdma feature on STA. + * I.e. sending uplink response to a trigger frame sent by AP. + * @details + * 0 - fw default behavior, based on chipset + * 1 - UL_RESP is disabled. + * 2 - UL_RESP is enabled. + * other - reserved. + */ + A_UINT32 ul_resp_config; } wmi_resource_config; #define WMI_RSRC_CFG_FLAG_SET(word32, flag, value) \ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 4188df9ad218..b4d2f04fb35c 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_ 569 +#define __WMI_REVISION_ 570 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
