commit | 2728cecdc7d6bf3d216fc406718d88c35f4d09eb | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Wed Jul 22 04:53:45 2015 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Aug 06 10:14:00 2015 +0300 |
tree | 339e0032347a4680c82400aa12d0d0c0268038b9 | |
parent | d788ac29793ae591801103b714c20ca3ae311c21 [diff] |
mwifiex: corrections in PCIe event skb handling Preallocated event SKBs are getting reused for PCIe chipset. Their physical addresses are shared with firmware so that firmware can write data into them. This patch makes sure that SKB is cleared and length is set to default while submitting it to firmware. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Zhaoyang Liu <liuzy@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>