From 366aec2917fb45025cdf0ce9d8a495e685545f97 Mon Sep 17 00:00:00 2001 From: spuligil Date: Fri, 17 Nov 2017 16:26:53 -0800 Subject: [PATCH] fw-api: CL 3727671 - update fw common interface files WMI: add tx_pending_msdu to wmi_wmm_ac_stats Change-Id: I87fa2a804176caf13d50e561dec62238541ba125 CRs-Fixed: 1107600 --- fw/wmi_unified.h | 4 +++- fw/wmi_version.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 180924e8f8..30e45cb537 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -5720,6 +5720,8 @@ typedef struct { A_UINT32 contention_time_avg; /** num of data pkts used for contention statistics */ A_UINT32 contention_num_samples; + /** number of pending pkts */ + A_UINT32 tx_pending_msdu; } wmi_wmm_ac_stats; /* interface statistics */ @@ -7152,7 +7154,7 @@ typedef struct { * Indicates support by a STA to receive an ack-enabled A-MPDU in which an A-MSDU is carried in * a QoS Data frame for which no block ack agreement exists. */ -#define WMI_HECAP_MAC_AMSDUINAMPDU_GET(he_cap) WMI_GET_BITS(hecap, 15, 1) +#define WMI_HECAP_MAC_AMSDUINAMPDU_GET(he_cap) WMI_GET_BITS(he_cap, 15, 1) #define WMI_HECAP_MAC_AMSDUINAMPDU_SET(he_cap, value) WMI_SET_BITS(he_cap, 15, 1, value) /*--- HECAP_MAC_HELKAD: DO NOT USE - DEPRECATED ---*/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index dda9b603e9..c86e4ef3d0 100644 --- 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_ 468 +#define __WMI_REVISION_ 469 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work