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:
Larry Finger 2018-12-21 21:55:20 -06:00
parent 537fff9e9d
commit 45a86628d2
32 changed files with 127 additions and 133 deletions

View file

@ -266,7 +266,7 @@ ReadEFuseByte(
u32 value32;
u8 readbyte;
u16 retry;
/* u32 start=rtw_get_current_time(); */
/* u32 start=jiffies; */
if (bPseudoTest) {
Efuse_Read1ByteFromFakeContent(Adapter, _offset, pbuf);