mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2026-04-01 07:00:01 +00:00
Remove wrapper routine rtw_msleep_os()
The effect of this macro is to call msleep(). Remove the wrapper. Link: https://lore.kernel.org/r/20210805192644.15978-2-Larry.Finger@lwfinger.net
This commit is contained in:
committed by
Carlos Garcés
parent
1fcfef2e07
commit
fdbea81f08
@@ -413,7 +413,7 @@ void halbtcoutsrc_LeaveLowPower(PBTC_COEXIST pBtCoexist)
|
||||
if (utime > timeout)
|
||||
break;
|
||||
|
||||
rtw_msleep_os(1);
|
||||
msleep(1);
|
||||
} while (1);
|
||||
|
||||
GLBtcBtCoexAliveRegistered = _TRUE;
|
||||
|
||||
Reference in New Issue
Block a user