浏览代码

qcacld-3.0: Fix for parsing raw pktlog data

Pktlog tool considers pktlog header of size 16bytes
which includes type_specific_data as one of its parameters
Remove heliumplus flag as the type specific
data parameter is needed for debugging for lithium based
products.

Change-Id: Ibc508b527d270121eb6c40663047d3b6a2b7d887
CRs-Fixed: 2253005
Venkata Sharath Chandra Manchala 6 年之前
父节点
当前提交
75795d61a6
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      uapi/linux/pktlog_ac_fmt.h

+ 0 - 2
uapi/linux/pktlog_ac_fmt.h

@@ -61,9 +61,7 @@ struct ath_pktlog_hdr {
 #endif
 	uint16_t size;
 	uint32_t timestamp;
-#ifdef HELIUMPLUS
 	uint32_t type_specific_data;
-#endif
 } __ATTRIB_PACK;
 
 #define ATH_PKTLOG_HDR_FLAGS_MASK 0xffff