You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()
Add the missing unlock before return from function
ieee80211_mark_sta_auth() in the error handling case.
Cc: [email protected]
Fixes: fc107a9 ("mac80211: Helper function for marking STA authenticated")
Signed-off-by: Wei Yongjun <[email protected]>
[use result variable/label instead of duplicating]
Signed-off-by: Johannes Berg <[email protected]>
0 commit comments