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:
Felix Fietkau
2024-08-27 11:30:07 +02:00
parent 328e35c7bf
commit c377844352
+2 -2
View File
@@ -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 {