rtl8188eu: Convert most typedef statements from include/rtw_pwrctrl.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-23 22:24:42 -05:00
parent aa1c606fc6
commit a831dc1f7e
6 changed files with 36 additions and 38 deletions

View file

@ -596,7 +596,7 @@ _func_enter_;
_func_exit_;
}
u8 rtw_interface_ps_func(_adapter *padapter,HAL_INTF_PS_FUNC efunc_id,u8* val)
u8 rtw_interface_ps_func(_adapter *padapter,enum hal_intf_ps_func efunc_id,u8* val)
{
u8 bResult = true;
rtw_hal_intf_ps_func(padapter,efunc_id,val);