qcacmn: Define qdf_nbuf_alloc_simple() in all cases
Define qdf_nbuf_alloc_simple() NBUF debug support is disabled at compile time Change-Id: Ie5918d720d8fa861063c46786b01b0d2a644e52b
This commit is contained in:

committed by
Madan Koyyalamudi

parent
bb366620fc
commit
7852711cd8
@@ -1900,6 +1900,9 @@ qdf_net_buf_debug_update_unmap_node(qdf_nbuf_t net_buf,
|
|||||||
}
|
}
|
||||||
/* Nbuf allocation rouines */
|
/* Nbuf allocation rouines */
|
||||||
|
|
||||||
|
#define qdf_nbuf_alloc_simple(d, s) \
|
||||||
|
__qdf_nbuf_alloc_simple(d, s)
|
||||||
|
|
||||||
#define qdf_nbuf_alloc(osdev, size, reserve, align, prio) \
|
#define qdf_nbuf_alloc(osdev, size, reserve, align, prio) \
|
||||||
qdf_nbuf_alloc_fl(osdev, size, reserve, align, prio, \
|
qdf_nbuf_alloc_fl(osdev, size, reserve, align, prio, \
|
||||||
__func__, __LINE__)
|
__func__, __LINE__)
|
||||||
|
Reference in New Issue
Block a user