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

@ -1999,21 +1999,9 @@ _func_exit_;
void rtw_cpwm_event_callback(PADAPTER padapter, u8 *pbuf)
{
#ifdef CONFIG_LPS_LCLK
struct reportpwrstate_parm *preportpwrstate;
#endif
_func_enter_;
RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("+rtw_cpwm_event_callback !!!\n"));
#ifdef CONFIG_LPS_LCLK
preportpwrstate = (struct reportpwrstate_parm*)pbuf;
preportpwrstate->state |= (u8)(padapter->pwrctrlpriv.cpwm_tog + 0x80);
cpwm_int_hdl(padapter, preportpwrstate);
#endif
_func_exit_;
}
/*