qcacld-3.0: Add src, and dst id support in SYS/CFG
In the scheduler_post_message, src_id is now added to know the source module of the msg. the present scheduler doesn't know about the same which is scheduler_post_msg Replace the scheduler_post_msg with scheduler_post_message Change-Id: I869e14830b2f57b951033ada5957594fac7bc4c2 CRs-Fixed: 2305994
This commit is contained in:

committed by
nshrivas

parent
fb10e8f2dd
commit
d9ee9f2481
@@ -427,7 +427,9 @@ QDF_STATUS ocb_vdev_start(struct ocb_pdev_obj *ocb_obj)
|
||||
msg.bodyptr = ocb_obj;
|
||||
msg.callback = ocb_process_start_vdev_msg;
|
||||
msg.flush_callback = ocb_flush_start_msg;
|
||||
status = scheduler_post_msg(QDF_MODULE_ID_TARGET_IF, &msg);
|
||||
status = scheduler_post_message(QDF_MODULE_ID_OCB,
|
||||
QDF_MODULE_ID_OCB,
|
||||
QDF_MODULE_ID_TARGET_IF, &msg);
|
||||
if (QDF_IS_STATUS_ERROR(status))
|
||||
ocb_err("Failed to post vdev start message");
|
||||
|
||||
|
Reference in New Issue
Block a user