Ver Fonte

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

Change-Id: Ie0c9dea748d853d4c7986d802ba5d78bb3615c38
WMI: add pdev_get_nfcal_power message def
CRs-Fixed: 1107600
spuligil há 7 anos atrás
pai
commit
43cb1a68e1
3 ficheiros alterados com 15 adições e 1 exclusões
  1. 7 0
      fw/wmi_tlv_defs.h
  2. 7 0
      fw/wmi_unified.h
  3. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_tlv_defs.h

@@ -892,6 +892,7 @@ typedef enum {
     WMITLV_TAG_STRUC_wmi_bpf_set_vdev_work_memory_cmd_fixed_param,
     WMITLV_TAG_STRUC_wmi_bpf_get_vdev_work_memory_cmd_fixed_param,
     WMITLV_TAG_STRUC_wmi_bpf_get_vdev_work_memory_resp_evt_fixed_param,
+    WMITLV_TAG_STRUC_wmi_pdev_get_nfcal_power_fixed_param,
 } WMITLV_TAG_ID;
 
 /*
@@ -1251,6 +1252,7 @@ typedef enum {
     OP(WMI_BPF_SET_VDEV_ENABLE_CMDID) \
     OP(WMI_BPF_SET_VDEV_WORK_MEMORY_CMDID) \
     OP(WMI_BPF_GET_VDEV_WORK_MEMORY_CMDID) \
+    OP(WMI_PDEV_GET_NFCAL_POWER_CMDID) \
     /* add new CMD_LIST elements above this line */
 
 
@@ -3258,6 +3260,11 @@ WMITLV_CREATE_PARAM_STRUC(WMI_COEX_CONFIG_CMDID);
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_coex_get_antenna_isolation_cmd_fixed_param, wmi_coex_get_antenna_isolation_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)
 WMITLV_CREATE_PARAM_STRUC(WMI_COEX_GET_ANTENNA_ISOLATION_CMDID);
 
+/* Cal Get power fixed param */
+#define WMITLV_TABLE_WMI_PDEV_GET_NFCAL_POWER_CMDID(id,op,buf,len) \
+    WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_pdev_get_nfcal_power_fixed_param, wmi_pdev_get_nfcal_power_fixed_param, fixed_param, WMITLV_SIZE_FIX)
+WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_GET_NFCAL_POWER_CMDID);
+
 /* bpf offload capability get cmd */
 #define WMITLV_TABLE_WMI_BPF_GET_CAPABILITY_CMDID(id,op,buf,len) \
     WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_bpf_get_capability_cmd_fixed_param, wmi_bpf_get_capability_cmd_fixed_param, fixed_param, WMITLV_SIZE_FIX)

+ 7 - 0
fw/wmi_unified.h

@@ -21318,6 +21318,13 @@ typedef struct {
     /* Currently there are no parameters for this message. */
 } wmi_coex_get_antenna_isolation_cmd_fixed_param;
 
+typedef struct {
+    /** TLV tag and len; tag equals
+     * WMITLV_TAG_STRUC_wmi_pdev_get_nfcal_power_fixed_param */
+    A_UINT32 tlv_header;
+    /* Currently there are no parameters for this message. */
+} wmi_pdev_get_nfcal_power_fixed_param;
+
 typedef struct {
     /** TLV tag and len; tag equals
      * WMITLV_TAG_STRUC_wmi_coex_report_isolation_event_fixed_param */

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