fw-api: CL 25869885 - update fw common interface files
WMI: add MLO_BRIDGE_LINK flag, DYNAMIC_WSI_REMAP svc flag + MLO teardown reason Change-Id: I6a9a00a6e2194b19f2b3c4f7524ac1a45a738de0 CRs-Fixed: 2262693
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
|
||||||
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
* Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||||
*
|
*
|
||||||
@@ -653,6 +653,7 @@ typedef enum {
|
|||||||
WMI_SERVICE_WIFI_RADAR_SUPPORT = 400, /* FW supports wifi radar */
|
WMI_SERVICE_WIFI_RADAR_SUPPORT = 400, /* FW supports wifi radar */
|
||||||
WMI_SERVICE_P2P_DEVICE_UPDATE_MAC_ADDR_SUPPORT = 401, /* indicate FW support dynamic update mac address for P2P device */
|
WMI_SERVICE_P2P_DEVICE_UPDATE_MAC_ADDR_SUPPORT = 401, /* indicate FW support dynamic update mac address for P2P device */
|
||||||
WMI_SERVICE_DCS_OBSS_INT_SUPPORT = 402, /* Indicates FW supports OBSS Interference detection */
|
WMI_SERVICE_DCS_OBSS_INT_SUPPORT = 402, /* Indicates FW supports OBSS Interference detection */
|
||||||
|
WMI_SERVICE_DYNAMIC_WSI_REMAP_SUPPORT = 403, /* WSI bypass remap is supported by Firmware */
|
||||||
|
|
||||||
|
|
||||||
WMI_MAX_EXT2_SERVICE
|
WMI_MAX_EXT2_SERVICE
|
||||||
|
@@ -16310,6 +16310,8 @@ typedef struct {
|
|||||||
#define WMI_MLO_FLAGS_SET_NSTR_BITMAP_SIZE(mlo_flags, value) WMI_SET_BITS(mlo_flags, 12, 1, value)
|
#define WMI_MLO_FLAGS_SET_NSTR_BITMAP_SIZE(mlo_flags, value) WMI_SET_BITS(mlo_flags, 12, 1, value)
|
||||||
#define WMI_MLO_FLAGS_GET_MLO_LINK_SWITCH(mlo_flags) WMI_GET_BITS(mlo_flags, 13, 1)
|
#define WMI_MLO_FLAGS_GET_MLO_LINK_SWITCH(mlo_flags) WMI_GET_BITS(mlo_flags, 13, 1)
|
||||||
#define WMI_MLO_FLAGS_SET_MLO_LINK_SWITCH(mlo_flags, value) WMI_SET_BITS(mlo_flags, 13, 1, value)
|
#define WMI_MLO_FLAGS_SET_MLO_LINK_SWITCH(mlo_flags, value) WMI_SET_BITS(mlo_flags, 13, 1, value)
|
||||||
|
#define WMI_MLO_FLAGS_GET_MLO_BRIDGE_LINK(mlo_flags) WMI_GET_BITS(mlo_flags, 14, 1)
|
||||||
|
#define WMI_MLO_FLAGS_SET_MLO_BRIDGE_LINK(mlo_flags, value) WMI_SET_BITS(mlo_flags, 14, 1, value)
|
||||||
|
|
||||||
/* this structure used for pass mlo flags*/
|
/* this structure used for pass mlo flags*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
@@ -45410,6 +45412,7 @@ typedef enum wmi_mlo_tear_down_reason_code_type {
|
|||||||
WMI_MLO_TEARDOWN_HOST_INITIATED_REASON =
|
WMI_MLO_TEARDOWN_HOST_INITIATED_REASON =
|
||||||
WMI_MLO_TEARDOWN_REASON_HOST_INITIATED,
|
WMI_MLO_TEARDOWN_REASON_HOST_INITIATED,
|
||||||
WMI_MLO_TEARDOWN_REASON_STANDBY_DOWN,
|
WMI_MLO_TEARDOWN_REASON_STANDBY_DOWN,
|
||||||
|
WMI_MLO_TEARDOWN_REASON_DYNAMIC_WSI_REMAP,
|
||||||
} WMI_MLO_TEARDOWN_REASON_TYPE;
|
} WMI_MLO_TEARDOWN_REASON_TYPE;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@@ -37,7 +37,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_ 1446
|
#define __WMI_REVISION_ 1447
|
||||||
|
|
||||||
/** 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
|
||||||
|
Reference in New Issue
Block a user