mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
rtl8188eu: Routine rtw_get_current_time() is a synonym for jiffies
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
537fff9e9d
commit
45a86628d2
32 changed files with 127 additions and 133 deletions
|
@ -430,7 +430,7 @@ odm_get_current_time(
|
|||
struct PHY_DM_STRUCT *p_dm_odm
|
||||
)
|
||||
{
|
||||
return (u64)rtw_get_current_time();
|
||||
return (u64)jiffies;
|
||||
}
|
||||
|
||||
u64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue