[PATCH 1/2] ath10k: do not use coherent memory for allocated device memory chunks

2015-11-23 Thread Felix Fietkau
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 --- drivers/net/wireless/ath/ath10k/wm

Re: [PATCH 1/2] ath10k: do not use coherent memory for allocated device memory chunks

2015-11-30 Thread Kalle Valo
Felix Fietkau writes: > 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 I s