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

Commit 1432aff8 authored by spuligil's avatar spuligil Committed by Sandeep Puligilla
Browse files

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

Add WMI_VDEV_PARAM_NTH_BEACON_TO_HOST def

Change-Id: I586aa22429e9960ca0ebffb277362410d8473acb
CRs-Fixed: 2262693
parent 5ee4ba9d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9428,6 +9428,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
@@ -13013,6 +13018,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.