Hello,
I am adding some experience and a new dump.
Trying to get more data, I build my own kernel from ubuntu sources, leaving 
JUST iwl3945, and enabling debugging.
I still have the issue.
However, I notice the ... crash? happens more often if I am far/low signal. 
While I am near the AP, the occurrence is quite low.
I now read there is a suggestion to turn off power save, and I will do for 
further tests.
In case it is relevant, here is my .config: https://pastebin.com/kJMrQSqr

Here is my info:
seba@D630:~$ uname -a
Linux D630 4.10.17-seba-02-dirty #2 SMP PREEMPT Thu Aug 10 23:58:20 ART 2017 
x86_64 x86_64 x86_64 GNU/Linux
seba@D630:~$ dmesg|grep iwl
[    2.120918] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection 
driver for Linux, in-tree:ds
[    2.120920] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[    2.120980] iwl3945 0000:0c:00.0: can't disable ASPM; OS doesn't have ASPM 
control
[    2.893534] iwl3945 0000:0c:00.0: Tunable channels: 11 802.11bg, 13 802.11a 
channels
[    2.893536] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
[    2.961072] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[    3.177796] iwl3945 0000:0c:00.0 wlp12s0: renamed from wlan0
[    4.729980] iwl3945 0000:0c:00.0: loaded firmware version 15.32.2.9
[ 3558.511047] iwl3945 0000:0c:00.0: Queue 4 stuck for 2016 ms.
[ 3558.511059] iwl3945 0000:0c:00.0: On demand firmware reload
...
[ 2772.703212] wlp12s0: detected beacon loss from AP (missed 7 beacons) - 
probing
[ 2849.436436] wlp12s0: cancelling AP probe due to a received beacon
[ 2969.412241] wlp12s0: cancelling AP probe due to a received beacon
[ 3089.426654] wlp12s0: cancelling AP probe due to a received beacon
[ 3209.436499] wlp12s0: cancelling AP probe due to a received beacon
[ 3329.444913] wlp12s0: cancelling AP probe due to a received beacon
[ 3449.418406] wlp12s0: cancelling AP probe due to a received beacon
[ 3558.511047] iwl3945 0000:0c:00.0: Queue 4 stuck for 2016 ms.
[ 3558.511059] iwl3945 0000:0c:00.0: On demand firmware reload
[ 3558.517453] ieee80211 phy0: Hardware restart was requested
[ 3558.566281] iwl3945 0000:0c:00.0: BSM uCode verification failed at addr 
0x00003800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
[ 3558.566286] iwl3945 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 3558.613179] iwl3945 0000:0c:00.0: BSM uCode verification failed at addr 
0x00003800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
[ 3558.613185] iwl3945 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 3558.660085] iwl3945 0000:0c:00.0: BSM uCode verification failed at addr 
0x00003800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
[ 3558.660091] iwl3945 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 3558.706972] iwl3945 0000:0c:00.0: BSM uCode verification failed at addr 
0x00003800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
[ 3558.706978] iwl3945 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 3558.753710] iwl3945 0000:0c:00.0: BSM uCode verification failed at addr 
0x00003800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020
[ 3558.753736] iwl3945 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 3558.790577] iwl3945 0000:0c:00.0: Unable to initialize device after 5 
attempts.
[ 3558.790581] ------------[ cut here ]------------
[ 3558.790600] WARNING: CPU: 1 PID: 6155 at net/mac80211/util.c:1863 
ieee80211_reconfig+0x217/0xc70 [mac80211]
[ 3558.790601] Hardware became unavailable during restart.
[ 3558.790602] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.790650]  intel_gtt agpgart usb_common
[ 3558.790655] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P           OE   
4.10.17-seba-02-dirty #2
[ 3558.790656] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.790663] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.790664] Call Trace:
[ 3558.790669]  dump_stack+0x4d/0x72
[ 3558.790672]  __warn+0xc1/0xe0
[ 3558.790673]  warn_slowpath_fmt+0x4a/0x50
[ 3558.790682]  ieee80211_reconfig+0x217/0xc70 [mac80211]
[ 3558.790685]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.790691]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.790694]  process_one_work+0x132/0x3f0
[ 3558.790695]  worker_thread+0x43/0x4e0
[ 3558.790697]  kthread+0xfe/0x140
[ 3558.790699]  ? process_one_work+0x3f0/0x3f0
[ 3558.790700]  ? kthread_create_on_node+0x40/0x40
[ 3558.790703]  ret_from_fork+0x29/0x40
[ 3558.790704] ---[ end trace 7baa86f26c408f1a ]---
[ 3558.790718] wlp12s0: deauthenticating from f8:35:dd:70:a7:8f by local choice 
(Reason: 3=DEAUTH_LEAVING)
[ 3558.790725] ------------[ cut here ]------------
[ 3558.790732] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
ieee80211_bss_info_change_notify+0xf8/0x100 [mac80211]
[ 3558.790733] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.790734] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.790767]  intel_gtt agpgart usb_common
[ 3558.790770] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.790771] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.790777] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.790778] Call Trace:
[ 3558.790780]  dump_stack+0x4d/0x72
[ 3558.790782]  __warn+0xc1/0xe0
[ 3558.790783]  warn_slowpath_fmt+0x4a/0x50
[ 3558.790790]  ? ieee80211_hw_config+0x4b/0x2a0 [mac80211]
[ 3558.790796]  ieee80211_bss_info_change_notify+0xf8/0x100 [mac80211]
[ 3558.790804]  ieee80211_recalc_ps_vif+0x28/0x30 [mac80211]
[ 3558.790812]  ieee80211_set_disassoc+0x7e/0x3c0 [mac80211]
[ 3558.790820]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.790822]  ? string+0x63/0x70
[ 3558.790831]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.790838]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.790843]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.790847]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.790855]  ? console_unlock+0x3d7/0x3f0
[ 3558.790859]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.790863]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.790867]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.790869]  ? sched_clock_cpu+0x93/0xd0
[ 3558.790872]  ? up+0x2d/0x50
[ 3558.790874]  ? wake_up_klogd+0x36/0x50
[ 3558.790875]  ? console_unlock+0x3d7/0x3f0
[ 3558.790878]  ? inetdev_event+0x28/0x4c0
[ 3558.790880]  ? skb_dequeue+0x54/0x70
[ 3558.790882]  ? packet_notifier+0xa2/0x1d0
[ 3558.790884]  notifier_call_chain+0x45/0x70
[ 3558.790886]  raw_notifier_call_chain+0x11/0x20
[ 3558.790889]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.790890]  __dev_close_many+0x41/0xd0
[ 3558.790891]  dev_close_many+0x7d/0x120
[ 3558.790894]  dev_close.part.96+0x36/0x50
[ 3558.790895]  dev_close+0x15/0x20
[ 3558.790899]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.790909]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.790918]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.790920]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.790926]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.790928]  process_one_work+0x132/0x3f0
[ 3558.790930]  worker_thread+0x43/0x4e0
[ 3558.790931]  kthread+0xfe/0x140
[ 3558.790933]  ? process_one_work+0x3f0/0x3f0
[ 3558.790935]  ? kthread_create_on_node+0x40/0x40
[ 3558.790936]  ret_from_fork+0x29/0x40
[ 3558.790938] ---[ end trace 7baa86f26c408f1b ]---
[ 3558.794037] ------------[ cut here ]------------
[ 3558.794060] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
__ieee80211_flush_queues+0xeb/0xf0 [mac80211]
[ 3558.794062] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.794062] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.794113]  intel_gtt agpgart usb_common
[ 3558.794117] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.794118] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.794126] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.794127] Call Trace:
[ 3558.794131]  dump_stack+0x4d/0x72
[ 3558.794134]  __warn+0xc1/0xe0
[ 3558.794135]  warn_slowpath_fmt+0x4a/0x50
[ 3558.794145]  __ieee80211_flush_queues+0xeb/0xf0 [mac80211]
[ 3558.794155]  ieee80211_flush_queues+0xe/0x10 [mac80211]
[ 3558.794164]  ieee80211_set_disassoc+0x308/0x3c0 [mac80211]
[ 3558.794173]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.794175]  ? string+0x63/0x70
[ 3558.794185]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.794192]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.794197]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.794202]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.794204]  ? console_unlock+0x3d7/0x3f0
[ 3558.794208]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.794213]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.794217]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.794219]  ? sched_clock_cpu+0x93/0xd0
[ 3558.794221]  ? up+0x2d/0x50
[ 3558.794223]  ? wake_up_klogd+0x36/0x50
[ 3558.794225]  ? console_unlock+0x3d7/0x3f0
[ 3558.794227]  ? inetdev_event+0x28/0x4c0
[ 3558.794229]  ? skb_dequeue+0x54/0x70
[ 3558.794231]  ? packet_notifier+0xa2/0x1d0
[ 3558.794234]  notifier_call_chain+0x45/0x70
[ 3558.794235]  raw_notifier_call_chain+0x11/0x20
[ 3558.794237]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.794239]  __dev_close_many+0x41/0xd0
[ 3558.794240]  dev_close_many+0x7d/0x120
[ 3558.794242]  dev_close.part.96+0x36/0x50
[ 3558.794243]  dev_close+0x15/0x20
[ 3558.794248]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.794257]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.794267]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.794269]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.794276]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.794278]  process_one_work+0x132/0x3f0
[ 3558.794279]  worker_thread+0x43/0x4e0
[ 3558.794282]  kthread+0xfe/0x140
[ 3558.794283]  ? process_one_work+0x3f0/0x3f0
[ 3558.794285]  ? kthread_create_on_node+0x40/0x40
[ 3558.794287]  ret_from_fork+0x29/0x40
[ 3558.794289] ---[ end trace 7baa86f26c408f1c ]---
[ 3558.794302] ------------[ cut here ]------------
[ 3558.794312] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
__ieee80211_flush_queues+0xeb/0xf0 [mac80211]
[ 3558.794313] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.794313] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.794350]  intel_gtt agpgart usb_common
[ 3558.794353] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.794354] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.794361] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.794363] Call Trace:
[ 3558.794365]  dump_stack+0x4d/0x72
[ 3558.794366]  __warn+0xc1/0xe0
[ 3558.794368]  warn_slowpath_fmt+0x4a/0x50
[ 3558.794377]  __ieee80211_flush_queues+0xeb/0xf0 [mac80211]
[ 3558.794387]  ieee80211_flush_queues+0xe/0x10 [mac80211]
[ 3558.794398]  ieee80211_set_disassoc+0x338/0x3c0 [mac80211]
[ 3558.794410]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.794422]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.794429]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.794436]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.794441]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.794445]  ? console_unlock+0x3d7/0x3f0
[ 3558.794450]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.794456]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.794462]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.794465]  ? sched_clock_cpu+0x93/0xd0
[ 3558.794469]  ? up+0x2d/0x50
[ 3558.794473]  ? wake_up_klogd+0x36/0x50
[ 3558.794476]  ? console_unlock+0x3d7/0x3f0
[ 3558.794480]  ? inetdev_event+0x28/0x4c0
[ 3558.794484]  ? skb_dequeue+0x54/0x70
[ 3558.794487]  ? packet_notifier+0xa2/0x1d0
[ 3558.794491]  notifier_call_chain+0x45/0x70
[ 3558.794494]  raw_notifier_call_chain+0x11/0x20
[ 3558.794499]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.794503]  __dev_close_many+0x41/0xd0
[ 3558.794506]  dev_close_many+0x7d/0x120
[ 3558.794510]  dev_close.part.96+0x36/0x50
[ 3558.794513]  dev_close+0x15/0x20
[ 3558.794520]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.794531]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.794542]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.794546]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.794555]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.794558]  process_one_work+0x132/0x3f0
[ 3558.794561]  worker_thread+0x43/0x4e0
[ 3558.794565]  kthread+0xfe/0x140
[ 3558.794568]  ? process_one_work+0x3f0/0x3f0
[ 3558.794572]  ? kthread_create_on_node+0x40/0x40
[ 3558.794575]  ret_from_fork+0x29/0x40
[ 3558.794578] ---[ end trace 7baa86f26c408f1d ]---
[ 3558.794586] ------------[ cut here ]------------
[ 3558.794594] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
__sta_info_destroy_part1+0x1ae/0x1f0 [mac80211]
[ 3558.794595] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.794595] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.794632]  intel_gtt agpgart usb_common
[ 3558.794636] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.794636] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.794643] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.794645] Call Trace:
[ 3558.794646]  dump_stack+0x4d/0x72
[ 3558.794648]  __warn+0xc1/0xe0
[ 3558.794649]  warn_slowpath_fmt+0x4a/0x50
[ 3558.794657]  __sta_info_destroy_part1+0x1ae/0x1f0 [mac80211]
[ 3558.794664]  __sta_info_flush+0x129/0x1a0 [mac80211]
[ 3558.794673]  ieee80211_set_disassoc+0xb5/0x3c0 [mac80211]
[ 3558.794682]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.794692]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.794697]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.794701]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.794706]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.794708]  ? console_unlock+0x3d7/0x3f0
[ 3558.794712]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.794716]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.794720]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.794722]  ? sched_clock_cpu+0x93/0xd0
[ 3558.794723]  ? up+0x2d/0x50
[ 3558.794725]  ? wake_up_klogd+0x36/0x50
[ 3558.794726]  ? console_unlock+0x3d7/0x3f0
[ 3558.794728]  ? inetdev_event+0x28/0x4c0
[ 3558.794730]  ? skb_dequeue+0x54/0x70
[ 3558.794731]  ? packet_notifier+0xa2/0x1d0
[ 3558.794733]  notifier_call_chain+0x45/0x70
[ 3558.794735]  raw_notifier_call_chain+0x11/0x20
[ 3558.794736]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.794737]  __dev_close_many+0x41/0xd0
[ 3558.794739]  dev_close_many+0x7d/0x120
[ 3558.794741]  dev_close.part.96+0x36/0x50
[ 3558.794742]  dev_close+0x15/0x20
[ 3558.794746]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.794756]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.794765]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.794767]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.794773]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.794775]  process_one_work+0x132/0x3f0
[ 3558.794777]  worker_thread+0x43/0x4e0
[ 3558.794779]  kthread+0xfe/0x140
[ 3558.794780]  ? process_one_work+0x3f0/0x3f0
[ 3558.794782]  ? kthread_create_on_node+0x40/0x40
[ 3558.794784]  ret_from_fork+0x29/0x40
[ 3558.794785] ---[ end trace 7baa86f26c408f1e ]---
[ 3558.794852] wlp12s0: moving STA f8:35:dd:70:a7:8f to state 3
[ 3558.794853] ------------[ cut here ]------------
[ 3558.794861] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
drv_sta_state+0xe7/0x1c0 [mac80211]
[ 3558.794862] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.794862] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.794900]  intel_gtt agpgart usb_common
[ 3558.794903] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.794904] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.794911] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.794912] Call Trace:
[ 3558.794914]  dump_stack+0x4d/0x72
[ 3558.794916]  __warn+0xc1/0xe0
[ 3558.794917]  warn_slowpath_fmt+0x4a/0x50
[ 3558.794924]  drv_sta_state+0xe7/0x1c0 [mac80211]
[ 3558.794932]  sta_info_move_state+0x28c/0x340 [mac80211]
[ 3558.794939]  __sta_info_destroy_part2+0x54/0x1a0 [mac80211]
[ 3558.794947]  __sta_info_flush+0xea/0x1a0 [mac80211]
[ 3558.794956]  ieee80211_set_disassoc+0xb5/0x3c0 [mac80211]
[ 3558.794965]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.794974]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.794979]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.794984]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.794988]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.794990]  ? console_unlock+0x3d7/0x3f0
[ 3558.794994]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.794998]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.795003]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.795004]  ? sched_clock_cpu+0x93/0xd0
[ 3558.795006]  ? up+0x2d/0x50
[ 3558.795006]  ? wake_up_klogd+0x36/0x50
[ 3558.795006]  ? console_unlock+0x3d7/0x3f0
[ 3558.795006]  ? inetdev_event+0x28/0x4c0
[ 3558.795006]  ? skb_dequeue+0x54/0x70
[ 3558.795006]  ? packet_notifier+0xa2/0x1d0
[ 3558.795006]  notifier_call_chain+0x45/0x70
[ 3558.795006]  raw_notifier_call_chain+0x11/0x20
[ 3558.795006]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.795006]  __dev_close_many+0x41/0xd0
[ 3558.795006]  dev_close_many+0x7d/0x120
[ 3558.795006]  dev_close.part.96+0x36/0x50
[ 3558.795006]  dev_close+0x15/0x20
[ 3558.795006]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.795006]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.795006]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.795006]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.795006]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.795006]  process_one_work+0x132/0x3f0
[ 3558.795006]  worker_thread+0x43/0x4e0
[ 3558.795006]  kthread+0xfe/0x140
[ 3558.795006]  ? process_one_work+0x3f0/0x3f0
[ 3558.795006]  ? kthread_create_on_node+0x40/0x40
[ 3558.795006]  ret_from_fork+0x29/0x40
[ 3558.795080] ---[ end trace 7baa86f26c408f1f ]---
[ 3558.795081] ------------[ cut here ]------------
[ 3558.795089] WARNING: CPU: 1 PID: 6155 at net/mac80211/sta_info.c:956 
__sta_info_destroy_part2+0x153/0x1a0 [mac80211]
[ 3558.795090] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.795126]  intel_gtt agpgart usb_common
[ 3558.795130] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.795131] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.795137] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.795139] Call Trace:
[ 3558.795140]  dump_stack+0x4d/0x72
[ 3558.795142]  __warn+0xc1/0xe0
[ 3558.795144]  warn_slowpath_null+0x18/0x20
[ 3558.795151]  __sta_info_destroy_part2+0x153/0x1a0 [mac80211]
[ 3558.795159]  __sta_info_flush+0xea/0x1a0 [mac80211]
[ 3558.795168]  ieee80211_set_disassoc+0xb5/0x3c0 [mac80211]
[ 3558.795177]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.795186]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.795191]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.795196]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.795200]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.795202]  ? console_unlock+0x3d7/0x3f0
[ 3558.795206]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.795210]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.795214]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.795216]  ? sched_clock_cpu+0x93/0xd0
[ 3558.795218]  ? up+0x2d/0x50
[ 3558.795219]  ? wake_up_klogd+0x36/0x50
[ 3558.795221]  ? console_unlock+0x3d7/0x3f0
[ 3558.795223]  ? inetdev_event+0x28/0x4c0
[ 3558.795224]  ? skb_dequeue+0x54/0x70
[ 3558.795225]  ? packet_notifier+0xa2/0x1d0
[ 3558.795227]  notifier_call_chain+0x45/0x70
[ 3558.795229]  raw_notifier_call_chain+0x11/0x20
[ 3558.795230]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.795232]  __dev_close_many+0x41/0xd0
[ 3558.795233]  dev_close_many+0x7d/0x120
[ 3558.795235]  dev_close.part.96+0x36/0x50
[ 3558.795236]  dev_close+0x15/0x20
[ 3558.795240]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.795250]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.795259]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.795261]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.795268]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.795269]  process_one_work+0x132/0x3f0
[ 3558.795271]  worker_thread+0x43/0x4e0
[ 3558.795273]  kthread+0xfe/0x140
[ 3558.795274]  ? process_one_work+0x3f0/0x3f0
[ 3558.795276]  ? kthread_create_on_node+0x40/0x40
[ 3558.795278]  ret_from_fork+0x29/0x40
[ 3558.795279] ---[ end trace 7baa86f26c408f20 ]---
[ 3558.795280] ------------[ cut here ]------------
[ 3558.795288] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
drv_sta_state+0xe7/0x1c0 [mac80211]
[ 3558.795289] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.795289] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.795326]  intel_gtt agpgart usb_common
[ 3558.795329] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.795330] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.795336] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.795338] Call Trace:
[ 3558.795339]  dump_stack+0x4d/0x72
[ 3558.795341]  __warn+0xc1/0xe0
[ 3558.795342]  warn_slowpath_fmt+0x4a/0x50
[ 3558.795344]  ? __warn+0x9c/0xe0
[ 3558.795351]  drv_sta_state+0xe7/0x1c0 [mac80211]
[ 3558.795358]  __sta_info_destroy_part2+0x16e/0x1a0 [mac80211]
[ 3558.795366]  __sta_info_flush+0xea/0x1a0 [mac80211]
[ 3558.795375]  ieee80211_set_disassoc+0xb5/0x3c0 [mac80211]
[ 3558.795384]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.795393]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.795398]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.795403]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.795407]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.795409]  ? console_unlock+0x3d7/0x3f0
[ 3558.795413]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.795417]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.795422]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.795423]  ? sched_clock_cpu+0x93/0xd0
[ 3558.795425]  ? up+0x2d/0x50
[ 3558.795426]  ? wake_up_klogd+0x36/0x50
[ 3558.795428]  ? console_unlock+0x3d7/0x3f0
[ 3558.795430]  ? inetdev_event+0x28/0x4c0
[ 3558.795431]  ? skb_dequeue+0x54/0x70
[ 3558.795433]  ? packet_notifier+0xa2/0x1d0
[ 3558.795435]  notifier_call_chain+0x45/0x70
[ 3558.795436]  raw_notifier_call_chain+0x11/0x20
[ 3558.795438]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.795439]  __dev_close_many+0x41/0xd0
[ 3558.795441]  dev_close_many+0x7d/0x120
[ 3558.795442]  dev_close.part.96+0x36/0x50
[ 3558.795444]  dev_close+0x15/0x20
[ 3558.795448]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.795458]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.795467]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.795468]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.795475]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.795477]  process_one_work+0x132/0x3f0
[ 3558.795479]  worker_thread+0x43/0x4e0
[ 3558.795480]  kthread+0xfe/0x140
[ 3558.795482]  ? process_one_work+0x3f0/0x3f0
[ 3558.795484]  ? kthread_create_on_node+0x40/0x40
[ 3558.795485]  ret_from_fork+0x29/0x40
[ 3558.795487] ---[ end trace 7baa86f26c408f21 ]---
[ 3558.795487] ------------[ cut here ]------------
[ 3558.795496] WARNING: CPU: 1 PID: 6155 at net/mac80211/sta_info.c:964 
__sta_info_destroy_part2+0x19b/0x1a0 [mac80211]
[ 3558.795496] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.795533]  intel_gtt agpgart usb_common
[ 3558.795536] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.795537] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.795543] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.795544] Call Trace:
[ 3558.795546]  dump_stack+0x4d/0x72
[ 3558.795548]  __warn+0xc1/0xe0
[ 3558.795549]  warn_slowpath_null+0x18/0x20
[ 3558.795556]  __sta_info_destroy_part2+0x19b/0x1a0 [mac80211]
[ 3558.795564]  __sta_info_flush+0xea/0x1a0 [mac80211]
[ 3558.795573]  ieee80211_set_disassoc+0xb5/0x3c0 [mac80211]
[ 3558.795582]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.795591]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.795596]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.795601]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.795606]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.795607]  ? console_unlock+0x3d7/0x3f0
[ 3558.795612]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.795616]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.795620]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.795621]  ? sched_clock_cpu+0x93/0xd0
[ 3558.795623]  ? up+0x2d/0x50
[ 3558.795625]  ? wake_up_klogd+0x36/0x50
[ 3558.795626]  ? console_unlock+0x3d7/0x3f0
[ 3558.795628]  ? inetdev_event+0x28/0x4c0
[ 3558.795629]  ? skb_dequeue+0x54/0x70
[ 3558.795631]  ? packet_notifier+0xa2/0x1d0
[ 3558.795633]  notifier_call_chain+0x45/0x70
[ 3558.795634]  raw_notifier_call_chain+0x11/0x20
[ 3558.795636]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.795637]  __dev_close_many+0x41/0xd0
[ 3558.795639]  dev_close_many+0x7d/0x120
[ 3558.795640]  dev_close.part.96+0x36/0x50
[ 3558.795642]  dev_close+0x15/0x20
[ 3558.795646]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.795655]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.795665]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.795666]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.795673]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.795675]  process_one_work+0x132/0x3f0
[ 3558.795676]  worker_thread+0x43/0x4e0
[ 3558.795678]  kthread+0xfe/0x140
[ 3558.795680]  ? process_one_work+0x3f0/0x3f0
[ 3558.795681]  ? kthread_create_on_node+0x40/0x40
[ 3558.795683]  ret_from_fork+0x29/0x40
[ 3558.795684] ---[ end trace 7baa86f26c408f22 ]---
[ 3558.795686] wlp12s0: Removed STA f8:35:dd:70:a7:8f
[ 3558.795687] ------------[ cut here ]------------
[ 3558.795696] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
sta_set_sinfo+0x71a/0x7e0 [mac80211]
[ 3558.795696] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.795697] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.795733]  intel_gtt agpgart usb_common
[ 3558.795736] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.795737] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.795744] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.795745] Call Trace:
[ 3558.795747]  dump_stack+0x4d/0x72
[ 3558.795749]  __warn+0xc1/0xe0
[ 3558.795750]  warn_slowpath_fmt+0x4a/0x50
[ 3558.795759]  ? __sdata_dbg+0x69/0x70 [mac80211]
[ 3558.795767]  sta_set_sinfo+0x71a/0x7e0 [mac80211]
[ 3558.795775]  __sta_info_destroy_part2+0xba/0x1a0 [mac80211]
[ 3558.795782]  __sta_info_flush+0xea/0x1a0 [mac80211]
[ 3558.795791]  ieee80211_set_disassoc+0xb5/0x3c0 [mac80211]
[ 3558.795800]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.795809]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.795814]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.795819]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.795823]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.795825]  ? console_unlock+0x3d7/0x3f0
[ 3558.795829]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.795834]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.795838]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.795839]  ? sched_clock_cpu+0x93/0xd0
[ 3558.795841]  ? up+0x2d/0x50
[ 3558.795842]  ? wake_up_klogd+0x36/0x50
[ 3558.795844]  ? console_unlock+0x3d7/0x3f0
[ 3558.795846]  ? inetdev_event+0x28/0x4c0
[ 3558.795847]  ? skb_dequeue+0x54/0x70
[ 3558.795849]  ? packet_notifier+0xa2/0x1d0
[ 3558.795850]  notifier_call_chain+0x45/0x70
[ 3558.795852]  raw_notifier_call_chain+0x11/0x20
[ 3558.795854]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.795855]  __dev_close_many+0x41/0xd0
[ 3558.795857]  dev_close_many+0x7d/0x120
[ 3558.795858]  dev_close.part.96+0x36/0x50
[ 3558.795860]  dev_close+0x15/0x20
[ 3558.795864]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.795873]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.795883]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.795884]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.795891]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.795893]  process_one_work+0x132/0x3f0
[ 3558.795894]  worker_thread+0x43/0x4e0
[ 3558.795896]  kthread+0xfe/0x140
[ 3558.795898]  ? process_one_work+0x3f0/0x3f0
[ 3558.795900]  ? kthread_create_on_node+0x40/0x40
[ 3558.795901]  ret_from_fork+0x29/0x40
[ 3558.795903] ---[ end trace 7baa86f26c408f23 ]---
[ 3558.795955] wlp12s0: Destroyed STA f8:35:dd:70:a7:8f
[ 3558.795957] ------------[ cut here ]------------
[ 3558.795966] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
ieee80211_bss_info_change_notify+0xf8/0x100 [mac80211]
[ 3558.795966] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.795967] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.796017]  intel_gtt agpgart usb_common
[ 3558.796020] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.796021] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.796028] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.796029] Call Trace:
[ 3558.796031]  dump_stack+0x4d/0x72
[ 3558.796032]  __warn+0xc1/0xe0
[ 3558.796034]  warn_slowpath_fmt+0x4a/0x50
[ 3558.796041]  ieee80211_bss_info_change_notify+0xf8/0x100 [mac80211]
[ 3558.796050]  ieee80211_set_disassoc+0x208/0x3c0 [mac80211]
[ 3558.796059]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.796068]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.796073]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.796078]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.796082]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.796084]  ? console_unlock+0x3d7/0x3f0
[ 3558.796088]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.796093]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.796097]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.796098]  ? sched_clock_cpu+0x93/0xd0
[ 3558.796100]  ? up+0x2d/0x50
[ 3558.796102]  ? wake_up_klogd+0x36/0x50
[ 3558.796103]  ? console_unlock+0x3d7/0x3f0
[ 3558.796105]  ? inetdev_event+0x28/0x4c0
[ 3558.796106]  ? skb_dequeue+0x54/0x70
[ 3558.796108]  ? packet_notifier+0xa2/0x1d0
[ 3558.796110]  notifier_call_chain+0x45/0x70
[ 3558.796111]  raw_notifier_call_chain+0x11/0x20
[ 3558.796113]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.796114]  __dev_close_many+0x41/0xd0
[ 3558.796116]  dev_close_many+0x7d/0x120
[ 3558.796117]  dev_close.part.96+0x36/0x50
[ 3558.796119]  dev_close+0x15/0x20
[ 3558.796123]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.796133]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.796142]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.796143]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.796150]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.796152]  process_one_work+0x132/0x3f0
[ 3558.796154]  worker_thread+0x43/0x4e0
[ 3558.796155]  kthread+0xfe/0x140
[ 3558.796157]  ? process_one_work+0x3f0/0x3f0
[ 3558.796159]  ? kthread_create_on_node+0x40/0x40
[ 3558.796160]  ret_from_fork+0x29/0x40
[ 3558.796162] ---[ end trace 7baa86f26c408f24 ]---
[ 3558.796163] ------------[ cut here ]------------
[ 3558.796170] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
drv_conf_tx+0x81/0xc0 [mac80211]
[ 3558.796171] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.796172] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.796209]  intel_gtt agpgart usb_common
[ 3558.796212] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.796213] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.796220] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.796221] Call Trace:
[ 3558.796223]  dump_stack+0x4d/0x72
[ 3558.796224]  __warn+0xc1/0xe0
[ 3558.796226]  warn_slowpath_fmt+0x4a/0x50
[ 3558.796233]  drv_conf_tx+0x81/0xc0 [mac80211]
[ 3558.796242]  ieee80211_set_wmm_default+0x1fb/0x2a0 [mac80211]
[ 3558.796252]  ieee80211_set_disassoc+0x214/0x3c0 [mac80211]
[ 3558.796260]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.796270]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.796275]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.796280]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.796284]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.796286]  ? console_unlock+0x3d7/0x3f0
[ 3558.796290]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.796294]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.796298]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.796300]  ? sched_clock_cpu+0x93/0xd0
[ 3558.796301]  ? up+0x2d/0x50
[ 3558.796303]  ? wake_up_klogd+0x36/0x50
[ 3558.796305]  ? console_unlock+0x3d7/0x3f0
[ 3558.796306]  ? inetdev_event+0x28/0x4c0
[ 3558.796308]  ? skb_dequeue+0x54/0x70
[ 3558.796309]  ? packet_notifier+0xa2/0x1d0
[ 3558.796311]  notifier_call_chain+0x45/0x70
[ 3558.796313]  raw_notifier_call_chain+0x11/0x20
[ 3558.796314]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.796316]  __dev_close_many+0x41/0xd0
[ 3558.796317]  dev_close_many+0x7d/0x120
[ 3558.796319]  dev_close.part.96+0x36/0x50
[ 3558.796320]  dev_close+0x15/0x20
[ 3558.796324]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.796334]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.796343]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.796345]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.796351]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.796353]  process_one_work+0x132/0x3f0
[ 3558.796355]  worker_thread+0x43/0x4e0
[ 3558.796357]  kthread+0xfe/0x140
[ 3558.796358]  ? process_one_work+0x3f0/0x3f0
[ 3558.796360]  ? kthread_create_on_node+0x40/0x40
[ 3558.796362]  ret_from_fork+0x29/0x40
[ 3558.796363] ---[ end trace 7baa86f26c408f25 ]---
[ 3558.796364] ------------[ cut here ]------------
[ 3558.796371] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
drv_conf_tx+0x81/0xc0 [mac80211]
[ 3558.796372] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.796373] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.796410]  intel_gtt agpgart usb_common
[ 3558.796413] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.796414] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.796420] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.796422] Call Trace:
[ 3558.796423]  dump_stack+0x4d/0x72
[ 3558.796425]  __warn+0xc1/0xe0
[ 3558.796426]  warn_slowpath_fmt+0x4a/0x50
[ 3558.796433]  drv_conf_tx+0x81/0xc0 [mac80211]
[ 3558.796443]  ieee80211_set_wmm_default+0x1fb/0x2a0 [mac80211]
[ 3558.796452]  ieee80211_set_disassoc+0x214/0x3c0 [mac80211]
[ 3558.796461]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.796470]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.796475]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.796480]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.796484]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.796486]  ? console_unlock+0x3d7/0x3f0
[ 3558.796490]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.796494]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.796498]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.796500]  ? sched_clock_cpu+0x93/0xd0
[ 3558.796502]  ? up+0x2d/0x50
[ 3558.796503]  ? wake_up_klogd+0x36/0x50
[ 3558.796505]  ? console_unlock+0x3d7/0x3f0
[ 3558.796507]  ? inetdev_event+0x28/0x4c0
[ 3558.796508]  ? skb_dequeue+0x54/0x70
[ 3558.796510]  ? packet_notifier+0xa2/0x1d0
[ 3558.796511]  notifier_call_chain+0x45/0x70
[ 3558.796513]  raw_notifier_call_chain+0x11/0x20
[ 3558.796514]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.796516]  __dev_close_many+0x41/0xd0
[ 3558.796517]  dev_close_many+0x7d/0x120
[ 3558.796519]  dev_close.part.96+0x36/0x50
[ 3558.796520]  dev_close+0x15/0x20
[ 3558.796525]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.796534]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.796543]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.796545]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.796552]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.796554]  process_one_work+0x132/0x3f0
[ 3558.796555]  worker_thread+0x43/0x4e0
[ 3558.796557]  kthread+0xfe/0x140
[ 3558.796558]  ? process_one_work+0x3f0/0x3f0
[ 3558.796560]  ? kthread_create_on_node+0x40/0x40
[ 3558.796562]  ret_from_fork+0x29/0x40
[ 3558.796563] ---[ end trace 7baa86f26c408f26 ]---
[ 3558.796564] ------------[ cut here ]------------
[ 3558.796572] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
drv_conf_tx+0x81/0xc0 [mac80211]
[ 3558.796572] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.796573] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.796610]  intel_gtt agpgart usb_common
[ 3558.796613] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.796614] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.796621] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.796622] Call Trace:
[ 3558.796624]  dump_stack+0x4d/0x72
[ 3558.796625]  __warn+0xc1/0xe0
[ 3558.796627]  warn_slowpath_fmt+0x4a/0x50
[ 3558.796634]  drv_conf_tx+0x81/0xc0 [mac80211]
[ 3558.796643]  ieee80211_set_wmm_default+0x1fb/0x2a0 [mac80211]
[ 3558.796652]  ieee80211_set_disassoc+0x214/0x3c0 [mac80211]
[ 3558.796661]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.796670]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.796675]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.796680]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.796685]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.796686]  ? console_unlock+0x3d7/0x3f0
[ 3558.796691]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.796695]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.796699]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.796701]  ? sched_clock_cpu+0x93/0xd0
[ 3558.796702]  ? up+0x2d/0x50
[ 3558.796704]  ? wake_up_klogd+0x36/0x50
[ 3558.796705]  ? console_unlock+0x3d7/0x3f0
[ 3558.796707]  ? inetdev_event+0x28/0x4c0
[ 3558.796708]  ? skb_dequeue+0x54/0x70
[ 3558.796710]  ? packet_notifier+0xa2/0x1d0
[ 3558.796712]  notifier_call_chain+0x45/0x70
[ 3558.796713]  raw_notifier_call_chain+0x11/0x20
[ 3558.796715]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.796716]  __dev_close_many+0x41/0xd0
[ 3558.796718]  dev_close_many+0x7d/0x120
[ 3558.796719]  dev_close.part.96+0x36/0x50
[ 3558.796721]  dev_close+0x15/0x20
[ 3558.796725]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.796734]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.796744]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.796745]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.796752]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.796754]  process_one_work+0x132/0x3f0
[ 3558.796756]  worker_thread+0x43/0x4e0
[ 3558.796757]  kthread+0xfe/0x140
[ 3558.796759]  ? process_one_work+0x3f0/0x3f0
[ 3558.796761]  ? kthread_create_on_node+0x40/0x40
[ 3558.796762]  ret_from_fork+0x29/0x40
[ 3558.796764] ---[ end trace 7baa86f26c408f27 ]---
[ 3558.796764] ------------[ cut here ]------------
[ 3558.796772] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
drv_conf_tx+0x81/0xc0 [mac80211]
[ 3558.796773] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.796773] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.796811]  intel_gtt agpgart usb_common
[ 3558.796813] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.796814] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.796821] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.796822] Call Trace:
[ 3558.796824]  dump_stack+0x4d/0x72
[ 3558.796825]  __warn+0xc1/0xe0
[ 3558.796827]  warn_slowpath_fmt+0x4a/0x50
[ 3558.796834]  drv_conf_tx+0x81/0xc0 [mac80211]
[ 3558.796844]  ieee80211_set_wmm_default+0x1fb/0x2a0 [mac80211]
[ 3558.796853]  ieee80211_set_disassoc+0x214/0x3c0 [mac80211]
[ 3558.796861]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.796871]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.796876]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.796881]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.796885]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.796887]  ? console_unlock+0x3d7/0x3f0
[ 3558.796891]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.796895]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.796899]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.796901]  ? sched_clock_cpu+0x93/0xd0
[ 3558.796903]  ? up+0x2d/0x50
[ 3558.796904]  ? wake_up_klogd+0x36/0x50
[ 3558.796906]  ? console_unlock+0x3d7/0x3f0
[ 3558.796907]  ? inetdev_event+0x28/0x4c0
[ 3558.796909]  ? skb_dequeue+0x54/0x70
[ 3558.796910]  ? packet_notifier+0xa2/0x1d0
[ 3558.796912]  notifier_call_chain+0x45/0x70
[ 3558.796914]  raw_notifier_call_chain+0x11/0x20
[ 3558.796915]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.796917]  __dev_close_many+0x41/0xd0
[ 3558.796918]  dev_close_many+0x7d/0x120
[ 3558.796920]  dev_close.part.96+0x36/0x50
[ 3558.796921]  dev_close+0x15/0x20
[ 3558.796925]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.796935]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.796944]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.796946]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.796952]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.796954]  process_one_work+0x132/0x3f0
[ 3558.796956]  worker_thread+0x43/0x4e0
[ 3558.796958]  kthread+0xfe/0x140
[ 3558.796959]  ? process_one_work+0x3f0/0x3f0
[ 3558.796961]  ? kthread_create_on_node+0x40/0x40
[ 3558.796962]  ret_from_fork+0x29/0x40
[ 3558.796964] ---[ end trace 7baa86f26c408f28 ]---
[ 3558.796966] ------------[ cut here ]------------
[ 3558.796976] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
ieee80211_assign_vif_chanctx+0x313/0x370 [mac80211]
[ 3558.796977] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.796977] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.797026]  intel_gtt agpgart usb_common
[ 3558.797029] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.797030] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.797037] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.797038] Call Trace:
[ 3558.797040]  dump_stack+0x4d/0x72
[ 3558.797042]  __warn+0xc1/0xe0
[ 3558.797043]  warn_slowpath_fmt+0x4a/0x50
[ 3558.797053]  ieee80211_assign_vif_chanctx+0x313/0x370 [mac80211]
[ 3558.797062]  __ieee80211_vif_release_channel+0x4f/0x130 [mac80211]
[ 3558.797071]  ieee80211_vif_release_channel+0x48/0x60 [mac80211]
[ 3558.797079]  ieee80211_set_disassoc+0x27a/0x3c0 [mac80211]
[ 3558.797088]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.797098]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.797103]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.797108]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.797112]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.797114]  ? console_unlock+0x3d7/0x3f0
[ 3558.797118]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.797122]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.797127]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.797128]  ? sched_clock_cpu+0x93/0xd0
[ 3558.797130]  ? up+0x2d/0x50
[ 3558.797131]  ? wake_up_klogd+0x36/0x50
[ 3558.797133]  ? console_unlock+0x3d7/0x3f0
[ 3558.797135]  ? inetdev_event+0x28/0x4c0
[ 3558.797136]  ? skb_dequeue+0x54/0x70
[ 3558.797138]  ? packet_notifier+0xa2/0x1d0
[ 3558.797139]  notifier_call_chain+0x45/0x70
[ 3558.797141]  raw_notifier_call_chain+0x11/0x20
[ 3558.797143]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.797144]  __dev_close_many+0x41/0xd0
[ 3558.797145]  dev_close_many+0x7d/0x120
[ 3558.797147]  dev_close.part.96+0x36/0x50
[ 3558.797149]  dev_close+0x15/0x20
[ 3558.797153]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.797163]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.797172]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.797174]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.797180]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.797182]  process_one_work+0x132/0x3f0
[ 3558.797184]  worker_thread+0x43/0x4e0
[ 3558.797185]  kthread+0xfe/0x140
[ 3558.797187]  ? process_one_work+0x3f0/0x3f0
[ 3558.797189]  ? kthread_create_on_node+0x40/0x40
[ 3558.797190]  ret_from_fork+0x29/0x40
[ 3558.797192] ---[ end trace 7baa86f26c408f29 ]---
[ 3558.797193] ------------[ cut here ]------------
[ 3558.797200] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
ieee80211_bss_info_change_notify+0xf8/0x100 [mac80211]
[ 3558.797201] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.797202] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.797238]  intel_gtt agpgart usb_common
[ 3558.797241] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.797242] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.797249] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.797250] Call Trace:
[ 3558.797252]  dump_stack+0x4d/0x72
[ 3558.797253]  __warn+0xc1/0xe0
[ 3558.797255]  warn_slowpath_fmt+0x4a/0x50
[ 3558.797262]  ieee80211_bss_info_change_notify+0xf8/0x100 [mac80211]
[ 3558.797271]  ieee80211_assign_vif_chanctx+0x248/0x370 [mac80211]
[ 3558.797280]  __ieee80211_vif_release_channel+0x4f/0x130 [mac80211]
[ 3558.797289]  ieee80211_vif_release_channel+0x48/0x60 [mac80211]
[ 3558.797298]  ieee80211_set_disassoc+0x27a/0x3c0 [mac80211]
[ 3558.797306]  ieee80211_mgd_deauth+0x26c/0x340 [mac80211]
[ 3558.797316]  ieee80211_deauth+0x13/0x20 [mac80211]
[ 3558.797321]  cfg80211_mlme_deauth+0x6c/0x80 [cfg80211]
[ 3558.797326]  cfg80211_mlme_down+0x57/0x60 [cfg80211]
[ 3558.797330]  cfg80211_disconnect+0xf6/0x110 [cfg80211]
[ 3558.797332]  ? console_unlock+0x3d7/0x3f0
[ 3558.797336]  __cfg80211_leave+0x88/0x120 [cfg80211]
[ 3558.797340]  cfg80211_leave+0x26/0x40 [cfg80211]
[ 3558.797345]  cfg80211_netdev_notifier_call+0x388/0x500 [cfg80211]
[ 3558.797346]  ? sched_clock_cpu+0x93/0xd0
[ 3558.797348]  ? up+0x2d/0x50
[ 3558.797349]  ? wake_up_klogd+0x36/0x50
[ 3558.797351]  ? console_unlock+0x3d7/0x3f0
[ 3558.797353]  ? inetdev_event+0x28/0x4c0
[ 3558.797354]  ? skb_dequeue+0x54/0x70
[ 3558.797356]  ? packet_notifier+0xa2/0x1d0
[ 3558.797358]  notifier_call_chain+0x45/0x70
[ 3558.797359]  raw_notifier_call_chain+0x11/0x20
[ 3558.797361]  call_netdevice_notifiers_info+0x30/0x60
[ 3558.797362]  __dev_close_many+0x41/0xd0
[ 3558.797364]  dev_close_many+0x7d/0x120
[ 3558.797365]  dev_close.part.96+0x36/0x50
[ 3558.797367]  dev_close+0x15/0x20
[ 3558.797371]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.797380]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.797390]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.797391]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.797398]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.797400]  process_one_work+0x132/0x3f0
[ 3558.797402]  worker_thread+0x43/0x4e0
[ 3558.797403]  kthread+0xfe/0x140
[ 3558.797405]  ? process_one_work+0x3f0/0x3f0
[ 3558.797407]  ? kthread_create_on_node+0x40/0x40
[ 3558.797408]  ret_from_fork+0x29/0x40
[ 3558.797410] ---[ end trace 7baa86f26c408f2a ]---
[ 3558.810101] ------------[ cut here ]------------
[ 3558.810119] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.h:17 
drv_remove_interface+0x5d/0x60 [mac80211]
[ 3558.810120] wlp12s0:  Failed check-sdata-in-driver check, flags: 0x4
[ 3558.810121] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.810169]  intel_gtt agpgart usb_common
[ 3558.810173] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.810174] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.810182] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.810183] Call Trace:
[ 3558.810187]  dump_stack+0x4d/0x72
[ 3558.810195]  __warn+0xc1/0xe0
[ 3558.810196]  warn_slowpath_fmt+0x4a/0x50
[ 3558.810199]  ? skb_dequeue+0x54/0x70
[ 3558.810205]  drv_remove_interface+0x5d/0x60 [mac80211]
[ 3558.810214]  ieee80211_do_stop+0x555/0x850 [mac80211]
[ 3558.810216]  ? dev_deactivate_many+0x202/0x240
[ 3558.810225]  ieee80211_stop+0x15/0x20 [mac80211]
[ 3558.810226]  __dev_close_many+0x80/0xd0
[ 3558.810228]  dev_close_many+0x7d/0x120
[ 3558.810229]  dev_close.part.96+0x36/0x50
[ 3558.810230]  dev_close+0x15/0x20
[ 3558.810236]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.810245]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.810254]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.810256]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.810262]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.810264]  process_one_work+0x132/0x3f0
[ 3558.810266]  worker_thread+0x43/0x4e0
[ 3558.810268]  kthread+0xfe/0x140
[ 3558.810269]  ? process_one_work+0x3f0/0x3f0
[ 3558.810271]  ? kthread_create_on_node+0x40/0x40
[ 3558.810273]  ret_from_fork+0x29/0x40
[ 3558.810274] ---[ end trace 7baa86f26c408f2b ]---
[ 3558.810277] ------------[ cut here ]------------
[ 3558.810284] WARNING: CPU: 1 PID: 6155 at net/mac80211/driver-ops.c:39 
drv_stop+0x52/0x60 [mac80211]
[ 3558.810285] Modules linked in: rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ctr ccm fuse bnep nvidia_uvm(POE) btusb btbcm 
btintel bluetooth mousedev arc4 dell_wmi sparse_keymap snd_hda_codec_idt 
snd_hda_codec_generic cpufreq_userspace cpufreq_powersave cpufreq_conservative 
snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core dell_laptop dell_smbios 
dcdbas dell_smm_hwmon snd_pcm coretemp snd_seq_midi snd_seq_midi_event 
snd_rawmidi evdev input_leds serio_raw iwl3945 iwlegacy snd_seq mac80211 
cfg80211 snd_seq_device lpc_ich rfkill mfd_core snd_timer snd soundcore 
nvidia(POE) drm wmi button battery ac video acpi_cpufreq kvm_intel kvm 
irqbypass binfmt_misc sunrpc videodev ipv6 psmouse firewire_ohci intel_agp 
firewire_core crc_itu_t ehci_pci tg3 uhci_hcd ehci_hcd thermal usbcore
[ 3558.810318]  intel_gtt agpgart usb_common
[ 3558.810321] CPU: 1 PID: 6155 Comm: kworker/1:2 Tainted: P        W  OE   
4.10.17-seba-02-dirty #2
[ 3558.810322] Hardware name: Dell Inc. Latitude D630                   /      
, BIOS A19 06/04/2013
[ 3558.810328] Workqueue: events_freezable ieee80211_restart_work [mac80211]
[ 3558.810329] Call Trace:
[ 3558.810331]  dump_stack+0x4d/0x72
[ 3558.810332]  __warn+0xc1/0xe0
[ 3558.810334]  warn_slowpath_null+0x18/0x20
[ 3558.810340]  drv_stop+0x52/0x60 [mac80211]
[ 3558.810348]  ieee80211_stop_device+0x3e/0x50 [mac80211]
[ 3558.810357]  ieee80211_do_stop+0x535/0x850 [mac80211]
[ 3558.810358]  ? dev_deactivate_many+0x202/0x240
[ 3558.810366]  ieee80211_stop+0x15/0x20 [mac80211]
[ 3558.810368]  __dev_close_many+0x80/0xd0
[ 3558.810369]  dev_close_many+0x7d/0x120
[ 3558.810371]  dev_close.part.96+0x36/0x50
[ 3558.810372]  dev_close+0x15/0x20
[ 3558.810376]  cfg80211_shutdown_all_interfaces+0x44/0xc0 [cfg80211]
[ 3558.810385]  ieee80211_handle_reconfig_failure+0x93/0xb0 [mac80211]
[ 3558.810393]  ieee80211_reconfig+0x21f/0xc70 [mac80211]
[ 3558.810395]  ? try_to_del_timer_sync+0x3c/0x50
[ 3558.810401]  ieee80211_restart_work+0x89/0xc0 [mac80211]
[ 3558.810402]  process_one_work+0x132/0x3f0
[ 3558.810404]  worker_thread+0x43/0x4e0
[ 3558.810405]  kthread+0xfe/0x140
[ 3558.810407]  ? process_one_work+0x3f0/0x3f0
[ 3558.810408]  ? kthread_create_on_node+0x40/0x40
[ 3558.810410]  ret_from_fork+0x29/0x40
[ 3558.810411] ---[ end trace 7baa86f26c408f2c ]---

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1627828

Title:
  iwl3945 crashes randomly

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Out of nothing a once properly working 
  0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)
  started to crash with:
  Sep 22 14:38:16 seba-Latitude-D630 kernel: [26707.320032] iwl3945 
0000:0c:00.0: Error sending C_POWER_TBL: time out after 500ms.
  Sep 22 14:38:16 seba-Latitude-D630 kernel: [26707.320039] iwl3945 
0000:0c:00.0: set power fail, ret = -110
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.012031] iwl3945 
0000:0c:00.0: Queue 2 stuck for 2500 ms.
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.012039] iwl3945 
0000:0c:00.0: On demand firmware reload
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.050333] ieee80211 phy0: 
Hardware restart was requested
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.084769] retire_capture_urb: 
33 callbacks suppressed
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.098359] iwl3945 
0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+0 (of 900), is 
0xa5a5a5a2, s/b 0xf802020
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.098364] iwl3945 
0000:0c:00.0: Unable to set up bootstrap uCode: -5
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.145087] iwl3945 
0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+0 (of 900), is 
0xa5a5a5a2, s/b 0xf802020
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.145089] iwl3945 
0000:0c:00.0: Unable to set up bootstrap uCode: -5
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.191802] iwl3945 
0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+0 (of 900), is 
0xa5a5a5a2, s/b 0xf802020
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.191805] iwl3945 
0000:0c:00.0: Unable to set up bootstrap uCode: -5
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.238526] iwl3945 
0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+0 (of 900), is 
0xa5a5a5a2, s/b 0xf802020
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.238528] iwl3945 
0000:0c:00.0: Unable to set up bootstrap uCode: -5
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.285272] iwl3945 
0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+0 (of 900), is 
0xa5a5a5a2, s/b 0xf802020
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.285275] iwl3945 
0000:0c:00.0: Unable to set up bootstrap uCode: -5
  Sep 22 14:38:17 seba-Latitude-D630 kernel: [26708.322030] iwl3945 
0000:0c:00.0: Unable to initialize device after 5 attempts.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-38-generic 4.4.0-38.57
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  seba       1421 F.... pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Mon Sep 26 16:38:18 2016
  HibernationDevice: RESUME=UUID=64d7608d-53a8-46a6-884c-0ccf1814fb03
  InstallationDate: Installed on 2016-08-28 (29 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Dell Inc. Latitude D630
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic 
root=UUID=dce979b5-6a44-48cf-a87a-d314263a895c ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-38-generic N/A
   linux-backports-modules-4.4.0-38-generic  N/A
   linux-firmware                            1.157.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd06/04/2013:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Latitude D630
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1627828/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to