fw-api: CL 6826875 - update fw common interface files

Add WMI_SERVICE_NO_STA_PLUS_STA_SUPPORT def

Change-Id: Ia852ed037415d3a46699ff625d41ef07383a757a
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2019-03-29 12:00:58 -07:00
committed by Sandeep Puligilla
父節點 311c7a3363
當前提交 5ee4ba9d2e
共有 2 個文件被更改,包括 7 次插入1 次删除

查看文件

@@ -382,6 +382,12 @@ typedef enum {
WMI_SERVICE_VOW_ENABLE=197, /* FW supports a set of features to optimize VoW performance */
WMI_SERVICE_CFR_CAPTURE_IND_EVT_TYPE_1 = 198, /* support WMI_PEER_CFR_CAPTURE_EVENT msg */
WMI_SERVICE_BROADCAST_TWT = 199, /* support of Broadcast TWT (Target Wake Time) for STA/AP */
WMI_SERVICE_RAP_DETECTION_SUPPORT = 200, /* indicate FW supports rogue AP detection */
WMI_SERVICE_PS_TDCC = 201, /* FW support tx_duty_cycle_control powersave */
WMI_SERVICE_THREE_WAY_COEX_CONFIG_LEGACY = 202, /* BTCOEX Three-way CoEx Config Legacy Feature support */
WMI_SERVICE_THREE_WAY_COEX_CONFIG_OVERRIDE = 203, /* BTCOEX Three-way CoEx Config Override Feature support */
WMI_SERVICE_TX_PWR_PER_PEER = 204, /* target supports per-peer tx pwr spec via WMI_PEER_USE_FIXED_PWR */
WMI_SERVICE_NO_STA_PLUS_STA_SUPPORT = 205, /* indicates target doesn't support STA + STA concurrency */
/******* ADD NEW SERVICES HERE *******/

查看文件

@@ -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_ 638
#define __WMI_REVISION_ 645
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work