1
0

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
Este cometimento está contido em:
spuligil
2018-08-29 00:04:02 -07:00
cometido por nshrivas
ascendente a3c0820208
cometimento a15f5bc472
2 ficheiros modificados com 11 adições e 11 eliminações

Ver ficheiro

@@ -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) \

Ver ficheiro

@@ -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