ath10k: implement basic support for new tx path firmware
authorMichal Kazior <michal.kazior@tieto.com>
Thu, 21 Jan 2016 13:13:27 +0000 (14:13 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 28 Jan 2016 08:45:29 +0000 (10:45 +0200)
commit9b15873628050fe59ebbfae200be7d50ce5e1491
tree63ae63d80eb38aae89e3e0ec77b3619bc6eb9337
parent575fc89500d37839eb24ecd258982b24edefed6f
ath10k: implement basic support for new tx path firmware

This allows to use the new firmware which
implements the new tx data path. Without this
patch firmware supporting new tx path stops
responding shortly after booting.

This patch doesn't implement the entire pull-push
logic available in the new firmware. This will be
done in subsequent patches.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt.h
drivers/net/wireless/ath/ath10k/htt_rx.c
drivers/net/wireless/ath/ath10k/htt_tx.c