Page MenuHomeFreeBSD

D49827.diff
No OneTemporary

D49827.diff

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

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)

Event Timeline