From: Arend van Spriel Date: Sat, 10 Aug 2013 10:27:20 +0000 (+0200) Subject: brcmfmac: .txdata() bus callback should not call brcmf_txcomplete() X-Git-Tag: v3.12-rc1~132^2~84^2^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04779fddeff723cf5afe529e4ed67fc86f25ba37;p=pandora-kernel.git brcmfmac: .txdata() bus callback should not call brcmf_txcomplete() With firmware-signalling the packet handed to the bus specific driver layer should not be discarded with brcmf_txcomplete() in the failure path. Instead only an error is returned and the caller decides what to do with the packet. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed