Peter Oh 683b95e807 ath10k: use pre-allocated DMA buffer in Tx
ath10k driver is using dma_pool_alloc per packet and dma_pool_free
in coresponding at Tx completion.
Use of pre-allocated DMA buffer in Tx will improve saving CPU resource
by 5% while it consumes about 56KB memory more as trade off.

Signed-off-by: Peter Oh <poh@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2015-10-06 15:04:12 +03:00
..
2015-09-17 21:01:05 -07:00
2015-08-13 21:12:17 -07:00
2015-08-24 14:06:37 -07:00
2015-09-09 17:19:14 -07:00
2015-08-25 14:11:20 -07:00
2015-07-08 16:00:09 -07:00
2015-09-17 17:18:37 -07:00