qcacmn: Handle connect response in osif for connection manager
Add connection manager connect response handler in osif to handle and send the connect response to kernel. Change-Id: If675055cb2133e64b4b32a47271b12a59eac4a66 CRs-Fixed: 2765977
This commit is contained in:

committed by
snandini

parent
12cef43327
commit
76c1c5f124
@@ -58,6 +58,9 @@
|
||||
#define osif_nofl_debug(params...) \
|
||||
QDF_TRACE_DEBUG_NO_FL(QDF_MODULE_ID_OS_IF, params)
|
||||
|
||||
#define osif_enter_dev(dev) \
|
||||
QDF_TRACE_ENTER(QDF_MODULE_ID_OS_IF, "enter(%s)", (dev)->name)
|
||||
|
||||
/* For kernel version >= 5.2, driver needs to provide policy */
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 2, 0))
|
||||
#define vendor_command_policy(__policy, __maxattr) \
|
||||
|
Reference in New Issue
Block a user