freebsd-dev/sys/dev/iwm
Mark Johnston dda0c86204 iwm: Drain callouts after stopping the device during detach.
Otherwise there is a window where they may be rescheduled.  This
typically manifested as a page fault shortly after unloading if_iwm.ko.
Close the race by draining callouts after calling iwm_stop_device(),
which is also what Dragonfly does.

Change whitespace to reduce gratuitous diffs with Dragonfly.

Reported and tested by:	seanc
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
2019-07-03 21:05:40 +00:00
..
if_iwm_7000.c iwm(4): use correct channel list source for Intel 3168 2019-03-11 08:30:29 +00:00
if_iwm_8000.c
if_iwm_binding.c
if_iwm_binding.h
if_iwm_config.h iwm(4): use correct channel list source for Intel 3168 2019-03-11 08:30:29 +00:00
if_iwm_constants.h
if_iwm_debug.h iwm - Improve firmware Time Event handling. 2019-01-24 03:47:04 +00:00
if_iwm_fw.c iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_fw.h iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_led.c iwm - Fix race during detach, where a callout is left after driver is gone. 2019-01-24 03:49:11 +00:00
if_iwm_led.h
if_iwm_mac_ctxt.c iwm - Track firmware state better, and improve handling in iwm_newstate(). 2019-01-24 03:45:55 +00:00
if_iwm_mac_ctxt.h
if_iwm_notif_wait.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
if_iwm_notif_wait.h
if_iwm_pcie_trans.c if_iwm - Configure the PCIe LTR, fix PCI express capability accesses. 2019-01-24 03:44:48 +00:00
if_iwm_pcie_trans.h
if_iwm_phy_ctxt.c
if_iwm_phy_ctxt.h
if_iwm_phy_db.c iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_phy_db.h
if_iwm_power.c
if_iwm_power.h
if_iwm_scan.c iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_scan.h
if_iwm_sf.c
if_iwm_sf.h
if_iwm_sta.c iwm - Track firmware state better, and improve handling in iwm_newstate(). 2019-01-24 03:45:55 +00:00
if_iwm_sta.h
if_iwm_time_event.c iwm - Clear Time Event active state, when receiving End Notification. 2019-01-24 03:47:47 +00:00
if_iwm_time_event.h iwm - Clear Time Event active state, when receiving End Notification. 2019-01-24 03:47:47 +00:00
if_iwm_util.c
if_iwm_util.h
if_iwm.c iwm: Drain callouts after stopping the device during detach. 2019-07-03 21:05:40 +00:00
if_iwmreg.h iwm(4): use correct channel list source for Intel 3168 2019-03-11 08:30:29 +00:00
if_iwmvar.h Fix ieee80211_radiotap(9) usage in wireless drivers: 2019-03-11 01:27:01 +00:00