qcacmn: REO descriptor allocation change
Use normal allocation instead of alloc_consistent for REO descriptors to allow freeing from interrupt context. Also fixed an issue in ba_window_size setting in REO queues. Change-Id: I91b06e04c0343eb7fe8580d8655c6bc5e33cfe06
This commit is contained in:

committato da
Sandeep Puligilla

parent
34ff0b5a3c
commit
7957fa9705
@@ -210,7 +210,7 @@ static inline uint32_t qdf_mem_map_nbytes_single(qdf_device_t osdev, void *buf,
|
||||
* Return: none
|
||||
*/
|
||||
static inline void qdf_mem_unmap_nbytes_single(qdf_device_t osdev,
|
||||
uint32_t phy_addr,
|
||||
qdf_dma_addr_t phy_addr,
|
||||
qdf_dma_dir_t dir,
|
||||
int nbytes)
|
||||
{
|
||||
|
Fai riferimento in un nuovo problema
Block a user