|
@@ -570,7 +570,7 @@ int _rtw_pwr_wakeup(struct adapter *padapter, u32 ips_deffer_ms, const char *cal
|
|
|
DBG_88E("%s wait ps_processing...\n", __func__);
|
|
|
while (pwrpriv->ps_processing &&
|
|
|
jiffies_to_msecs(jiffies - start) <= 3000)
|
|
|
- usleep_range(1000, 3000);
|
|
|
+ udelay(1500);
|
|
|
if (pwrpriv->ps_processing)
|
|
|
DBG_88E("%s wait ps_processing timeout\n", __func__);
|
|
|
else
|