commit | 5cf80993add2d01dcfe3283cb290998b9d3d72cd | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Wed Sep 21 21:43:25 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 27 14:34:04 2011 -0400 |
tree | 5169c1dde2837376e0883021aa509f61014d2197 | |
parent | 4ed5d521b062b7256dcfe46a3194f89ff44fdc66 [diff] |
mwifiex: reset skb length before inserting to free queue After handling command response, cmd skb is inserted into command free queue(which keeps track of availabile skbs) for reuse purpose. Skb length is not getting reset to zero here. This patch takes care of it. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>