Browse Source

qcacld-3.0: Remove limCheckAndQuietBSS() prototype

LIM exports a prototype for limCheckAndQuietBSS(), but that function
no longer exists in the driver, so remove the prototype.

Change-Id: I4aa4638309af402b005fe98ed1795e3ac4414e83
CRs-Fixed: 2357633
Jeff Johnson 6 years ago
parent
commit
3a30273af1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/mac/src/pe/include/lim_api.h

+ 0 - 1
core/mac/src/pe/include/lim_api.h

@@ -208,7 +208,6 @@ static inline tLimSmeStates lim_get_sme_state(tpAniSirGlobal mac)
 }
 
 extern void lim_received_hb_handler(tpAniSirGlobal, uint8_t, struct pe_session *);
-extern void limCheckAndQuietBSS(tpAniSirGlobal);
 /* / Function that triggers STA context deletion */
 extern void lim_trigger_sta_deletion(tpAniSirGlobal mac, tpDphHashNode pStaDs,
 				     struct pe_session *psessionEntry);