mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove DBG_DELAY_OS - not selected
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
8b0cf8ad5b
commit
57d32befb3
2 changed files with 0 additions and 22 deletions
|
@ -296,20 +296,6 @@ void rtw_usleep_os(int us)
|
|||
msleep( (us/1000) + 1);
|
||||
}
|
||||
|
||||
#ifdef DBG_DELAY_OS
|
||||
void _rtw_mdelay_os(int ms, const char *func, const int line)
|
||||
{
|
||||
DBG_88E("%s:%d %s(%d)\n", func, line, __func__, ms);
|
||||
|
||||
mdelay((unsigned long)ms);
|
||||
}
|
||||
|
||||
void _rtw_udelay_os(int us, const char *func, const int line)
|
||||
{
|
||||
DBG_88E("%s:%d %s(%d)\n", func, line, __func__, us);
|
||||
udelay((unsigned long)us);
|
||||
}
|
||||
#else
|
||||
void rtw_mdelay_os(int ms)
|
||||
{
|
||||
mdelay((unsigned long)ms);
|
||||
|
@ -319,7 +305,6 @@ void rtw_udelay_os(int us)
|
|||
{
|
||||
udelay((unsigned long)us);
|
||||
}
|
||||
#endif
|
||||
|
||||
void rtw_yield_os(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue