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
This commit is contained in:
Venkata Sharath Chandra Manchala
2018-06-01 15:43:23 -07:00
committed by nshrivas
parent a8195d0919
commit 75795d61a6

View File

@@ -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