qcacld-3.0: Remove obsolete lim_cleanup_lmm()
Remove obsolete lim_cleanup_lmm(). Change-Id: I981c80bcd2f8b2a6755977423df80660036e9bb8 CRs-Fixed: 898864
此提交包含在:
@@ -670,7 +670,6 @@ void lim_cleanup(tpAniSirGlobal pMac)
|
|||||||
}
|
}
|
||||||
|
|
||||||
lim_cleanup_mlm(pMac);
|
lim_cleanup_mlm(pMac);
|
||||||
lim_cleanup_lmm(pMac);
|
|
||||||
|
|
||||||
/* free up preAuth table */
|
/* free up preAuth table */
|
||||||
if (pMac->lim.gLimPreAuthTimerTable.pTable != NULL) {
|
if (pMac->lim.gLimPreAuthTimerTable.pTable != NULL) {
|
||||||
|
@@ -423,9 +423,6 @@ void lim_init_mlm(tpAniSirGlobal);
|
|||||||
/* Function to cleanup MLM state machine */
|
/* Function to cleanup MLM state machine */
|
||||||
void lim_cleanup_mlm(tpAniSirGlobal);
|
void lim_cleanup_mlm(tpAniSirGlobal);
|
||||||
|
|
||||||
/* Function to cleanup LMM state machine */
|
|
||||||
void lim_cleanup_lmm(tpAniSirGlobal);
|
|
||||||
|
|
||||||
/* Management frame handling functions */
|
/* Management frame handling functions */
|
||||||
void lim_process_beacon_frame(tpAniSirGlobal, uint8_t *, tpPESession);
|
void lim_process_beacon_frame(tpAniSirGlobal, uint8_t *, tpPESession);
|
||||||
void lim_process_beacon_frame_no_session(tpAniSirGlobal, uint8_t *);
|
void lim_process_beacon_frame_no_session(tpAniSirGlobal, uint8_t *);
|
||||||
|
@@ -753,31 +753,6 @@ void lim_cleanup_mlm(tpAniSirGlobal mac_ctx)
|
|||||||
|
|
||||||
} /*** end lim_cleanup_mlm() ***/
|
} /*** 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()
|
* lim_is_addr_bc()
|
||||||
*
|
*
|
||||||
|
新增問題並參考
封鎖使用者