rtl8188eu: Remove CONFIG_LPS_LCLK

This one is not defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 21:12:05 -05:00
parent 2f86fc26dd
commit cf8cd84af0
6 changed files with 6 additions and 606 deletions

View file

@ -429,15 +429,6 @@ _func_enter_;
break;
}
#ifdef CONFIG_LPS_LCLK
if (rtw_register_cmd_alive(padapter) != _SUCCESS)
{
RT_TRACE(_module_hal_xmit_c_, _drv_notice_,
("%s: wait to leave LPS_LCLK\n", __func__));
continue;
}
#endif
_next:
if ((padapter->bDriverStopped == true)||(padapter->bSurpriseRemoved== true))
{
@ -446,15 +437,10 @@ _next:
break;
}
if (!(pcmd = rtw_dequeue_cmd(pcmdpriv))) {
#ifdef CONFIG_LPS_LCLK
rtw_unregister_cmd_alive(padapter);
#endif
if (!(pcmd = rtw_dequeue_cmd(pcmdpriv)))
continue;
}
if ( _FAIL == rtw_cmd_filter(pcmdpriv, pcmd) )
{
if (_FAIL == rtw_cmd_filter(pcmdpriv, pcmd)) {
pcmd->res = H2C_DROPPED;
goto post_process;
}