diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-11-05 18:00:34 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-11-05 18:00:34 -0800 |
| commit | 2ba7b263d58aea2f53d4d2d14b3e196b2c58d7e7 (patch) | |
| tree | 6a0bc11b3bf8197d5d00e658a2549ba4ee2c7854 | |
| parent | 06399bdebf9ac3df28d466290e94183993b3af8e (diff) | |
fw-api: CL 8647982 - update fw common interface files
Add WMI_PEER_INTER_BSS_PEER def
Change-Id: I77c2458f2c1c5fb7a6b0dbf2fb5ac9bf18e0462e
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 1 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 0f162bf4cc47..011ee4dc22af 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -12038,6 +12038,7 @@ typedef struct { #define WMI_PEER_APSD 0x00000800 /* U-APSD power save enabled */ #define WMI_PEER_HT 0x00001000 /* HT enabled */ #define WMI_PEER_40MHZ 0x00002000 /* 40MHz enabld */ +#define WMI_PEER_INTER_BSS_PEER 0x00004000 /* Inter BSS peer */ #define WMI_PEER_STBC 0x00008000 /* STBC Enabled */ #define WMI_PEER_LDPC 0x00010000 /* LDPC ENabled */ #define WMI_PEER_DYN_MIMOPS 0x00020000 /* Dynamic MIMO PS Enabled */ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index a901577a8c08..255ea3dbd850 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_ 734 +#define __WMI_REVISION_ 735 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
