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

WMI: add TCL CCE enable/disable flag in wmi_resource_config

Change-Id: I92fa5f05397c238c51a4b17b24c971cde6f1656f
CRs-Fixed: 1107600
这个提交包含在:
spuligil
2017-11-10 08:58:24 -08:00
提交者 Nandini Suresh
父节点 f17aba64d4
当前提交 13f267b703
修改 2 个文件,包含 9 行新增1 行删除

查看文件

@@ -2572,6 +2572,9 @@ typedef struct {
#define WMI_RSRC_CFG_FLAG_TX_PPDU_STATS_ENABLE_S 11 #define WMI_RSRC_CFG_FLAG_TX_PPDU_STATS_ENABLE_S 11
#define WMI_RSRC_CFG_FLAG_TX_PPDU_STATS_ENABLE_M 0x800 #define WMI_RSRC_CFG_FLAG_TX_PPDU_STATS_ENABLE_M 0x800
#define WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_S 12
#define WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_M 0x1000
A_UINT32 flag1; A_UINT32 flag1;
/** @brief smart_ant_cap - Smart Antenna capabilities information /** @brief smart_ant_cap - Smart Antenna capabilities information
@@ -2709,6 +2712,11 @@ typedef struct {
#define WMI_RSRC_CFG_FLAG_TX_MSDU_ID_NEW_PARTITION_SUPPORT_GET(word32) \ #define WMI_RSRC_CFG_FLAG_TX_MSDU_ID_NEW_PARTITION_SUPPORT_GET(word32) \
WMI_RSRC_CFG_FLAG_GET((word32), TX_MSDU_ID_NEW_PARTITION_SUPPORT) WMI_RSRC_CFG_FLAG_GET((word32), TX_MSDU_ID_NEW_PARTITION_SUPPORT)
#define WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_SET(word32, value) \
WMI_RSRC_CFG_FLAG_SET((word32), TCL_CCE_DISABLE, (value))
#define WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_GET(word32) \
WMI_RSRC_CFG_FLAG_GET((word32), TCL_CCE_DISABLE)
typedef struct { typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_init_cmd_fixed_param */ A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_init_cmd_fixed_param */

查看文件

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * change that may or may not break compatibility. */
#define __WMI_REVISION_ 466 #define __WMI_REVISION_ 467
/** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work