Use proper buffer size for mcu messages in mt7615_mcu_set_sta since MT7615_WTBL_UPDATE_MAX_SIZE takes into account just wtbl headers while the mcu message contains even sta related headers. Use proper buffer size for mcu messages in mt7615_mcu_set_rx_ba, mt7615_mcu_set_tx_ba and mt7615_mcu_set_bmc routines Lorenzo Bianconi (4): mt76: mt7615: use proper size for mcu msg in mt7615_mcu_set_tx_ba mt76: mt7615: use proper size for mcu msg in mt7615_mcu_set_rx_ba mt76: mt7615: use proper size for mcu msg in mt7615_mcu_set_sta mt76: mt7615: use proper size for mcu msg in mt7615_mcu_set_bmc .../net/wireless/mediatek/mt76/mt7615/mcu.c | 354 ++++++++++-------- .../net/wireless/mediatek/mt76/mt7615/mcu.h | 20 + 2 files changed, 213 insertions(+), 161 deletions(-) -- 2.24.1