Эх сурвалжийг харах

qcacld-3.0: Remove legacy MNT definitions

The MNT module and message definitions are not used by the current
version of the driver, so remove them

Change-Id: I2840996caffdf24e4ddbe7a3a0b7d7c7f70f509a
CRs-Fixed: 2378316
Jeff Johnson 6 жил өмнө
parent
commit
942d6326f9

+ 0 - 1
core/mac/inc/sir_api.h

@@ -166,7 +166,6 @@ enum {
 	SIR_ARQ_MODULE_ID,
 	SIR_SCH_MODULE_ID,
 	SIR_PMM_MODULE_ID,
-	SIR_MNT_MODULE_ID,
 	SIR_DBG_MODULE_ID,
 	SIR_DPH_MODULE_ID,
 	SIR_SYS_MODULE_ID,

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

@@ -750,11 +750,6 @@ struct sir_cfg_action_frm_tb_ppdu {
 #define SIR_PMM_CHANGE_PM_MODE         (SIR_PMM_MSG_TYPES_BEGIN)
 #define SIR_PMM_MSG_TYPES_END          (SIR_PMM_MSG_TYPES_BEGIN+0xFF)
 
-/* MNT message types */
-#define SIR_MNT_MSG_TYPES_BEGIN        (SIR_MNT_MODULE_ID << 8)
-#define SIR_MNT_RELEASE_BD             (SIR_MNT_MSG_TYPES_BEGIN + 0)
-#define SIR_MNT_MSG_TYPES_END          (SIR_MNT_MSG_TYPES_BEGIN + 0xFF)
-
 /* ****************************************** *
 *                                            *
 *         EVENT TYPE Definitions              *