commit | 0ea3186ce03cfa9b1c5cb8677ac3ffcd19695cd7 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Fri Jan 30 00:40:06 2015 -0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Feb 03 15:28:54 2015 +0200 |
tree | a93049d12699089e8c5acaa06598592bd191bfb8 | |
parent | 7a1f4e61eb6417aecd20822a5f15e72d21c7f3f9 [diff] |
mwifiex: fix NULL packet downloading issues This patch makes sure that skb is freed after downloading NULL packet in error cases. Also, USB chipsets return -EINPROGRESS after downloading packets, they are freed in USB completion handler later. We will add missing change to set tx_lock_flag for USB which blocks further packets. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>