Kaynağa Gözat

qcacld-3.0: Remove SIR_LIM_DEL_TS_IND

Message id SIR_LIM_DEL_TS_IND is obsolete, so remove it.

Change-Id: I01e5d235a540f7e8eb13aaae64f2e94493f094fd
CRs-Fixed: 2353428
Jeff Johnson 6 yıl önce
ebeveyn
işleme
6c16bb0b1c

+ 6 - 5
core/mac/src/include/sir_params.h

@@ -710,14 +710,15 @@ struct sir_mgmt_msg {
 /* UNUSED                              (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xB) */
 /* UNUSED                              (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xC) */
 /* UNUSED                              (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xD) */
-/* Message from Hal to send out a DEL-TS indication */
-#define SIR_LIM_DEL_TS_IND                  (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xE)
+/* UNUSED                              (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xE) */
+/* UNUSED                              (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0xF) */
+/* UNUSED                              (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0x10) */
 /* Indication from HAL to delete Station context */
-#define SIR_LIM_DELETE_STA_CONTEXT_IND      (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0x11)
+#define SIR_LIM_DELETE_STA_CONTEXT_IND (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0x11)
 /* Indication from HAL to delete BA */
-#define SIR_LIM_UPDATE_BEACON               (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0x13)
+#define SIR_LIM_UPDATE_BEACON          (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0x13)
 /* Indication from HAL to handle RX invalid peer */
-#define SIR_LIM_RX_INVALID_PEER            (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0x15)
+#define SIR_LIM_RX_INVALID_PEER        (SIR_LIM_ITC_MSG_TYPES_BEGIN + 0x15)
 
 /* LIM Timeout messages */
 #define SIR_LIM_TIMEOUT_MSG_START      ((SIR_LIM_MODULE_ID << 8) + 0xD0)

+ 0 - 1
core/mac/src/sys/legacy/src/utils/src/mac_trace.c

@@ -671,7 +671,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_DEL_TS_IND);
 		CASE_RETURN_STRING(SIR_LIM_DELETE_STA_CONTEXT_IND);
 		CASE_RETURN_STRING(SIR_LIM_UPDATE_BEACON);
 		CASE_RETURN_STRING(SIR_LIM_JOIN_FAIL_TIMEOUT);