fw-api: CL 5273786 - update fw common interface files
Change-Id: Ie280cec329e56f3e0177fe186aac5f7a6a9667bb WMI: add UL_RESP enable / disable flag (and clean up dbglog_id.h) CRs-Fixed: 2262693
This commit is contained in:
@@ -2350,6 +2350,16 @@ 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 {
|
||||
|
Reference in New Issue
Block a user