commit | 9446248669968f3f73f7547156799df5f041bc2f | [log] [tgz] |
---|---|---|
author | Markus Theil <markus.theil@tu-ilmenau.de> | Wed Dec 18 17:07:53 2019 +0100 |
committer | Felix Fietkau <nbd@nbd.name> | Fri Feb 14 10:06:01 2020 +0100 |
tree | 515b4573775680c07fbb6110bbbb1dba6800e939 | |
parent | 5c48e60e57b0c3fa30f32cacff454cb855f2af88 [diff] |
mt76: speed up usb bulk copy Use larger batches for usb copy to speed this operation up. Otherwise it would be too slow for copying new beacons or broadcast frames over usb. Assure, that always a multiple of 4 Bytes is copied, as outlined in 850e8f6fbd "mt76: round up length on mt76_wr_copy" from Felix Fietkau. Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de> Signed-off-by: Felix Fietkau <nbd@nbd.name>