From: Arend van Spriel Date: Sun, 3 Mar 2013 11:45:30 +0000 (+0100) Subject: brcmfmac: assure brcmf_txcomplete() is called in failure paths X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~390^2^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc9ca138515880cc038b9588bd3637e66743343;p=pandora-kernel.git brcmfmac: assure brcmf_txcomplete() is called in failure paths For transmit packets the function brcmf_txcomplete() must be called. This should be done as well when for some reason the transmit fails to assure proper tx post processing. This patch fixes the code paths in brcmf_usb_tx() that forgot to do so. Reviewed-by: Piotr Haber Reviewed-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed