commit | 59465fe46ef1c2caf2c1beca828c4f29d28b98ca | [log] [tgz] |
---|---|---|
author | Rajkumar Manoharan <[email protected]> | Tue Mar 22 17:22:11 2016 +0530 |
committer | Kalle Valo <[email protected]> | 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 <[email protected]> Signed-off-by: Kalle Valo <[email protected]>