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

Commit e58c2726 authored by spuligil's avatar spuligil Committed by snandini
Browse files

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

Change-Id: Ib758fac5d6598ccb557c35d4b47d3f006f238c61
WMI: add service period resume timestamp to TWT nudge dialog cmpl evt msg
CRs-Fixed: 2262693
parent 572a6beb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8258,6 +8258,8 @@ typedef enum {
    WMI_CHAN_WIDTH_5     = 5,
    WMI_CHAN_WIDTH_10    = 6,
    WMI_CHAN_WIDTH_165   = 7,
    WMI_CHAN_WIDTH_160P160 = 8,
    WMI_CHAN_WIDTH_320   = 9,
} wmi_channel_width;
/*Clear stats*/
@@ -28512,6 +28514,8 @@ typedef struct {
    wmi_mac_addr peer_macaddr; /* peer MAC address */
    A_UINT32 dialog_id;     /* TWT dialog ID */
    A_UINT32 status;        /* refer to WMI_NUDGE_TWT_STATUS_T */
    A_UINT32 sp_tsf_us_lo;  /* SP resume TSF bits 31:0 */
    A_UINT32 sp_tsf_us_hi;  /* SP resume TSF bits 63:32 */
} wmi_twt_nudge_dialog_complete_event_fixed_param;
typedef struct {
+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_ 927
#define __WMI_REVISION_ 928

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