From: Amitkumar Karwar Date: Fri, 30 Jan 2015 08:40:06 +0000 (-0800) Subject: mwifiex: fix NULL packet downloading issues X-Git-Tag: fixes-v4.0-rc1~150^2~10^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea3186ce03cfa9b1c5cb8677ac3ffcd19695cd7;p=pandora-kernel.git 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 Signed-off-by: Cathy Luo Signed-off-by: Kalle Valo --- Reading git-diff-tree failed