
qdf_net_buf_debug_init/exit() are defined when NBUF_MEMORY_DEBUG is disabled, but they are not declared in the nbuf header file, leading to build errors for PERF builds. Make qdf_net_buf_debug_init/exit() static inline stubs when NBUF_MEMORY_DEBUG is disabled. Change-Id: I4180086f27873a48cb965abed21f4bca2a4ca3a1 CRs-Fixed: 2222969