rtw_set_ps_mode(padapter, PS_MODE_MIN, 0, lps_val, "BTCOEX");
}
-void rtw_btcoex_LPS_Leave(struct adapter *padapter)
+void rtw_btcoex_lps_leave(struct adapter *padapter)
{
struct pwrctrl_priv *pwrpriv;
pBtCoexist->btInfo.bBtCtrlLps = true;
pBtCoexist->btInfo.bBtLpsOn = false;
- rtw_btcoex_LPS_Leave(padapter);
+ rtw_btcoex_lps_leave(padapter);
}
static void halbtcoutsrc_EnterLps(struct btc_coexist *pBtCoexist)
if (pBtCoexist->btInfo.bBtCtrlLps) {
pBtCoexist->btInfo.bBtLpsOn = false;
- rtw_btcoex_LPS_Leave(padapter);
+ rtw_btcoex_lps_leave(padapter);
pBtCoexist->btInfo.bBtCtrlLps = false;
/* recover the LPS state to the original */
/* ================================================== */
void rtw_btcoex_reject_ap_aggregated_packet(struct adapter *padapter, u8 enable);
void rtw_btcoex_lps_enter(struct adapter *padapter);
-void rtw_btcoex_LPS_Leave(struct adapter *padapter);
+void rtw_btcoex_lps_leave(struct adapter *padapter);
#endif /* __RTW_BTCOEX_H__ */