]> asedeno.scripts.mit.edu Git - linux.git/commit
ath11k: optimize ath11k_hal_tx_status_parse
authorJohn Crispin <john@phrozen.org>
Fri, 13 Dec 2019 15:38:39 +0000 (16:38 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 18 Dec 2019 17:40:10 +0000 (19:40 +0200)
commit2ad578fdb7b544e2000cbec7bc1c2796208f3fcf
tree3ad932a67cdfc9185d5bc3f266ddc3e44983b6c4
parentd0998eb84ed3cc02c15f92b07223735ddbbe9b06
ath11k: optimize ath11k_hal_tx_status_parse

Moving the function into dp_tx.c allows gcc to optimize the code better
and also avoid chace invalidates and context switches.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath11k/dp_tx.c
drivers/net/wireless/ath/ath11k/hal_tx.c
drivers/net/wireless/ath/ath11k/hal_tx.h