mwifiex: corrections in PCIe event skb handling
authorAmitkumar Karwar <akarwar@marvell.com>
Wed, 22 Jul 2015 11:53:45 +0000 (04:53 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 6 Aug 2015 07:14:00 +0000 (10:14 +0300)
commit2728cecdc7d6bf3d216fc406718d88c35f4d09eb
tree339e0032347a4680c82400aa12d0d0c0268038b9
parentd788ac29793ae591801103b714c20ca3ae311c21
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>
drivers/net/wireless/mwifiex/pcie.c