qcacld-3.0: Remove unused legacy SIR Module IDs
Most of the SIR_*_MODULE_ID values are unused, so remove the ones that are obsolete. Change-Id: I97f40b37bda9639be359a3a3dbdcf26d06c6c73d CRs-Fixed: 2378318
This commit is contained in:
parent
a2f8e8fe2c
commit
1679c93d78
@ -159,30 +159,14 @@ enum sir_roam_op_code {
|
||||
* Module ID definitions.
|
||||
*/
|
||||
enum {
|
||||
SIR_BOOT_MODULE_ID = 1,
|
||||
SIR_HAL_MODULE_ID = 0x10,
|
||||
SIR_CFG_MODULE_ID = 0x12,
|
||||
SIR_LIM_MODULE_ID,
|
||||
SIR_ARQ_MODULE_ID,
|
||||
SIR_SCH_MODULE_ID,
|
||||
SIR_SME_MODULE_ID,
|
||||
SIR_DBG_MODULE_ID,
|
||||
SIR_DPH_MODULE_ID,
|
||||
SIR_SYS_MODULE_ID,
|
||||
SIR_SMS_MODULE_ID,
|
||||
};
|
||||
|
||||
#define SIR_WMA_MODULE_ID SIR_HAL_MODULE_ID
|
||||
|
||||
/**
|
||||
* First and last module definition for logging utility
|
||||
*
|
||||
* NOTE: The following definitions need to be updated if
|
||||
* the above list is changed.
|
||||
*/
|
||||
#define SIR_FIRST_MODULE_ID SIR_HAL_MODULE_ID
|
||||
#define SIR_LAST_MODULE_ID SIR_SMS_MODULE_ID
|
||||
|
||||
/* Type declarations used by Firmware and Host software */
|
||||
|
||||
/* Scan type enum used in scan request */
|
||||
|
Loading…
Reference in New Issue
Block a user