linux/drivers/net/wireless/marvell
Cathy Luo c81396f3da mwifiex: fix large amsdu packets causing firmware hang
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@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-08-18 16:02:08 +03:00
..
libertas libertas: fix non static symbol warning 2016-07-18 22:39:11 +03:00
libertas_tf libertas_tf: Remove create_workqueue 2016-06-29 18:42:43 +03:00
mwifiex mwifiex: fix large amsdu packets causing firmware hang 2016-08-18 16:02:08 +03:00
Kconfig
Makefile
mwl8k.c cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00