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

add WMI_PDEV_PARAM_ACK_TIMEOUT

Change-Id: I78b9c385ed36610794e540ebaad409e5548c9244
CRs-Fixed: 1107600
Dieser Commit ist enthalten in:
Sandeep Puligilla
2017-05-17 15:01:18 -07:00
committet von Gerrit - the friendly Code Review server
Ursprung e7766f1193
Commit f5fc8a6706
3 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen

Datei anzeigen

@@ -191,6 +191,8 @@ typedef enum {
WMI_SERVICE_CHECK_CAL_VERSION=122, /* Support cal version check */
WMI_SERVICE_OFFCHAN_TX_WMI=123, /* Support offchan data/mgmt tx over wmi */
WMI_SERVICE_8SS_TX_BFEE = 124, /* support for 8Ant Bfee */
WMI_SERVICE_EXTENDED_NSS_SUPPORT=125, /* Extend NSS support for 80Mhz and 160Mhz */
WMI_SERVICE_ACK_TIMEOUT=126, /* Support TX ack timeout configurations */
/******* ADD NEW SERVICES HERE UNTIL ALL VALUES UP TO 128 ARE USED *******/

Datei anzeigen

@@ -4292,6 +4292,10 @@ typedef enum {
* Bits 31:1 - reserved
*/
WMI_PDEV_PARAM_SET_IOT_PATTERN,
/** ACK timeout - change wireless packet ack timeout configuration,
* units are microseconds
*/
WMI_PDEV_PARAM_ACK_TIMEOUT,
} WMI_PDEV_PARAM;
typedef struct {

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