diff --git a/include/linux/diagchar.h b/include/linux/diagchar.h index 537960b8373..4ff11476951 100644 --- a/include/linux/diagchar.h +++ b/include/linux/diagchar.h @@ -108,10 +108,10 @@ 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 23 -#define EVENT_LAST_ID 0x083F +#define EVENT_LAST_ID 0x08AD #define MSG_SSID_0 0 -#define MSG_SSID_0_LAST 90 +#define MSG_SSID_0_LAST 91 #define MSG_SSID_1 500 #define MSG_SSID_1_LAST 506 #define MSG_SSID_2 1000 @@ -125,7 +125,7 @@ the appropriate macros. */ #define MSG_SSID_6 4500 #define MSG_SSID_6_LAST 4526 #define MSG_SSID_7 4600 -#define MSG_SSID_7_LAST 4612 +#define MSG_SSID_7_LAST 4613 #define MSG_SSID_8 5000 #define MSG_SSID_8_LAST 5029 #define MSG_SSID_9 5500 @@ -271,6 +271,7 @@ static const uint32_t msg_bld_masks_0[] = { MSG_LVL_LOW|MSG_LVL_MED|MSG_LVL_HIGH|MSG_LVL_ERROR|MSG_LVL_FATAL, MSG_LVL_LOW, MSG_LVL_MED, + MSG_LVL_LOW, MSG_LVL_LOW }; @@ -383,6 +384,7 @@ static const uint32_t msg_bld_masks_7[] = { MSG_LVL_MED, MSG_LVL_MED, MSG_LVL_MED, + MSG_LVL_LOW, MSG_LVL_LOW };