qcacmn: Create a list of skbs to be freed at once
Create a list of skbs to be freed at once in dp tx completion path Change-Id: I42129b4306206f7224ceabc87d07e2a87b8fcab6 CRs-Fixed: 3274945
This commit is contained in:

committed by
Madan Koyyalamudi

parent
801226f363
commit
5d0b7ea33f
@@ -64,9 +64,10 @@
|
||||
/*
|
||||
* Since the Tx descriptor flag is of only 16-bit and no more bit is free for
|
||||
* any new flag, therefore for time being overloading PPEDS flag with that of
|
||||
* FLUSH flag.
|
||||
* FLUSH flag and FLAG_FAST with TDLS which is not enabled for WIN.
|
||||
*/
|
||||
#define DP_TX_DESC_FLAG_PPEDS 0x2000
|
||||
#define DP_TX_DESC_FLAG_FAST 0x100
|
||||
|
||||
#define DP_TX_EXT_DESC_FLAG_METADATA_VALID 0x1
|
||||
|
||||
|
Reference in New Issue
Block a user