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
This commit is contained in:
Jeff Johnson
2018-12-29 21:06:22 -08:00
committed by nshrivas
parent 46bb430a7c
commit 331c71ace7

View File

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