qcacmn: Add control path scheduler to common driver

Add control path converged scheduler functionality to common
driver.

Change-Id: I2087b985b4bed661c03e667dbcc082714add1266
CRs-Fixed: 1095867
This commit is contained in:
Krunal Soni
2016-10-06 12:36:26 -07:00
committed by qcabuildsw
parent d729f3fd28
commit 66eabcfdcc
16 changed files with 1716 additions and 20 deletions

View File

@@ -57,6 +57,14 @@ QDF_STATUS qdf_event_destroy(qdf_event_t *event);
QDF_STATUS qdf_wait_single_event(qdf_event_t *event,
uint32_t timeout);
/**
* qdf_event_complete_and_exit() - complete event and exit
* @event: Pointer to an event to complete and exit
* @reason_code: Reason code for exit
*
* Return: QDF status
*/
QDF_STATUS qdf_event_complete_and_exit(qdf_event_t *event, long reason_code);
#ifdef __cplusplus
}