mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 13:33:06 +00:00
rtl8188eu: Remove CONFIG_AUTOSUSPEND - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5175f81cb1
commit
6d47834466
8 changed files with 17 additions and 423 deletions
|
@ -3458,19 +3458,6 @@ static void rtl8188eu_init_default_value(_adapter * padapter)
|
|||
static u8 rtl8188eu_ps_func(PADAPTER Adapter,HAL_INTF_PS_FUNC efunc_id, u8 *val)
|
||||
{
|
||||
u8 bResult = true;
|
||||
switch (efunc_id){
|
||||
|
||||
#if defined(CONFIG_AUTOSUSPEND)
|
||||
case HAL_USB_SELECT_SUSPEND:
|
||||
{
|
||||
u8 bfwpoll = *(( u8*)val);
|
||||
}
|
||||
break;
|
||||
#endif /* CONFIG_AUTOSUSPEND */
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return bResult;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue