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
This commit is contained in:
Jeff Johnson 2018-12-30 18:02:45 -08:00 committed by nshrivas
parent bdcf63d52a
commit 942d6326f9
2 changed files with 0 additions and 6 deletions

View File

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

View File

@ -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_CHANGE_PM_MODE (SIR_PMM_MSG_TYPES_BEGIN)
#define SIR_PMM_MSG_TYPES_END (SIR_PMM_MSG_TYPES_BEGIN+0xFF) #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 * * EVENT TYPE Definitions *