diff options
| author | Rajeev Kumar <rajekuma@codeaurora.org> | 2016-04-15 10:59:14 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-04-20 22:19:33 -0700 |
| commit | f6969345058f9219df96f602e1e1bcd683e3a8e0 (patch) | |
| tree | e9faa16897e57bdd6bc3fa814736b0192465d77d /core/mac/src | |
| parent | fd95385a9341d53d1f5534176f1291e8f34fc017 (diff) | |
qcacld-3.0: Add new enums for QVIT mode
Add suport for QVIT mode in wlan driver.
Change-Id: I9014ac12e09495917f63f7b4b114363b24eeae1c
CRs-fixed: 987175
Diffstat (limited to 'core/mac/src')
| -rw-r--r-- | core/mac/src/sys/common/inc/wlan_qct_sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mac/src/sys/common/inc/wlan_qct_sys.h b/core/mac/src/sys/common/inc/wlan_qct_sys.h index 0ebafee064a4..65f6ff5396be 100644 --- a/core/mac/src/sys/common/inc/wlan_qct_sys.h +++ b/core/mac/src/sys/common/inc/wlan_qct_sys.h @@ -76,6 +76,7 @@ typedef enum { SYS_MSG_ID_MC_TIMER, SYS_MSG_ID_MC_STOP, SYS_MSG_ID_FTM_RSP, + SYS_MSG_ID_QVIT, } SYS_MSG_ID; |
