diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-06-21 02:23:11 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-06-21 02:23:11 -0700 |
| commit | 149944cdf408fd098ba882dfdaf1bffbfd9096ce (patch) | |
| tree | 31779948f8c4000b29b7325c3af4af3dd059e858 | |
| parent | 93710939b1447973cb678c746d493fb6070e381b (diff) | |
fw-api: CL 4827718 - update fw common interface files
Change-Id: I0c76964041f1d7adb37ae0678bd612e3d0dc295f
WMI: add peer capability flags for TWT req/resp, multi-BSSID
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 3 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index bead0b9566a0..90f6dddfd0d6 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -10154,6 +10154,9 @@ typedef struct { #define WMI_PEER_DYN_MIMOPS 0x00020000 /* Dynamic MIMO PS Enabled */ #define WMI_PEER_STATIC_MIMOPS 0x00040000 /* Static MIMO PS enabled */ #define WMI_PEER_SPATIAL_MUX 0x00200000 /* SM Enabled */ +#define WMI_PEER_TWT_REQ 0x00400000 /* TWT Requester Support bit in Extended Capabilities element */ +#define WMI_PEER_TWT_RESP 0x00800000 /* TWT Responder Support bit in Extended Capabilities element */ +#define WMI_PEER_MULTI_BSSID 0x01000000 /* Multiple BSSID Support bit in Extended Capabilities element */ #define WMI_PEER_VHT 0x02000000 /* VHT Enabled */ #define WMI_PEER_80MHZ 0x04000000 /* 80MHz enabld */ #define WMI_PEER_PMF 0x08000000 /* Robust Management Frame Protection enabled */ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index fc6b6a95506e..27922aa84a3e 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_ 550 +#define __WMI_REVISION_ 551 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
