Ver Fonte

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
spuligil há 4 anos atrás
pai
commit
e58c27264d
2 ficheiros alterados com 5 adições e 1 exclusões
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

@@ -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