mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl8188eu: Remove most semaphore wrappers
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
cbfa6220ef
commit
4b2c469f5f
13 changed files with 37 additions and 75 deletions
|
@ -3365,7 +3365,7 @@ sint rtw_set_key(_adapter *adapter, struct security_priv *psecuritypriv, sint ke
|
|||
|
||||
INIT_LIST_HEAD(&pcmd->list);
|
||||
|
||||
/* _rtw_init_sema(&(pcmd->cmd_sem), 0); */
|
||||
/* sema_init(&(pcmd->cmd_sem), 0); */
|
||||
|
||||
res = rtw_enqueue_cmd(pcmdpriv, pcmd);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue