From: Michal Kazior Date: Wed, 18 Sep 2013 12:43:20 +0000 (+0200) Subject: ath10k: decouple HTT TX completions X-Git-Tag: v3.13-rc1~105^2~225^2~25^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a89f8a01d0b28ca646f3aae9ffe1a7fc9d5b266;p=pandora-kernel.git ath10k: decouple HTT TX completions Until now the all MSDU transfer related structures were freed when all resources were unreferenced. Now HTC transfer is freed independently and HTT transfer is so too. This yields a way more simpler ath10k_skb_cb and should possibly enable parallel pipe processing (which is now serialized in ath10k_pci_process_ce routine). Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed