Increase the meta header size as per new ext2 descriptor. Change-Id: I2cb1cc8399b15b9b784c5a5169d15223dfc5f0e4 CRs-Fixed: 2457693
@@ -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;
};