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

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
Jeff Johnson 6 жил өмнө
parent
commit
1679c93d78
1 өөрчлөгдсөн 0 нэмэгдсэн , 16 устгасан
  1. 0 16
      core/mac/inc/sir_api.h

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

@@ -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 */