mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: rtw_get_current_time() is jiffies
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
209e50ad60
commit
61690cbca6
16 changed files with 46 additions and 53 deletions
|
@ -705,7 +705,7 @@ static u32 rtl8188eu_hal_init(struct adapter *Adapter)
|
|||
struct hal_data_8188e *haldata = GET_HAL_DATA(Adapter);
|
||||
struct pwrctrl_priv *pwrctrlpriv = &Adapter->pwrctrlpriv;
|
||||
struct registry_priv *pregistrypriv = &Adapter->registrypriv;
|
||||
u32 init_start_time = rtw_get_current_time();
|
||||
u32 init_start_time = jiffies;
|
||||
|
||||
#define HAL_INIT_PROFILE_TAG(stage) do {} while (0)
|
||||
|
||||
|
@ -1243,7 +1243,7 @@ static void _ReadRFType(struct adapter *Adapter)
|
|||
|
||||
static int _ReadAdapterInfo8188EU(struct adapter *Adapter)
|
||||
{
|
||||
u32 start = rtw_get_current_time();
|
||||
u32 start = jiffies;
|
||||
|
||||
MSG_88E("====> %s\n", __func__);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue