From b036da9d962fe6c8ca134b21725c04b2070e267c Mon Sep 17 00:00:00 2001 From: Nirav Shah Date: Fri, 5 Aug 2016 17:23:06 +0530 Subject: qcacld-3.0: Add HTC level wakeup message type ADD HTC level wakeup, when interface is not paused, we use HTC level suspend/resume message. Change-Id: I1d09de68675f1ec5cafe1c9da1c7a7837f16ca2e CRs-Fixed: 1051045 --- target/inc/htc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target') diff --git a/target/inc/htc.h b/target/inc/htc.h index c99a8578e036..9d9f014352fb 100644 --- a/target/inc/htc.h +++ b/target/inc/htc.h @@ -153,6 +153,7 @@ typedef PREPACK struct _HTC_FRAME_HDR { #define HTC_MSG_SETUP_COMPLETE_EX_ID 5 #define HTC_MSG_SEND_SUSPEND_COMPLETE 6 #define HTC_MSG_NACK_SUSPEND 7 +#define HTC_MSG_WAKEUP_FROM_SUSPEND_ID 8 #define HTC_MAX_CONTROL_MESSAGE_LENGTH 256 -- cgit v1.2.3