qcacmn: Add wow_nack to TargetSendSuspendComplete api
TargetSendSuspendComplete should take the HTCInitInfo context as an argument. The wow_nack should be its own argument. Change-Id: Ib13385cf0a04730d066ffcd53c1f669c7a5ced60 CRs-Fixed: 1003793
This commit is contained in:

gecommit door
Gerrit - the friendly Code Review server

bovenliggende
e52902c4a5
commit
61fad9f81c
@@ -54,7 +54,7 @@ typedef void (*HTC_TARGET_FAILURE)(void *Instance, QDF_STATUS Status);
|
||||
typedef struct _HTC_INIT_INFO {
|
||||
void *pContext; /* context for target notifications */
|
||||
void (*TargetFailure)(void *Instance, QDF_STATUS Status);
|
||||
void (*TargetSendSuspendComplete)(void *ctx);
|
||||
void (*TargetSendSuspendComplete)(void *ctx, bool is_nack);
|
||||
} HTC_INIT_INFO;
|
||||
|
||||
/* Struct for HTC layer packet stats*/
|
||||
|
Verwijs in nieuw issue
Block a user