mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Remove CONFIG_LONG_DELAY_ISSUE
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
0db3ae417e
commit
927e984c73
4 changed files with 0 additions and 30 deletions
|
@ -1081,12 +1081,7 @@ u32 mp_query_psd(PADAPTER pAdapter, u8 *data)
|
|||
i++;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_LONG_DELAY_ISSUE
|
||||
rtw_msleep_os(100);
|
||||
#else
|
||||
rtw_mdelay_os(100);
|
||||
#endif
|
||||
|
||||
return strlen(data)+1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue