Page MenuHomeFreeBSD

D4304.diff
No OneTemporary

D4304.diff

Index: head/sys/dev/wpi/if_wpi.c
===================================================================
--- head/sys/dev/wpi/if_wpi.c
+++ head/sys/dev/wpi/if_wpi.c
@@ -3556,6 +3556,13 @@
{
struct wpi_softc *sc = ic->ic_softc;
+ WPI_LOCK(sc);
+ if (sc->sc_running == 0) {
+ WPI_UNLOCK(sc);
+ return;
+ }
+ WPI_UNLOCK(sc);
+
WPI_RXON_LOCK(sc);
wpi_set_promisc(sc);

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 13, 1:47 PM (9 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26932507
Default Alt Text
D4304.diff (373 B)

Event Timeline