diff options
| author | spuligil <spuligil@codeaurora.org> | 2017-11-27 15:07:01 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-12-04 14:20:26 -0800 |
| commit | bdd5dfd105050687427f76aadc094b0ddc17243b (patch) | |
| tree | 8674135b37d612d607bc0b11c0d0bc6555cd1d10 | |
| parent | 9e5b93d6aaa9dc42c15e9770e5bb498538aa842a (diff) | |
fw-api: CL 3748397 - update fw common interface files
Add WMI_SERVICE_OFFCHAN_DATA_TID_SUPPORT def
Change-Id: Icd48d1c23188dfcd0cb5dbda372dcf750f39b34e
CRs-Fixed: 1107600
| -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 c18d5fd07b4f..03a00b029d86 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -236,6 +236,7 @@ typedef enum { WMI_SERVICE_BCN_OFFLOAD_START_STOP_SUPPORT=141, /* support dynamically enabling / disabling beacon tx offload */ WMI_SERVICE_WOW_WAKEUP_BY_TIMER_PATTERN=142, /* fw to support waking up host from wow pattern timer */ WMI_SERVICE_PEER_MAP_UNMAP_V2_SUPPORT=143, /* Support for HTT peer map/unmap V2 */ + WMI_SERVICE_OFFCHAN_DATA_TID_SUPPORT=144, /* Support new tid for offchan data/mgmt tx over wmi */ /******* ADD NEW SERVICES HERE *******/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index c86e4ef3d0bc..e23baf0406b3 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_ 469 +#define __WMI_REVISION_ 470 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
