qcacmn: Add callback context for wake up / suspend ack callback's
Currently, Host initial wake up, suspend ack callback do not register callback context with host-to-target communication layer. As now PMO is handling now these callback, objmgr psoc is required as callback context. Hence as part of the fix, Add supports for callback context for these API's. Change-Id: I83d513764792b800a8540cdbe847aad552df0ab1 CRs-Fixed: 2015229
このコミットが含まれているのは:
@@ -57,7 +57,8 @@ typedef struct _HTC_INIT_INFO {
|
||||
void *pContext; /* context for target notifications */
|
||||
void (*TargetFailure)(void *Instance, QDF_STATUS Status);
|
||||
void (*TargetSendSuspendComplete)(void *ctx, bool is_nack);
|
||||
void (*target_initial_wakeup_cb)(void);
|
||||
void (*target_initial_wakeup_cb)(void *cb_ctx);
|
||||
void *target_psoc;
|
||||
} HTC_INIT_INFO;
|
||||
|
||||
/* Struct for HTC layer packet stats*/
|
||||
|
新しいイシューから参照
ユーザーをブロックする