wifi: mt76: shrink mt76_queue_buf
Reuse one bit from the length field for skip_unmap Link: https://patch.msgid.link/20240827093011.18621-20-nbd@nbd.name Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -162,8 +162,8 @@ enum mt76_dfs_state {
|
||||
|
||||
struct mt76_queue_buf {
|
||||
dma_addr_t addr;
|
||||
u16 len;
|
||||
bool skip_unmap;
|
||||
u16 len:15,
|
||||
skip_unmap:1;
|
||||
};
|
||||
|
||||
struct mt76_tx_info {
|
||||
|
||||
Reference in New Issue
Block a user