mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2026-04-01 07:00:01 +00:00
Remove wrappers
Port of 788253860c21f4e40add556d7ed715fefb2bafb3 Port of ace050139cee44d06b06b4c78074b4eb80fb7c0a
This commit is contained in:
@@ -454,7 +454,7 @@ void halbtcoutsrc_AggregationCheck(PBTC_COEXIST pBtCoexist)
|
||||
/* It can only be called after 8 seconds. */
|
||||
/* ===================================== */
|
||||
|
||||
curTime = rtw_systime_to_ms(jiffies);
|
||||
curTime = jiffies_to_msecs(jiffies);
|
||||
if ((curTime - preTime) < HALBTCOUTSRC_AGG_CHK_WINDOW_IN_MS) /* over 8 seconds you can execute this function again. */
|
||||
return;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user