Browse Source

qcacld-3.0: Remove obsolete lim_cleanup_lmm()

Remove obsolete lim_cleanup_lmm().

Change-Id: I981c80bcd2f8b2a6755977423df80660036e9bb8
CRs-Fixed: 898864
Srinivas Girigowda 9 years ago
parent
commit
aeb842465a
3 changed files with 0 additions and 29 deletions
  1. 0 1
      core/mac/src/pe/lim/lim_api.c
  2. 0 3
      core/mac/src/pe/lim/lim_types.h
  3. 0 25
      core/mac/src/pe/lim/lim_utils.c

+ 0 - 1
core/mac/src/pe/lim/lim_api.c

@@ -670,7 +670,6 @@ void lim_cleanup(tpAniSirGlobal pMac)
 	}
 
 	lim_cleanup_mlm(pMac);
-	lim_cleanup_lmm(pMac);
 
 	/* free up preAuth table */
 	if (pMac->lim.gLimPreAuthTimerTable.pTable != NULL) {

+ 0 - 3
core/mac/src/pe/lim/lim_types.h

@@ -423,9 +423,6 @@ void lim_init_mlm(tpAniSirGlobal);
 /* Function to cleanup MLM state machine */
 void lim_cleanup_mlm(tpAniSirGlobal);
 
-/* Function to cleanup LMM state machine */
-void lim_cleanup_lmm(tpAniSirGlobal);
-
 /* Management frame handling functions */
 void lim_process_beacon_frame(tpAniSirGlobal, uint8_t *, tpPESession);
 void lim_process_beacon_frame_no_session(tpAniSirGlobal, uint8_t *);

+ 0 - 25
core/mac/src/pe/lim/lim_utils.c

@@ -753,31 +753,6 @@ void lim_cleanup_mlm(tpAniSirGlobal mac_ctx)
 
 } /*** end lim_cleanup_mlm() ***/
 
-/**
- * lim_cleanup_lmm()
- *
- ***FUNCTION:
- * This function is called to cleanup any resources
- * allocated by LMM sub-module.
- *
- ***PARAMS:
- *
- ***LOGIC:
- *
- ***ASSUMPTIONS:
- * NA
- *
- ***NOTE:
- * NA
- *
- * @param  pMac      Pointer to Global MAC structure
- * @return None
- */
-
-void lim_cleanup_lmm(tpAniSirGlobal pMac)
-{
-} /*** end lim_cleanup_lmm() ***/
-
 /**
  * lim_is_addr_bc()
  *