FreeBSD Bugzilla – Attachment 218029 Details for
Bug 249402
Locking issue when requesting an ieee80211 scan
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to unlock the wifi ic before calling ieee80211_check_scan()
lock.diff (text/plain), 651 bytes, created by
martin
on 2020-09-17 18:30:56 UTC
(
hide
)
Description:
Patch to unlock the wifi ic before calling ieee80211_check_scan()
Filename:
MIME Type:
Creator:
martin
Created:
2020-09-17 18:30:56 UTC
Size:
651 bytes
patch
obsolete
>Index: ieee80211_sta.c >=================================================================== >--- ieee80211_sta.c (revision 362465) >+++ ieee80211_sta.c (working copy) >@@ -290,6 +290,7 @@ > * and the scan request parameters will be present > * in iv_scanreq. Otherwise we do the default. > */ >+ IEEE80211_UNLOCK(ic); > if (vap->iv_flags_ext & IEEE80211_FEXT_SCANREQ) { > ieee80211_check_scan(vap, > vap->iv_scanreq_flags, >@@ -300,6 +301,7 @@ > vap->iv_flags_ext &= ~IEEE80211_FEXT_SCANREQ; > } else > ieee80211_check_scan_current(vap); >+ IEEE80211_LOCK(ic); > break; > case IEEE80211_S_SCAN: > case IEEE80211_S_AUTH:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249402
:
218029
|
218053