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
This commit is contained in:

committed by
Nitesh Shrivastav

parent
c2b2c77261
commit
9646895cad
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user