qcacld-3.0: Set bit to indicate size of ath_pktlog_hdr

Set 15th bit of flags field of ath_pktlog_hdr to indicate whether
the pktlog hdr size if 12 bytes or 16 bytes.

Change-Id: I58027053c67e749c79f6cec77da1519a9f28a2d2
CRs-Fixed: 1097280
This commit is contained in:
Himanshu Agarwal
2016-12-05 18:27:35 +05:30
committed by qcabuildsw
parent f65bd4cf8f
commit 6e224f6b32
3 changed files with 14 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ enum {
#define PKTLOG_MAX_TXSTATUS_WORDS 32
#define PKTLOG_MAX_PROTO_WORDS 16
#define PKTLOG_MAX_RXDESC_WORDS 62
#define PKTLOG_HDR_SIZE_16 0x8000
struct txctl_frm_hdr {
uint16_t framectrl; /* frame control field from header */