commit | 188dfc470263c0fccdbaf96098643d1e4db2d3e9 | [log] [tgz] |
---|---|---|
author | Sean Wang <sean.wang@mediatek.com> | Thu Mar 04 21:25:22 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 14 09:50:35 2021 +0200 |
tree | 500fb9b6e0da831414cbf87dc7e2cad2a5d349a6 | |
parent | bf08637d32e6fae886ca2977bc3988dc652b40f2 [diff] |
mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregation [ Upstream commit 455ae5aabcc72fed7e5c803d59d122415500dc08 ] Each packet should be padded with the additional zero to become 4-bytes alignment in sdio tx aggregation. Fixes: 1522ff731f84 ("mt76: mt7663s: introduce sdio tx aggregation") Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Sasha Levin <sashal@kernel.org>