diff options
| author | Manoj Prabhu B <bmanoj@codeaurora.org> | 2018-06-04 21:25:49 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-06-22 09:24:30 -0700 |
| commit | e3233832d5b9fac9b3e5ce776d46014829c3d66f (patch) | |
| tree | b11e45e3ff913ef5d90015aafbf3032d2e6dead8 | |
| parent | 318dc882ca4897e15d59abe29a45d567821f554a (diff) | |
diag: Update event id for WLAN, RRC
The patch adds new event ids for RRC events,
WLAN host scan and WLAN PE Diag set antenna.
Change-Id: Ib62e97a903407f0249d2eb40fc5463cc45103873
Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
| -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 2cd41e0cd394..b5ed9b114317 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 0x0C5B +#define APPS_EVENT_LAST_ID 0xC7A #define MSG_SSID_0 0 #define MSG_SSID_0_LAST 125 |
