Browse Source

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

Change-Id: I3f8522e27ba5e9b2bf6dfda1d1ac077e9412e95b
WMI: add pktlog_defs_checksum in WMI_READY_EVENT msg
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
5e3f4cf661
2 changed files with 18 additions and 1 deletions
  1. 17 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 17 - 0
fw/wmi_unified.h

@@ -2752,6 +2752,23 @@ typedef struct {
      * A 0x0 value for max_ast_index means the target has not specified a limit.
      */
     A_UINT32 max_ast_index;
+    /* pktlog_defs_checksum:
+     * checksum computed from the definitions of the enums and structs
+     * used within pktlog traces.
+     * This pktlog defs checksum needs to be embedded into pktlog trace files
+     * (specifically in ath_pktlog_bufhdr.version).
+     *
+     * If pktlog_defs_checksum is zero then it is invalid; it should be ignored
+     * and ath_pktlog_bufhdr.magic_num needs to be PKTLOG_MAGIC_NUM_LEGACY
+     * (i.e. 7735225).
+     *
+     * If pktlog_defs_checksum is non-zero then it is valid, and the host
+     * should put it into the pktlog trace file header and set
+     * ath_pktlog_bufhdr.magic_num as PKTLOG_MAGIC_NUM_VERSION_IS_CHECKSUM
+     * (i.e. 2453506), to indicate that the file header version field contains
+     * a checksum.
+     */
+    A_UINT32 pktlog_defs_checksum;
 
 /*
  * This fixed_param TLV is followed by these additional TLVs:

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