ソースを参照

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

Add WMI_VDEV_PARAM_NTH_BEACON_TO_HOST def

Change-Id: I586aa22429e9960ca0ebffb277362410d8473acb
CRs-Fixed: 2262693
spuligil 6 年 前
コミット
1432aff874
3 ファイル変更9 行追加3 行削除
  1. 2 2
      fw/htt_stats.h
  2. 6 0
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 2 - 2
fw/htt_stats.h

@@ -1554,7 +1554,7 @@ typedef struct {
     A_UINT32 ax_mu_mimo_brpoll_5; /* MU user 5 */
     A_UINT32 ax_mu_mimo_brpoll_6; /* MU user 6 */
     A_UINT32 ax_mu_mimo_brpoll_7; /* MU user 7 */
-    A_UINT32 ax_basic_trigger;    
+    A_UINT32 ax_basic_trigger;
     A_UINT32 ax_bsr_trigger;
     A_UINT32 ax_mu_bar_trigger;
     A_UINT32 ax_mu_rts_trigger;
@@ -1587,7 +1587,7 @@ typedef struct {
     A_UINT32 ax_mu_mimo_brp5_err;
     A_UINT32 ax_mu_mimo_brp6_err;
     A_UINT32 ax_mu_mimo_brp7_err;
-    A_UINT32 ax_basic_trigger_err;    
+    A_UINT32 ax_basic_trigger_err;
     A_UINT32 ax_bsr_trigger_err;
     A_UINT32 ax_mu_bar_trigger_err;
     A_UINT32 ax_mu_rts_trigger_err;

+ 6 - 0
fw/wmi_unified.h

@@ -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
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_ 645
+#define __WMI_REVISION_ 646
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work