From: Michal Kazior Date: Mon, 21 Jul 2014 17:52:59 +0000 (+0300) Subject: ath10k: prevent some tx flushing failures X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~12^2~42^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708b9bde5d8462d7ce47c1c8ddfc84dd2539e39a;p=pandora-kernel.git ath10k: prevent some tx flushing failures Firmware could request inspection of some submitted tx requests. Since the callback wasn't implemented it was possible to bleed tx msdu_ids which could translate to tx flushing timeouts. There's nothing ath10k can do to help firmware with tx processing now so just report all tx frames as already inspected to prevent firmware from sending up inspection events and force it to report regular tx completion indications with discard status. Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed