Browse Source

qcacmn: Fix KW issue related to meta header size

Increase the meta header size as per new ext2 descriptor.

Change-Id: I2cb1cc8399b15b9b784c5a5169d15223dfc5f0e4
CRs-Fixed: 2457693
Venkateswara Swamy Bandaru 5 years ago
parent
commit
9646895cad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dp/wifi3.0/dp_tx.h

+ 1 - 1
dp/wifi3.0/dp_tx.h

@@ -131,7 +131,7 @@ struct dp_tx_msdu_info_s {
 		struct qdf_tso_info_t tso_info;
 		struct dp_tx_sg_info_s sg_info;
 	} u;
-	uint32_t meta_data[6];
+	uint32_t meta_data[7];
 	uint8_t exception_fw;
 };