diff options
| author | Nirav Shah <nnshah@codeaurora.org> | 2016-08-05 17:23:06 +0530 |
|---|---|---|
| committer | Vishwajith Upendra <vishwaji@codeaurora.org> | 2016-08-13 14:07:28 -0700 |
| commit | b036da9d962fe6c8ca134b21725c04b2070e267c (patch) | |
| tree | 5b4dc6bbf0380bb2af6237b444fc7e8072460533 /target | |
| parent | d779ad53f525ba70e61a481b811a49cb94a14f91 (diff) | |
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
Diffstat (limited to 'target')
| -rw-r--r-- | target/inc/htc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
