diff options
| -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 |
