commit | b057886524be060021e3cfad0ba8458c850330cd | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Mon Nov 30 19:32:01 2015 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Dec 08 16:50:14 2015 +0200 |
tree | 9acebf9152060cf255029d8f90915d19a8b58335 | |
parent | 81ec3c09ab1bb24e5edf2bd08707982a4e7fb8bd [diff] |
ath10k: do not use coherent memory for allocated device memory chunks Coherent memory is more expensive to allocate (and constrained on some architectures where it has to be pre-allocated). It is also completely unnecessary, since the host has no reason to even access these allocated memory spaces Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>