diff options
| author | Manoj Prabhu B <bmanoj@codeaurora.org> | 2018-05-04 14:35:11 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-05-09 01:35:39 -0700 |
| commit | 6241aeff0f131cfd0699e8252890724661747da2 (patch) | |
| tree | a9545d8d29ff690b62048f248f2b79cd8264bf8d /include/linux | |
| parent | 43fb4adbdcdb9c312cb53fdc93ee8fd81569b96d (diff) | |
diag: Add new WLAN_RSN event id
The patch adds new WLAN_RSN_INFO event as latest ID.
Change-Id: Ic76506632ea0aa61c79c52824556b6aaeb0b04e6
Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/diagchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/diagchar.h b/include/linux/diagchar.h index 112d8b73d066..16e41b4ce437 100644 --- a/include/linux/diagchar.h +++ b/include/linux/diagchar.h @@ -145,7 +145,7 @@ the appropriate macros. */ /* This needs to be modified manually now, when we add a new RANGE of SSIDs to the msg_mask_tbl */ #define MSG_MASK_TBL_CNT 26 -#define APPS_EVENT_LAST_ID 0x0C5A +#define APPS_EVENT_LAST_ID 0x0C5B #define MSG_SSID_0 0 #define MSG_SSID_0_LAST 125 |
