qcacld-3.0: Remove SIR_LIM_SCH_CLEAN_MSG

Message id SIR_LIM_SCH_CLEAN_MSG is obsolete, so remove it.

Change-Id: I3cdcde45dd95be128b2c79c4f404504ae76646e4
CRs-Fixed: 2353424
This commit is contained in:
Jeff Johnson 2018-11-17 20:46:36 -08:00 committed by Nitesh Shrivastav
parent 1c93e50d63
commit 3ff2ccb8a6
2 changed files with 1 additions and 3 deletions

View File

@ -709,8 +709,7 @@ struct sir_mgmt_msg {
/* UNUSED (SIR_LIM_ITC_MSG_TYPES_BEGIN + 8) */
/* UNUSED (SIR_LIM_ITC_MSG_TYPES_BEGIN + 9) */
/* UNUSED (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xA) */
/* Message from SCH when the STA is ready to be deleted */
#define SIR_LIM_SCH_CLEAN_MSG (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xB)
/* UNUSED (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xB) */
/* Message from ISR upon Radar Detection */
#define SIR_LIM_RADAR_DETECT_IND (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xC)
/* Message id 0xD available */

View File

@ -672,7 +672,6 @@ uint8_t *mac_trace_get_lim_msg_string(uint16_t lim_msg)
{
switch (lim_msg) {
CASE_RETURN_STRING(SIR_BB_XPORT_MGMT_MSG);
CASE_RETURN_STRING(SIR_LIM_SCH_CLEAN_MSG);
CASE_RETURN_STRING(SIR_LIM_RADAR_DETECT_IND);
CASE_RETURN_STRING(SIR_LIM_DEL_TS_IND);
CASE_RETURN_STRING(SIR_LIM_DELETE_STA_CONTEXT_IND);