]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath10k: copy tx fetch indication message
authorRajkumar Manoharan <rmanohar@qti.qualcomm.com>
Tue, 22 Mar 2016 11:52:12 +0000 (17:22 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 4 Apr 2016 14:03:19 +0000 (17:03 +0300)
commitb2fdbccd15a27d1115a780dcbdcc874e0c9f4abe
tree4a3bf8d089dd84139d1c52fd96c5ac1a9f39200a
parent59465fe46ef1c2caf2c1beca828c4f29d28b98ca
ath10k: copy tx fetch indication message

To optmize CPU usage htt rx descriptors will be reused instead of
refilling it for htt rx copy engine (CE5). To support that all htt rx
indications should be proecssed at same context. Instead of queueing
actual indication message, queue copied message for txrx processing.

Signed-off-by: Rajkumar Manoharan <rmanohar@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c