summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2020-05-20 06:00:45 -0700
committernshrivas <nshrivas@codeaurora.org>2020-05-22 07:06:28 -0700
commit5ba9f43100eb1aa201f76fbbe9fa042d906e59b8 (patch)
tree4eef80b8f14f2ce244ff967e64ba65d4e07fb217
parent8df81880c4af36758286a88e5d05c693d0377012 (diff)
downloadwlan-fw-api-5ba9f43100eb1aa201f76fbbe9fa042d906e59b8.tar.gz
fw-api: CL 10507628 - update fw common interface files
WMI correction: move flags field from vdev_stop_cmd to vdev_up_cmd Change-Id: Iab1cb4932b425958c6b041d72924058f3361d141 CRs-Fixed: 2262693
-rw-r--r--fw/wmi_unified.h8
-rw-r--r--fw/wmi_version.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 042afcf..ac1196e 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -6838,9 +6838,9 @@ typedef enum {
#define WMI_PDEV_SRG_PD_THRESHOLD_GET(pd_threshold_cfg) WMI_GET_BITS(pd_threshold_cfg, 8, 8)
#define WMI_PDEV_OBSS_PD_ENABLE_PER_AC_SET(per_ac_cfg, value) WMI_SET_BITS(per_ac_cfg, 0, 4, value)
- #define WMI_PDEV_OBSS_PD_ENABLE_PER_AC_GET(per_ac_cfg, value) WMI_GET_BITS(per_ac_cfg, 0, 4)
+ #define WMI_PDEV_OBSS_PD_ENABLE_PER_AC_GET(per_ac_cfg) WMI_GET_BITS(per_ac_cfg, 0, 4)
#define WMI_PDEV_SRP_ENABLE_PER_AC_SET(per_ac_cfg, value) WMI_SET_BITS(per_ac_cfg, 16, 4, value)
- #define WMI_PDEV_SRP_ENABLE_PER_AC_GET(per_ac_cfg, value) WMI_GET_BITS(per_ac_cfg, 16, 4)
+ #define WMI_PDEV_SRP_ENABLE_PER_AC_GET(per_ac_cfg) WMI_GET_BITS(per_ac_cfg, 16, 4)
typedef struct {
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_set_param_cmd_fixed_param */
@@ -10014,14 +10014,14 @@ typedef struct {
A_UINT32 profile_idx;
/** the total profile numbers of non-trans aps (mbssid case). 0 means legacy AP */
A_UINT32 profile_num;
+ /** flags - this is a bitwise-or combination of WMI_VDEV_UP_FLAGS values */
+ A_UINT32 flags;
} wmi_vdev_up_cmd_fixed_param;
typedef struct {
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_stop_cmd_fixed_param */
/** unique id identifying the VDEV, generated by the caller */
A_UINT32 vdev_id;
- /** flags - this is a bitwise-or combination of WMI_VDEV_UP_FLAGS values */
- A_UINT32 flags;
} wmi_vdev_stop_cmd_fixed_param;
typedef struct {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 770cb0f..705f17a 100644
--- 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_ 840
+#define __WMI_REVISION_ 841
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work