On Thu, Aug 22, 2019 at 09:00:54PM +0300, Luca Coelho wrote:
From: Johannes Berg <johannes.berg@xxxxxxxxx> commit cfb21b11b891b08b79be07be57c40a85bb926668 upstream. On older NICs, we occasionally see issues with A-MSDU support, where the commands in the FIFO get confused and then we see an assert EDC because the next command in the FIFO isn't TX. We've tried to isolate this issue and understand where it comes from, but haven't found any errors in building the A-MSDU in software. At least for now, disable A-MSDU support on older hardware so that users can use it again without fearing the assert. This fixes https://bugzilla.kernel.org/show_bug.cgi?id=203315. Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx>
It applied as is from Linus's tree, so I just took it directly from there to 5.2, thank you. -- Thanks, Sasha