Browse Source

qcacld-3.0: Remove is_entering_mimo_ps()

The function is_entering_mimo_ps() is obsolete, so remove it.

Change-Id: I01fbaed8bec34c11a1cdd43004fc39a28deb14d7
CRs-Fixed: 2376114
Jeff Johnson 6 years ago
parent
commit
331c71ace7
1 changed files with 0 additions and 11 deletions
  1. 0 11
      core/mac/src/pe/lim/lim_utils.h

+ 0 - 11
core/mac/src/pe/lim/lim_utils.h

@@ -378,17 +378,6 @@ lim_get_mgmt_staid(struct mac_context *mac, uint16_t *staid,
 	return QDF_STATUS_SUCCESS;
 }
 
-static inline uint8_t
-is_entering_mimo_ps(tSirMacHTMIMOPowerSaveState curState,
-		tSirMacHTMIMOPowerSaveState newState)
-{
-	if (curState == eSIR_HT_MIMO_PS_NO_LIMIT &&
-			(newState == eSIR_HT_MIMO_PS_DYNAMIC
-			 || newState == eSIR_HT_MIMO_PS_STATIC))
-		return true;
-	return false;
-}
-
 static inline int lim_select_cb_mode(tDphHashNode *pStaDs,
 		struct pe_session *pe_session, uint8_t channel,
 		uint8_t chan_bw)