From: Arend van Spriel Date: Wed, 3 Apr 2013 10:40:41 +0000 (+0200) Subject: brcmfmac: fix handling sk_buff cleanup upon bus tx failure X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~170^2^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8b5cc5214b0c8c772d9ba0a41f5b1f07aff274;p=pandora-kernel.git brcmfmac: fix handling sk_buff cleanup upon bus tx failure When firmware-signalling is active the brcmf_txcomplete() does a free of the sk_buff when transfer to firmware fails in the bus-specific driver code. However, it should also cleanup the packet from the hanger. This patch fixes that. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Piotr Haber Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed