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

Commit 7fcb3c21 authored by spuligil's avatar spuligil
Browse files

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

Add WMI_VDEV_PARAM_NTH_BEACON_TO_HOST def

Change-Id: Ia244fdf39a1fb4c7565105b7a0edb67195544945
CRs-Fixed: 2262693
parent 077a2608
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9612,6 +9612,11 @@ typedef enum {
     */
    WMI_VDEV_PARAM_MAX_MTU_SIZE,                          /* 0x91 */
    /** Send every nth beacon to host
     * if value of n is 0, it means this Nth beacon upload is disabled
     */
    WMI_VDEV_PARAM_NTH_BEACON_TO_HOST,                    /* 0x92 */
    /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
     * The below vdev param types are used for prototyping, and are
@@ -13208,6 +13213,7 @@ typedef enum wake_reason_e {
    WOW_REASON_TKIP_MIC_ERR_FRAME_RECVD_DETECT,
    WOW_REASON_WLAN_MD, /* motion detected */
    WOW_REASON_WLAN_BL, /* baselining done */
    WOW_REASON_NTH_BCN_OFLD, /* nth beacon forward to host */
    WOW_REASON_DEBUG_TEST = 0xFF,
} WOW_WAKE_REASON_TYPE;
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,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_ 645
#define __WMI_REVISION_ 646

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

File changed.

Contains only whitespace changes.