commit | 59465fe46ef1c2caf2c1beca828c4f29d28b98ca | [log] [tgz] |
---|---|---|
author | Rajkumar Manoharan <rmanohar@qti.qualcomm.com> | Tue Mar 22 17:22:11 2016 +0530 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Apr 04 17:03:07 2016 +0300 |
tree | aee8a30ba4ed82d513d4aafcca1408dca765b820 | |
parent | f9575793d44ce68b574d9d8ffb9813eb05c3fd2b [diff] |
ath10k: speedup htt rx descriptor processing for tx completion To optimize 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 processed at same context. FIFO queue is used to maintain tx completion status for each msdu. This helps to retain the order of tx completion. Signed-off-by: Rajkumar Manoharan <rmanohar@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>