diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-03-02 12:00:47 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-03-02 12:00:48 -0800 |
| commit | 8ebb6cfdc6312ccf0fea29dac699b0fa0a1c7c0c (patch) | |
| tree | 3dd7dd153b6126d24d5b71fe13b7f7d6101a40e7 | |
| parent | c7c2bbb1d35f1d6989d7dd46a86f2d5a2a3edda8 (diff) | |
fw-api: CL 6620317 - update fw common interface files
Add WMI_PEER_TYPE_TRANS_BSS def
Change-Id: I737d6069d2fc2450fa040123b41b75298198f532
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 2cc8a32aa604..2c93ffc7622f 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -10510,6 +10510,7 @@ enum wmi_peer_type { WMI_PEER_TYPE_TDLS = 2, /* Peer is a TDLS Peer */ WMI_PEER_TYPE_OCB = 3, /* Peer is a OCB Peer */ WMI_PEER_TYPE_NAN_DATA = 4, /* Peer is NAN DATA */ + WMI_PEER_TYPE_TRANS_BSS = 5, /* For creating BSS peer when connecting with non-transmit AP */ WMI_PEER_TYPE_HOST_MAX = 127, /* Host <-> Target Peer type is assigned up to 127 */ /* Reserved from 128 - 255 for target internal use.*/ WMI_PEER_TYPE_ROAMOFFLOAD_TEMP = 128, /* Temporarily created during offload roam */ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index afbcc421a2a7..0267d1bbbbc2 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_ 635 +#define __WMI_REVISION_ 636 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
