Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106100471
D8499.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
426 B
Referenced Files
None
Subscribers
None
D8499.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D8499: iwm(4): Don't panic if firmware load fails
Attached
Detach File
Event Timeline
Log In to Comment