fw-api: CL 26106643 - update fw common interface files

Change-Id: I9318066a4ffbda8efd87a4a95f8da371485bf7fc
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2024-02-27 12:01:21 -08:00
committed by Ravindra Konda
szülő 3b5a50ec7c
commit 9ccdc3fb8e
2 fájl változott, egészen pontosan 6 új sor hozzáadva és 6 régi sor törölve

Fájl megtekintése

@@ -9331,7 +9331,7 @@ typedef enum {
* To summarize:
* bit 19 | bit 18 | rate cap applied
* -------+--------+------------------
* 0 | 0 | cap rates for both UL and DL
* 0 | 0 | cap rates only for DL
* 0 | 1 | cap rates only for DL
* 1 | 0 | cap rates only for UL
* 1 | 1 | cap rates for both UL and DL
@@ -41210,10 +41210,10 @@ typedef struct {
} wmi_big_data_dp_stats_tlv_param;
typedef enum {
WMI_6GHZ_REG_PWRMODE_LPI = 0,
WMI_6GHZ_REG_PWRMODE_SP = 1,
WMI_6GHZ_REG_PWRMODE_VLP = 2,
WMI_6GHZ_REG_PWRMODE_SP_STA = 3,
WMI_6GHZ_REG_PWRMODE_LPI = 0, /* LPI mode for AP and client products */
WMI_6GHZ_REG_PWRMODE_SP = 1, /* SP mode for AP and client products */
WMI_6GHZ_REG_PWRMODE_VLP = 2, /* VLP mode for AP and client products */
WMI_6GHZ_REG_PWRMODE_SP_STA = 3, /* SP client mode for AP products */
WMI_6GHZ_REG_PWRMODE_MAX = 5
} WMI_6GHZ_REG_PWRMODE_TYPE;