diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-05-24 20:06:46 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-24 20:06:46 -0700 |
| commit | 6a073ce07e5eae07a737f43cfa3bc56f3d565a2f (patch) | |
| tree | 83d7dc2ea220f0f9999d960be7e135995fa1aa5a | |
| parent | c58be12fba0c295673d369d68f3a0b11f637133f (diff) | |
| parent | 4e1c677b6898b353de520bcba870afb6e919079a (diff) | |
Merge "fw-api: CL 3091676 - update fw common interface files" into wlan-api.lnx.1.1-dev
| -rwxr-xr-x | fw/wmi_services.h | 2 | ||||
| -rwxr-xr-x | fw/wmi_unified.h | 4 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h index cef020108104..187ff4c49957 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -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 *******/ diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 773767ab590e..51b3fe9c4655 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -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 { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 9073d01892cf..b22531e77d04 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_ 392 +#define __WMI_REVISION_ 393 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
