mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
Remove rtw_yield_os()
This wrapper is just a call to yield(). Link: https://lore.kernel.org/r/20210805192644.15978-1-Larry.Finger@lwfinger.net
This commit is contained in:
committed by
Carlos Garcés
parent
f1aa80a838
commit
1fcfef2e07
@@ -1435,7 +1435,7 @@ void LPS_Leave_check(
|
||||
bReady = _FALSE;
|
||||
start_time = rtw_get_current_time();
|
||||
|
||||
rtw_yield_os();
|
||||
yield();
|
||||
|
||||
while (1) {
|
||||
_enter_pwrlock(&pwrpriv->lock);
|
||||
|
||||
Reference in New Issue
Block a user