mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-15 01:19:36 +00:00
rtl8188eu: Change locking in update_sta_info
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d124526cf3
commit
6c792da5b8
1 changed files with 2 additions and 2 deletions
|
@ -11517,9 +11517,9 @@ void update_sta_info(_adapter *padapter, struct sta_info *psta)
|
|||
|
||||
update_ldpc_stbc_cap(psta);
|
||||
|
||||
_enter_critical_bh(&psta->lock, &irqL);
|
||||
_enter_critical_ex(&psta->lock, &irqL);
|
||||
psta->state = _FW_LINKED;
|
||||
_exit_critical_bh(&psta->lock, &irqL);
|
||||
_exit_critical_ex(&psta->lock, &irqL);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue