mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
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:
parent
328e35c7bf
commit
c377844352
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user