mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregation
authorSean Wang <sean.wang@mediatek.com>
Thu, 4 Mar 2021 13:25:22 +0000 (21:25 +0800)
committerFelix Fietkau <nbd@nbd.name>
Sun, 11 Apr 2021 22:01:24 +0000 (00:01 +0200)
commit455ae5aabcc72fed7e5c803d59d122415500dc08
tree80b4dd292e3c4ada31ce282247ec012b1bf44bcc
parent4bec61d9fb9629c21e60cd24a97235ea1f6020ec
mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregation

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>
drivers/net/wireless/mediatek/mt76/mt7615/sdio_txrx.c