diff options
| -rwxr-xr-x | fw/wmi_services.h | 1 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h index dd068aab4da4..1d0d75fb8c59 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -365,6 +365,7 @@ typedef enum { WMI_SERVICE_BEACON_RECEPTION_STATS=180, /* Support per vdev beacon stats info */ WMI_SERVICE_FETCH_TX_PN=181, WMI_SERVICE_PEER_UNMAP_RESPONSE_SUPPORT = 182, /* support peer ids unmap response from host */ + WMI_SERVICE_TX_PER_PEER_AMPDU_SIZE = 183, /* indicate FW support per peer TX AMPDU size */ /******* ADD NEW SERVICES HERE *******/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 65eb9c56d55d..f3eea7016a4c 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_ 603 +#define __WMI_REVISION_ 604 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
