qcacld-3.0: Remove obsolete lim_cleanup_lmm()

Remove obsolete lim_cleanup_lmm().

Change-Id: I981c80bcd2f8b2a6755977423df80660036e9bb8
CRs-Fixed: 898864
This commit is contained in:
Srinivas Girigowda
2015-12-07 13:48:50 -08:00
committato da Satish Singh
parent b14cab349f
commit aeb842465a
3 ha cambiato i file con 0 aggiunte e 29 eliminazioni

Vedi File

@@ -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) {

Vedi File

@@ -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 *);

Vedi File

@@ -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()
*