Forráskód Böngészése

qcacld-3.0: CL 1417063 - update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation

Add rsPhyErrMask fields to WMI COMB_PHYERR_RX.

Change-Id: Ib64bb9b21d381863ef60e17e93886d070a6a7617
CRs-Fixed: 865207
Krishna Kumaar Natarajan 9 éve
szülő
commit
c768199001
2 módosított fájl, 23 hozzáadás és 1 törlés
  1. 22 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 22 - 0
target/inc/wmi_unified.h

@@ -2576,6 +2576,24 @@ typedef struct {
 	A_UINT8 bufp[1];
 } wmi_single_phyerr_rx_event;
 
+/* PHY ERROR MASK 0 */
+/* bits 1:0 defined but not published */
+#define WMI_PHY_ERROR_MASK0_RADAR                           (1<<2 )
+/* bits 23:3 defined but not published */
+#define WMI_PHY_ERROR_MASK0_FALSE_RADAR_EXT                 (1<<24)
+/* bits 25:24 defined but not published */
+#define WMI_PHY_ERROR_MASK0_SPECTRAL_SCAN                   (1<<26)
+/* bits 31:27 defined but not published */
+
+/* PHY ERROR MASK 1
+ * bits 13:0 defined but not published
+ * bits 31:14 reserved
+ */
+
+/* PHY ERROR MASK 2
+ * bits 31:0 reserved
+ */
+
 typedef struct {
 	A_UINT32 tlv_header;            /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_comb_phyerr_rx_hdr */
 	/** Phy error phy error count */
@@ -2584,6 +2602,10 @@ typedef struct {
 	A_UINT32 tsf_u32;
 	A_UINT32 buf_len;
 	A_UINT32 pmac_id;
+	A_UINT32 rsPhyErrMask0; /* see WMI_PHY_ERROR_MASK0 */
+	A_UINT32 rsPhyErrMask1; /* see WMI_PHY_ERROR_MASK1 */
+	A_UINT32 rsPhyErrMask2; /* see WMI_PHY_ERROR_MASK2 */
+
 	/* This TLV is followed by array of bytes:
 	 * // frame buffer - contains multiple payloads in the order:
 	 * // header - payload, header - payload...

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