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

Change-Id: I43d7446c9bbb5934e584ea83f3e90c3a9cb78087
WMI: add DISABLE_LPI_ANT_OPTIMIZATION pdev + vdev params
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-08-26 06:02:16 -07:00
parent 0a595269f3
commit 85f5a745de
2 ha cambiato i file con 17 aggiunte e 1 eliminazioni

Vedi File

@@ -8782,6 +8782,13 @@ typedef enum {
*/
WMI_PDEV_PARAM_SA_PARALLEL_MODE_GPIO_DRIVE_CFG,
/*
* Param to disable LPI antenna optimizations
* In 6G LPI mode, additional antenna optimizations are done to
* improve range. Param is provided to disable the added
* optimizations.
*/
WMI_PDEV_PARAM_DISABLE_LPI_ANT_OPTIMIZATION,
} WMI_PDEV_PARAM;
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
@@ -14636,6 +14643,15 @@ typedef enum {
/* Final bmiss time for WOW mode in sec */
WMI_VDEV_PARAM_FINAL_BMISS_TIME_WOW_SEC, /* 0xB8 */
/*
* Param to disable LPI antenna optimizations at Vdev level.
* In 6G LPI mode, additional antenna optimizations are done to
* improve range. Param is provided to disable the added
* optimizations.
*/
WMI_VDEV_PARAM_DISABLE_LPI_ANT_OPTIMIZATION, /* 0xB9 */
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are