diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-03-30 12:00:59 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-03-30 12:00:59 -0700 |
| commit | 7fcb3c212fd56787650ea3e1d3e2106f7bad01ef (patch) | |
| tree | b2e28ed527a863300d460d44d50c18a84649dc17 | |
| parent | 077a260885fa2aeae35135699c32d2460d24b751 (diff) | |
fw-api: CL 6831899 - update fw common interface files
Add WMI_VDEV_PARAM_NTH_BEACON_TO_HOST def
Change-Id: Ia244fdf39a1fb4c7565105b7a0edb67195544945
CRs-Fixed: 2262693
| -rw-r--r-- | fw/htt_stats.h | 4 | ||||
| -rwxr-xr-x | fw/wmi_unified.h | 6 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/fw/htt_stats.h b/fw/htt_stats.h index 0c800746c5d0..d093f25b4de6 100644 --- a/fw/htt_stats.h +++ b/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; diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index e063ba0bd328..42df52f72288 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -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; diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 4306286138d8..84828e270f54 100755 --- a/fw/wmi_version.h +++ b/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 |
