commit | 5df6e1313044bf0b5326fa54db8a3904d43ec1dc | [log] [tgz] |
---|---|---|
author | Erik Stromdahl <erik.stromdahl@gmail.com> | Sun Apr 15 14:22:27 2018 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Apr 19 19:19:28 2018 +0300 |
tree | d6e3e1856ac05cef7364d7b9388bacda463eadfa | |
parent | c8489668065a283d3027e86e877b103a87f99d22 [diff] |
ath10k: add inlined wrappers for htt tx ops These wrappers makes the HTT ops align better with the HIF ops (where similar wrappers are used). It also makes it easier for a target to have unsupported ops (by letting the corresponding function pointer be NULL). Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>