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:

committed by
nshrivas

parent
a8195d0919
commit
75795d61a6
@@ -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
|
||||
|
Reference in New Issue
Block a user