qcacmn: Unmap before changing skb data
In cases like Tx capture or per packet info, need to unmap before skb is touched. Add wrapper function to do the same. Change-Id: I0d13b2d90c80972f346f85960b1297511771516b
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#define DP_TX_DESC_FLAG_TDLS_FRAME 0x100
|
||||
#define DP_TX_DESC_FLAG_ALLOCATED 0x200
|
||||
#define DP_TX_DESC_FLAG_MESH_MODE 0x400
|
||||
#define DP_TX_DESC_FLAG_UNMAP_DONE 0x800
|
||||
|
||||
#define DP_TX_EXT_DESC_FLAG_METADATA_VALID 0x1
|
||||
|
||||
|
Reference in New Issue
Block a user