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
|
@ -57,7 +57,7 @@ sint _rtw_init_mlme_priv(_adapter *padapter)
|
|||
pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown;
|
||||
pmlmepriv->scan_mode = SCAN_ACTIVE; /* 1: active, 0: pasive. Maybe someday we should rename this varable to "active_mode" (Jeff) */
|
||||
|
||||
_rtw_spinlock_init(&(pmlmepriv->lock));
|
||||
spin_lock_init(&(pmlmepriv->lock));
|
||||
_rtw_init_queue(&(pmlmepriv->free_bss_pool));
|
||||
_rtw_init_queue(&(pmlmepriv->scanned_queue));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue