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
Dieser Commit ist enthalten in:
spuligil
2017-11-17 16:26:53 -08:00
committet von Nandini Suresh
Ursprung a62c11cb85
Commit 366aec2917
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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