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

Commit 8a9a761f authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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

Change-Id: I9d9270c3b8d344257b92a6218ddf65baa76c531d
WMI: add vdev params for beacon miss time limits for WoW,non-WoW
CRs-Fixed: 2262693
parent 3ca65233
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -14123,6 +14123,11 @@ typedef enum {
     */
    WMI_VDEV_PARAM_VDEV_TRAFFIC_CONFIG,                   /* 0xB6 */
    /* Final bmiss time for Non WOW mode in sec */
    WMI_VDEV_PARAM_FINAL_BMISS_TIME_SEC,                  /* 0xB7 */
    /* Final bmiss time for WOW mode in sec */
    WMI_VDEV_PARAM_FINAL_BMISS_TIME_WOW_SEC,              /* 0xB8 */
    /*=== 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_ 1169
#define __WMI_REVISION_ 1170

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