mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Remove wrapper around spin_unlock_irqrestore()
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
8f5cee5861
commit
7c6e80da34
4 changed files with 8 additions and 13 deletions
|
@ -11519,7 +11519,7 @@ void update_sta_info(_adapter *padapter, struct sta_info *psta)
|
|||
|
||||
_enter_critical_ex(&psta->lock, &irqL);
|
||||
psta->state = _FW_LINKED;
|
||||
_exit_critical_ex(&psta->lock, &irqL);
|
||||
spin_unlock_irqrestore(&psta->lock, irqL);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue