Amitkumar Karwar <akarwar@xxxxxxxxxxx> wrote: > From: Cathy Luo <cluo@xxxxxxxxxxx> > > Sometimes host prepares and downloads a large amsdu packet to firmware > which leads to a memory corruption in firmware. > The reason is __dev_alloc_skb() may allocate larger buffer than required > size. This patch solves the problem by checking "adapter->tx_buf_size" > instead of relying on skb_tailroom(). > > Signed-off-by: Cathy Luo <cluo@xxxxxxxxxxx> > Signed-off-by: Amitkumar Karwar <akarwar@xxxxxxxxxxx> Thanks, 1 patch applied to wireless-drivers.git: c81396f3da22 mwifiex: fix large amsdu packets causing firmware hang -- Sent by pwcli https://patchwork.kernel.org/patch/9241469/