Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160984043
D49827.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
369 B
Referenced Files
None
Subscribers
None
D49827.diff
View Options
diff --git a/sys/dev/iwx/if_iwx.c b/sys/dev/iwx/if_iwx.c
--- a/sys/dev/iwx/if_iwx.c
+++ b/sys/dev/iwx/if_iwx.c
@@ -10671,6 +10671,8 @@
struct iwx_softc *sc = device_get_softc(dev);
int err;
+ IWX_LOCK(sc);
+
err = iwx_start_hw(sc);
if (err) {
return err;
@@ -10684,6 +10686,7 @@
ieee80211_start_all(&sc->sc_ic);
+ IWX_UNLOCK(sc);
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 30, 3:04 PM (13 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34509090
Default Alt Text
D49827.diff (369 B)
Attached To
Mode
D49827: iwx: Take the iwx lock in the resume path
Attached
Detach File
Event Timeline
Log In to Comment