From 6241aeff0f131cfd0699e8252890724661747da2 Mon Sep 17 00:00:00 2001 From: Manoj Prabhu B Date: Fri, 4 May 2018 14:35:11 +0530 Subject: [PATCH] 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 --- include/linux/diagchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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