Page MenuHomeFreeBSD

D8499.diff
No OneTemporary

D8499.diff

Index: head/sys/dev/iwm/if_iwm.c
===================================================================
--- head/sys/dev/iwm/if_iwm.c
+++ head/sys/dev/iwm/if_iwm.c
@@ -6192,7 +6192,8 @@
device_t dev = sc->sc_dev;
int i;
- ieee80211_draintask(&sc->sc_ic, &sc->sc_es_task);
+ if (do_net80211)
+ ieee80211_draintask(&sc->sc_ic, &sc->sc_es_task);
callout_drain(&sc->sc_led_blink_to);
callout_drain(&sc->sc_watchdog_to);

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 10:02 AM (12 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603625
Default Alt Text
D8499.diff (426 B)

Event Timeline