commit | b3effe61a1a3b8f20fa4b4d30c4390a6b81a6fc2 | [log] [tgz] |
---|---|---|
author | Bartosz Markowski <bartosz.markowski@tieto.com> | Thu Sep 26 17:47:11 2013 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Fri Sep 27 14:58:14 2013 +0300 |
tree | 24a06e9a7498870290d51dff79f8b9d6a5df60ad | |
parent | 08ba7b6b6f4bd6a912d0b6825f4e2d4e7fb4ddac [diff] |
ath10k: implement host memory chunks 10.X firmware can request a memory pool from host to offload it's own resources. This is a feature designed especially for AP mode where the target has to deal with large number of peers. So we allocate and map a consistent DMA memory which FW can use to store e.g. peer rate contol maps. Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>