Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85f5a745 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I43d7446c9bbb5934e584ea83f3e90c3a9cb78087
WMI: add DISABLE_LPI_ANT_OPTIMIZATION pdev + vdev params
CRs-Fixed: 2262693
parent 0a595269
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,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_ 1200
#define __WMI_REVISION_ 1201

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work