Browse Source

fw-api: CL 17313419 - update fw common interface files

add HTT_TCL_METADATA_VER_SZ def

Change-Id: I1838747d15d5510c3d867b9a90a35424204b2df7
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
9417267027
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fw/htt.h

+ 2 - 0
fw/htt.h

@@ -338,6 +338,8 @@ enum HTT_OPTION_TLV_TAGS {
     HTT_OPTION_TLV_TAG_TCL_METADATA_VER         = 0x5,
 };
 
+#define HTT_TCL_METADATA_VER_SZ 4
+
 PREPACK struct htt_option_tlv_header_t {
     A_UINT8 tag;
     A_UINT8 length;