qcacmn: Fail PM suspend if target has sent initial wake up
Host is not handling target initial wake up properly which is leading to resume failure. Fail PM suspend request if target has sent initial wake up message. Change-Id: I3797f1afa99ed9412b7ded3e1ea85c344bd0f435 CRs-Fixed: 1059543
此提交包含在:
@@ -57,6 +57,7 @@ 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);
|
||||
} HTC_INIT_INFO;
|
||||
|
||||
/* Struct for HTC layer packet stats*/
|
||||
|
新增問題並參考
封鎖使用者