mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl8188eu: Remove _rtw_spinlock_init
This function is the same as spin_lock_init() Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
9d1d96c95d
commit
d8ced1a187
14 changed files with 26 additions and 48 deletions
|
@ -78,8 +78,8 @@ int rtw_init_tdls_info(_adapter *padapter)
|
|||
ptdlsinfo->driver_setup = _FALSE;
|
||||
#endif /* CONFIG_TDLS_DRIVER_SETUP */
|
||||
|
||||
_rtw_spinlock_init(&ptdlsinfo->cmd_lock);
|
||||
_rtw_spinlock_init(&ptdlsinfo->hdl_lock);
|
||||
spin_lock_init(&ptdlsinfo->cmd_lock);
|
||||
spin_lock_init(&ptdlsinfo->hdl_lock);
|
||||
|
||||
return res;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue