Hi I use an ASUStek WL-167g USB wlan adapter (quite old) using rt73usb.ko (Ralink). After resuming from suspend I get: [152743.736783] ------------[ cut here ]------------ [152743.736798] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_send_deauth_disassoc+0x1a8/0x1b0() [152743.736801] Hardware name: N150P/N210P/N220P [152743.736804] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.736805] Modules linked in: uhid btusb bluetooth rt73usb rt2x00usb rt2x00lib crc_itu_t [152743.736826] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.736829] Call Trace: [152743.736840] [<ffffffff81591b00>] ? ieee80211_send_deauth_disassoc+0x190/0x1b0 [152743.736850] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.736858] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.736866] [<ffffffff81591b18>] ? ieee80211_send_deauth_disassoc+0x1a8/0x1b0 [152743.736874] [<ffffffff81591c51>] ? ieee80211_set_disassoc+0x131/0x3a0 [152743.736882] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.736891] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.736899] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.736907] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.736915] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.736925] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.736933] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.736939] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.736947] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.736954] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.736962] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.736971] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.736987] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.736998] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.737040] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.737052] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.737061] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.737073] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.737082] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.737088] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.737095] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.737103] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.737111] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.737118] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.737127] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.737134] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.737142] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.737150] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.737157] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.737166] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.737174] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.737182] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.737189] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.737193] ---[ end trace 96623291b7d32035 ]--- Sometimes the device still works after resetting it. However, sometimes it is not working anymore even if I replug the device. Then khubd hangs non-interrupible while starting wpa_supplicant and I have about 68 kworker threads in idle state (maybe that's not related). I get a lot more warnings, including: WARNING: at net/mac80211/util.c:574 ieee80211_can_queue_work.isra.29+0x2e/0x40() WARNING: at net/mac80211/driver-ops.h:12 sta_info_move_state+0x3ff/0x450() WARNING: at net/mac80211/driver-ops.h:12 __sta_info_destroy+0x428/0x430() WARNING: at net/mac80211/driver-ops.h:12 ieee80211_bss_info_change_notify+0x1fa/0x210() WARNING: at net/mac80211/driver-ops.h:12 ieee80211_set_wmm_default+0x27d/0x290() WARNING: at net/mac80211/driver-ops.h:12 ieee80211_do_stop+0x5b2/0x5c0() I've attached a dmesg log (due to the huge amount of messages it was truncated). I am running linux-next from last week (I think Tuesday or Wednesday). Two internal usb hubs recently stopped working and some other internal buses, too (I guess due to physical damage but I am not sure) so it might be a hardware failure. Anyway, maybe someone of you can use this information. After rebooting everything works fine, btw. And I am not getting any oopses/panics which makes me quite happy ;) I haven't found a way to trigger it reliably and recompiling takes about 45min here so I want to avoid bisecting it. If you don't have any clue, I can still give it a try ;) Regards David
[ 1.682461] usb 1-1: New USB device found, idVendor=0b05, idProduct=1723 [ 1.685216] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.687951] usb 1-1: Product: 802.11 bg WLAN [ 1.690681] usb 1-1: Manufacturer: Ralink [ 2.000235] usb 1-8: new high-speed USB device number 5 using ehci_hcd [ 2.105439] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04773/0xa40000/0xa0000 [ 2.135335] usb 1-8: New USB device found, idVendor=0ac8, idProduct=c33f [ 2.138341] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.141318] usb 1-8: Product: WebCam SCB-0340N [ 2.144276] usb 1-8: Manufacturer: Namuga. [ 2.148494] uvcvideo: Found UVC 1.00 device WebCam SCB-0340N (0ac8:c33f) [ 2.153436] input: WebCam SCB-0340N as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input8 [ 2.159104] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9 [ 2.164858] PM: Hibernation image partition 8:3 present [ 2.164866] PM: Looking for hibernation image. [ 2.193080] PM: Image not found (code -22) [ 2.193088] PM: Hibernation image not present or could not be loaded. [ 2.193114] registered taskstats version 1 [ 2.197457] ALSA device list: [ 2.200302] #0: HDA Intel at 0xf0400000 irq 47 [ 2.243117] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null) [ 2.246801] VFS: Mounted root (ext4 filesystem) readonly on device 8:4. [ 2.282322] devtmpfs: mounted [ 2.286693] Freeing unused kernel memory: 460k freed [ 2.362058] usb 3-1: new full-speed USB device number 2 using uhci_hcd [ 2.504520] usb 3-1: New USB device found, idVendor=0a12, idProduct=0001 [ 2.507593] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.749074] usb 3-2: new full-speed USB device number 3 using uhci_hcd [ 2.866068] usb 3-2: device descriptor read/64, error -71 [ 3.085064] usb 3-2: device descriptor read/64, error -71 [ 3.166221] systemd[1]: systemd 185 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA +SYSVINIT +LIBCRYPTSETUP; arch) [ 3.214731] systemd[1]: Set hostname to <david-nb>. [ 3.293067] usb 3-2: new full-speed USB device number 4 using uhci_hcd [ 3.409076] usb 3-2: device descriptor read/64, error -71 [ 3.626066] usb 3-2: device descriptor read/64, error -71 [ 3.833058] usb 3-2: new full-speed USB device number 5 using uhci_hcd [ 4.244073] usb 3-2: device not accepting address 5, error -71 [ 4.349086] usb 3-2: new full-speed USB device number 6 using uhci_hcd [ 4.760073] usb 3-2: device not accepting address 6, error -71 [ 4.762585] hub 3-0:1.0: unable to enumerate USB device on port 2 [ 5.046813] udevd[902]: starting version 185 [ 5.193413] systemd-journald[903]: Fixed max_use=49.3M max_size=6.1M min_size=64.0K keep_free=24.6M [ 5.214190] systemd-journald[903]: Vacuuming... [ 5.214371] systemd-journald[903]: Flushing /proc/kmsg... [ 7.142065] usb 1-1: reset high-speed USB device number 2 using ehci_hcd [ 7.165343] Bluetooth: Core ver 2.16 [ 7.165969] NET: Registered protocol family 31 [ 7.165976] Bluetooth: HCI device and connection manager initialized [ 7.165981] Bluetooth: HCI socket layer initialized [ 7.165984] Bluetooth: L2CAP socket layer initialized [ 7.165998] Bluetooth: SCO socket layer initialized [ 7.182176] usbcore: registered new interface driver btusb [ 7.218917] EXT4-fs (sda4): re-mounted. Opts: (null) [ 7.588715] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 7.590903] Registered led device: rt73usb-phy0::radio [ 7.591179] Registered led device: rt73usb-phy0::assoc [ 7.591413] Registered led device: rt73usb-phy0::quality [ 7.593062] usbcore: registered new interface driver rt73usb [ 7.635985] Adding 4000764k swap on /dev/sda3. Priority:-1 extents:1 across:4000764k [ 8.695335] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: acl [ 9.054828] sky2 0000:09:00.0: eth0: enabling interface [ 9.055757] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 139.940040] systemd-journald[903]: Fixed max_use=1.8G max_size=128.0M min_size=64.0K keep_free=950.3M [ 139.940100] systemd-journald[903]: Flushing to /var... [ 6148.255327] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 6150.478627] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 6151.925049] wlan0: authenticate with 00:18:39:0a:8e:23 [ 6151.962657] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [ 6151.964430] wlan0: authenticated [ 6151.964630] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [ 6151.983074] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [ 6151.985416] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=5) [ 6151.996603] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 6151.996723] wlan0: associated [42334.861187] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [42334.861211] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q52] (Node ffff88003d828e88), AE_NOT_FOUND (20120518/psparse-536) [42362.822700] PM: Syncing filesystems ... done. [42363.672785] PM: Preparing system for mem sleep [42363.779668] Freezing user space processes ... (elapsed 0.01 seconds) done. [42363.791107] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done. [42363.802092] PM: Entering mem sleep [42363.802127] Suspending console(s) (use no_console_suspend to debug) [42363.821415] sd 0:0:0:0: [sda] Synchronizing SCSI cache [42363.821540] sd 0:0:0:0: [sda] Stopping disk [42363.972259] ACPI handle has no context! [42364.921042] phy0 -> rt73usb_set_device_state: Error - Device failed to enter state 1 (-16). [42364.943109] PM: suspend of devices complete after 1140.699 msecs [42364.943405] PM: late suspend of devices complete after 0.288 msecs [42365.117260] PM: noirq suspend of devices complete after 173.846 msecs [42365.117312] ACPI: Preparing to enter system sleep state S3 [42365.122860] PM: Saving platform NVS memory [42365.122904] Disabling non-boot CPUs ... [42365.124628] smpboot: CPU 1 is now offline [42365.125507] Extended CMOS year: 2000 [42365.125507] ACPI: Low-level resume complete [42365.125507] PM: Restoring platform NVS memory [42365.125507] Extended CMOS year: 2000 [42365.125507] CPU0: Thermal monitoring handled by SMI [42365.125507] Enabling non-boot CPUs ... [42365.127857] smpboot: Booting Node 0 Processor 1 APIC 0x1 [42365.161143] CPU1 is up [42365.161444] ACPI: Waking up from system sleep state S3 [42365.660081] PM: noirq resume of devices complete after 257.758 msecs [42365.660323] PM: early resume of devices complete after 0.177 msecs [42365.660421] i915 0000:00:02.0: setting latency timer to 64 [42365.660900] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X [42365.661097] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [42365.661134] usb usb2: root hub lost power or was reset [42365.661168] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [42365.661200] usb usb3: root hub lost power or was reset [42365.661231] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [42365.661263] usb usb4: root hub lost power or was reset [42365.661292] uhci_hcd 0000:00:1d.3: setting latency timer to 64 [42365.661325] usb usb5: root hub lost power or was reset [42365.661357] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [42365.661416] pci 0000:00:1e.0: setting latency timer to 64 [42365.661447] ahci 0000:00:1f.2: setting latency timer to 64 [42365.663573] bcma: bus0: Power control not implemented! [42365.969084] ata3: SATA link down (SStatus 0 SControl 300) [42365.969130] ata2: SATA link down (SStatus 0 SControl 300) [42365.972049] ata4: SATA link down (SStatus 0 SControl 300) [42366.002063] usb 1-1: reset high-speed USB device number 2 using ehci_hcd [42366.185597] rt73usb 1-1:1.0: no reset_resume for driver rt73usb? [42366.185838] wlan0: deauthenticating from 00:18:39:0a:8e:23 by local choice (reason=3) [42366.185864] ------------[ cut here ]------------ [42366.185879] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_send_deauth_disassoc+0x1a8/0x1b0() [42366.185881] Hardware name: N150P/N210P/N220P [42366.185884] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.185886] Modules linked in: btusb bluetooth rt73usb rt2x00usb rt2x00lib crc_itu_t [42366.185904] Pid: 3533, comm: kworker/u:37 Not tainted 3.5.0-rc6-next-20120709+ #11 [42366.185907] Call Trace: [42366.185910] [42366.185918] [<ffffffff81591b00>] ? ieee80211_send_deauth_disassoc+0x190/0x1b0 [42366.185920] [42366.185928] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.185930] [42366.185935] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.185937] [42366.185944] [<ffffffff81591b18>] ? ieee80211_send_deauth_disassoc+0x1a8/0x1b0 [42366.185945] [42366.185951] [<ffffffff81591c51>] ? ieee80211_set_disassoc+0x131/0x3a0 [42366.185953] [42366.185959] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.185961] [42366.185968] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.185969] [42366.185976] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.185978] [42366.185984] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.185986] [42366.185992] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.185994] [42366.186002] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.186030] [42366.186040] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.186042] [42366.186048] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.186050] [42366.186057] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.186059] [42366.186066] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.186069] [42366.186076] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.186078] [42366.186086] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.186088] [42366.186101] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.186103] [42366.186112] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.186114] [42366.186123] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.186125] [42366.186132] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.186134] [42366.186140] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.186141] [42366.186148] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.186149] [42366.186155] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.186157] [42366.186162] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.186163] [42366.186169] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.186170] [42366.186177] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.186179] [42366.186185] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.186186] [42366.186192] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.186193] [42366.186200] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.186202] [42366.186208] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.186209] [42366.186215] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.186217] [42366.186223] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.186225] [42366.186230] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.186232] [42366.186239] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.186240] [42366.186247] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.186249] [42366.186255] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.186257] [42366.186262] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.186266] ---[ end trace 96623291b7d32029 ]--- [42366.191036] ------------[ cut here ]------------ [42366.191048] WARNING: at net/mac80211/driver-ops.h:12 sta_info_move_state+0x3ff/0x450() [42366.191050] Hardware name: N150P/N210P/N220P [42366.191053] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.191055] Modules linked in: [42366.191057] btusb [42366.191059] bluetooth [42366.191061] rt73usb [42366.191077] rt2x00usb [42366.191079] rt2x00lib [42366.191080] crc_itu_t [42366.191082] [42366.191088] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.191090] Call Trace: [42366.191092] [42366.191100] [<ffffffff81573f00>] ? sta_info_move_state+0x3c0/0x450 [42366.191102] [42366.191108] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.191109] [42366.191115] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.191117] [42366.191124] [<ffffffff81573f3f>] ? sta_info_move_state+0x3ff/0x450 [42366.191125] [42366.191132] [<ffffffff815740b7>] ? __sta_info_destroy+0x127/0x430 [42366.191133] [42366.191140] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [42366.191142] [42366.191148] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [42366.191150] [42366.191156] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.191158] [42366.191163] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.191165] [42366.191171] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.191172] [42366.191178] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.191180] [42366.191186] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.191187] [42366.191194] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.191196] [42366.191201] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.191203] [42366.191208] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.191209] [42366.191215] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.191216] [42366.191222] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.191223] [42366.191230] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.191231] [42366.191238] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.191240] [42366.191250] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.191252] [42366.191260] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.191262] [42366.191269] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.191271] [42366.191277] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.191279] [42366.191285] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.191286] [42366.191293] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.191294] [42366.191300] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.191302] [42366.191307] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.191308] [42366.191313] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.191314] [42366.191321] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.191323] [42366.191328] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.191330] [42366.191336] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.191337] [42366.191344] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.191345] [42366.191351] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.191352] [42366.191359] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.191361] [42366.191366] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.191368] [42366.191373] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.191375] [42366.191382] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.191383] [42366.191389] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.191391] [42366.191397] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.191399] [42366.191404] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.191407] ---[ end trace 96623291b7d3202a ]--- [42366.191410] ------------[ cut here ]------------ [42366.191417] WARNING: at net/mac80211/driver-ops.h:12 sta_info_move_state+0x3ff/0x450() [42366.191420] Hardware name: N150P/N210P/N220P [42366.191422] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.191423] Modules linked in: [42366.191425] btusb [42366.191427] bluetooth [42366.191429] rt73usb [42366.191431] rt2x00usb [42366.191432] rt2x00lib [42366.191434] crc_itu_t [42366.191435] [42366.191440] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.191442] Call Trace: [42366.191444] [42366.191450] [<ffffffff81573f00>] ? sta_info_move_state+0x3c0/0x450 [42366.191452] [42366.191457] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.191459] [42366.191464] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.191466] [42366.191473] [<ffffffff81573f3f>] ? sta_info_move_state+0x3ff/0x450 [42366.191475] [42366.191481] [<ffffffff815740b7>] ? __sta_info_destroy+0x127/0x430 [42366.191483] [42366.191489] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [42366.191491] [42366.191497] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [42366.191499] [42366.191505] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.191507] [42366.191512] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.191514] [42366.191520] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.191522] [42366.191527] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.191529] [42366.191535] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.191536] [42366.191543] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.191544] [42366.191550] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.191551] [42366.191556] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.191558] [42366.191563] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.191565] [42366.191570] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.191571] [42366.191578] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.191579] [42366.191586] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.191588] [42366.191597] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.191599] [42366.191607] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.191608] [42366.191616] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.191618] [42366.191624] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.191625] [42366.191631] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.191633] [42366.191640] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.191641] [42366.191647] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.191648] [42366.191653] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.191655] [42366.191660] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.191661] [42366.191667] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.191669] [42366.191675] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.191676] [42366.191682] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.191683] [42366.191690] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.191692] [42366.191697] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.191698] [42366.191705] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.191707] [42366.191712] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.191714] [42366.191719] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.191721] [42366.191727] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.191729] [42366.191734] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.191736] [42366.191743] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.191744] [42366.191749] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.191752] ---[ end trace 96623291b7d3202b ]--- [42366.191754] ------------[ cut here ]------------ [42366.191762] WARNING: at net/mac80211/driver-ops.h:12 sta_info_move_state+0x441/0x450() [42366.191764] Hardware name: N150P/N210P/N220P [42366.191766] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.191768] Modules linked in: [42366.191769] btusb [42366.191771] bluetooth [42366.191773] rt73usb [42366.191775] rt2x00usb [42366.191776] rt2x00lib [42366.191778] crc_itu_t [42366.191779] [42366.191784] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.191786] Call Trace: [42366.191787] [42366.191794] [<ffffffff81573f00>] ? sta_info_move_state+0x3c0/0x450 [42366.191795] [42366.191801] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.191803] [42366.191808] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.191810] [42366.191817] [<ffffffff81573f81>] ? sta_info_move_state+0x441/0x450 [42366.191818] [42366.191825] [<ffffffff815740b7>] ? __sta_info_destroy+0x127/0x430 [42366.191827] [42366.191833] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [42366.191835] [42366.191841] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [42366.191843] [42366.191849] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.191851] [42366.191856] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.191858] [42366.191864] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.191865] [42366.191871] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.191872] [42366.191878] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.191880] [42366.191887] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.191888] [42366.191893] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.191895] [42366.191900] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.191902] [42366.191907] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.191908] [42366.191914] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.191915] [42366.191922] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.191923] [42366.191930] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.191931] [42366.191941] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.191943] [42366.191951] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.191952] [42366.191960] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.191961] [42366.191968] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.191969] [42366.191975] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.191977] [42366.191983] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.191985] [42366.191991] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.191992] [42366.191997] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.191998] [42366.192023] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.192025] [42366.192031] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.192033] [42366.192039] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.192040] [42366.192046] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.192047] [42366.192054] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.192056] [42366.192061] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.192062] [42366.192069] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.192071] [42366.192076] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.192078] [42366.192083] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.192085] [42366.192091] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.192093] [42366.192099] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.192101] [42366.192107] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.192109] [42366.192114] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.192117] ---[ end trace 96623291b7d3202c ]--- [42366.192119] ------------[ cut here ]------------ [42366.192127] WARNING: at net/mac80211/driver-ops.h:12 sta_info_move_state+0x3ff/0x450() [42366.192129] Hardware name: N150P/N210P/N220P [42366.192132] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.192133] Modules linked in: [42366.192135] btusb [42366.192137] bluetooth [42366.192139] rt73usb [42366.192141] rt2x00usb [42366.192142] rt2x00lib [42366.192144] crc_itu_t [42366.192145] [42366.192150] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.192152] Call Trace: [42366.192154] [42366.192160] [<ffffffff81573f00>] ? sta_info_move_state+0x3c0/0x450 [42366.192162] [42366.192167] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.192169] [42366.192174] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.192176] [42366.192183] [<ffffffff81573f3f>] ? sta_info_move_state+0x3ff/0x450 [42366.192185] [42366.192191] [<ffffffff815740b7>] ? __sta_info_destroy+0x127/0x430 [42366.192193] [42366.192199] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [42366.192201] [42366.192207] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [42366.192209] [42366.192215] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.192217] [42366.192222] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.192224] [42366.192230] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.192232] [42366.192237] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.192239] [42366.192245] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.192246] [42366.192253] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.192254] [42366.192260] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.192261] [42366.192266] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.192268] [42366.192273] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.192275] [42366.192280] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.192281] [42366.192288] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.192289] [42366.192296] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.192298] [42366.192308] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.192309] [42366.192317] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.192319] [42366.192326] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.192328] [42366.192335] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.192336] [42366.192342] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.192343] [42366.192350] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.192351] [42366.192358] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.192359] [42366.192364] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.192365] [42366.192370] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.192372] [42366.192378] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.192379] [42366.192385] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.192387] [42366.192393] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.192394] [42366.192401] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.192402] [42366.192408] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.192409] [42366.192415] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.192417] [42366.192423] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.192424] [42366.192430] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.192431] [42366.192438] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.192440] [42366.192445] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.192447] [42366.192454] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.192455] [42366.192460] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.192463] ---[ end trace 96623291b7d3202d ]--- [42366.192465] ------------[ cut here ]------------ [42366.192473] WARNING: at net/mac80211/driver-ops.h:12 __sta_info_destroy+0x428/0x430() [42366.192475] Hardware name: N150P/N210P/N220P [42366.192478] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.192479] Modules linked in: [42366.192481] btusb [42366.192483] bluetooth [42366.192484] rt73usb [42366.192486] rt2x00usb [42366.192488] rt2x00lib [42366.192490] crc_itu_t [42366.192491] [42366.192496] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.192497] Call Trace: [42366.192499] [42366.192506] [<ffffffff81574300>] ? __sta_info_destroy+0x370/0x430 [42366.192507] [42366.192513] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.192514] [42366.192520] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.192521] [42366.192528] [<ffffffff81573f3f>] ? sta_info_move_state+0x3ff/0x450 [42366.192530] [42366.192536] [<ffffffff815743b8>] ? __sta_info_destroy+0x428/0x430 [42366.192538] [42366.192544] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [42366.192546] [42366.192552] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [42366.192554] [42366.192560] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.192562] [42366.192567] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.192569] [42366.192575] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.192576] [42366.192582] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.192583] [42366.192589] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.192591] [42366.192598] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.192599] [42366.192604] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.192606] [42366.192611] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.192613] [42366.192618] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.192620] [42366.192625] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.192626] [42366.192633] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.192634] [42366.192641] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.192643] [42366.192652] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.192654] [42366.192662] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.192663] [42366.192671] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.192673] [42366.192679] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.192680] [42366.192686] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.192688] [42366.192695] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.192696] [42366.192702] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.192703] [42366.192708] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.192710] [42366.192715] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.192716] [42366.192722] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.192724] [42366.192730] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.192731] [42366.192737] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.192738] [42366.192745] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.192747] [42366.192752] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.192753] [42366.192760] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.192762] [42366.192767] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.192769] [42366.192774] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.192776] [42366.192782] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.192784] [42366.192789] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.192792] [42366.192798] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.192799] [42366.192804] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.192807] ---[ end trace 96623291b7d3202e ]--- [42366.199041] ------------[ cut here ]------------ [42366.199053] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_bss_info_change_notify+0x1fa/0x210() [42366.199055] Hardware name: N150P/N210P/N220P [42366.199058] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.199059] Modules linked in: [42366.199061] btusb [42366.199063] bluetooth [42366.199065] rt73usb [42366.199067] rt2x00usb [42366.199068] rt2x00lib [42366.199070] crc_itu_t [42366.199071] [42366.199077] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.199079] Call Trace: [42366.199081] [42366.199088] [<ffffffff81571100>] ? ieee80211_bss_info_change_notify+0x130/0x210 [42366.199089] [42366.199095] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.199097] [42366.199102] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.199104] [42366.199111] [<ffffffff815711ca>] ? ieee80211_bss_info_change_notify+0x1fa/0x210 [42366.199113] [42366.199119] [<ffffffff81591d4f>] ? ieee80211_set_disassoc+0x22f/0x3a0 [42366.199121] [42366.199127] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.199129] [42366.199134] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.199136] [42366.199142] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.199143] [42366.199149] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.199150] [42366.199156] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.199158] [42366.199165] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.199166] [42366.199172] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.199173] [42366.199179] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.199180] [42366.199186] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.199187] [42366.199192] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.199194] [42366.199200] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.199202] [42366.199209] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.199210] [42366.199221] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.199222] [42366.199230] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.199232] [42366.199239] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.199241] [42366.199248] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.199249] [42366.199255] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.199257] [42366.199263] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.199264] [42366.199271] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.199272] [42366.199277] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.199278] [42366.199283] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.199285] [42366.199291] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.199293] [42366.199298] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.199300] [42366.199306] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.199307] [42366.199314] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.199315] [42366.199321] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.199322] [42366.199329] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.199330] [42366.199336] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.199337] [42366.199343] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.199344] [42366.199351] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.199353] [42366.199358] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.199360] [42366.199367] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.199368] [42366.199373] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.199376] ---[ end trace 96623291b7d3202f ]--- [42366.199381] ------------[ cut here ]------------ [42366.199388] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_set_wmm_default+0x27d/0x290() [42366.199390] Hardware name: N150P/N210P/N220P [42366.199392] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.199393] Modules linked in: [42366.199395] btusb [42366.199397] bluetooth [42366.199399] rt73usb [42366.199401] rt2x00usb [42366.199402] rt2x00lib [42366.199404] crc_itu_t [42366.199405] [42366.199410] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.199412] Call Trace: [42366.199413] [42366.199419] [<ffffffff8158ec00>] ? ieee80211_set_wmm_default+0x1e0/0x290 [42366.199420] [42366.199426] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.199428] [42366.199433] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.199435] [42366.199441] [<ffffffff8158ec9d>] ? ieee80211_set_wmm_default+0x27d/0x290 [42366.199443] [42366.199449] [<ffffffff81591d7a>] ? ieee80211_set_disassoc+0x25a/0x3a0 [42366.199451] [42366.199457] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.199459] [42366.199464] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.199466] [42366.199472] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.199474] [42366.199479] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.199481] [42366.199487] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.199488] [42366.199495] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.199496] [42366.199502] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.199503] [42366.199508] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.199510] [42366.199515] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.199517] [42366.199522] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.199523] [42366.199530] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.199531] [42366.199538] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.199540] [42366.199550] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.199551] [42366.199559] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.199561] [42366.199568] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.199570] [42366.199576] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.199578] [42366.199584] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.199585] [42366.199592] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.199593] [42366.199599] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.199601] [42366.199606] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.199607] [42366.199612] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.199613] [42366.199620] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.199621] [42366.199627] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.199628] [42366.199634] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.199635] [42366.199642] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.199644] [42366.199649] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.199651] [42366.199657] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.199659] [42366.199664] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.199666] [42366.199672] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.199673] [42366.199679] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.199681] [42366.199687] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.199689] [42366.199695] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.199697] [42366.199702] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.199705] ---[ end trace 96623291b7d32030 ]--- [42366.199711] ------------[ cut here ]------------ [42366.199718] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_set_wmm_default+0x27d/0x290() [42366.199720] Hardware name: N150P/N210P/N220P [42366.199722] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.199724] Modules linked in: [42366.199725] btusb [42366.199727] bluetooth [42366.199729] rt73usb [42366.199731] rt2x00usb [42366.199732] rt2x00lib [42366.199734] crc_itu_t [42366.199735] [42366.199740] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.199742] Call Trace: [42366.199744] [42366.199749] [<ffffffff8158ec00>] ? ieee80211_set_wmm_default+0x1e0/0x290 [42366.199751] [42366.199756] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.199758] [42366.199763] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.199765] [42366.199771] [<ffffffff8158ec9d>] ? ieee80211_set_wmm_default+0x27d/0x290 [42366.199773] [42366.199779] [<ffffffff81591d7a>] ? ieee80211_set_disassoc+0x25a/0x3a0 [42366.199781] [42366.199787] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.199789] [42366.199794] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.199796] [42366.199802] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.199804] [42366.199809] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.199811] [42366.199817] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.199819] [42366.199825] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.199826] [42366.199832] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.199833] [42366.199838] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.199840] [42366.199845] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.199847] [42366.199852] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.199853] [42366.199860] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.199861] [42366.199868] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.199870] [42366.199880] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.199881] [42366.199889] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.199891] [42366.199898] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.199900] [42366.199907] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.199908] [42366.199914] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.199915] [42366.199922] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.199923] [42366.199929] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.199931] [42366.199936] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.199937] [42366.199942] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.199943] [42366.199950] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.199951] [42366.199957] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.199959] [42366.199964] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.199966] [42366.199973] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.199974] [42366.199980] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.199981] [42366.199987] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.199989] [42366.199995] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.199996] [42366.200002] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.200028] [42366.200037] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.200039] [42366.200045] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.200047] [42366.200054] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.200055] [42366.200060] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.200084] ---[ end trace 96623291b7d32031 ]--- [42366.200090] ------------[ cut here ]------------ [42366.200097] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_set_wmm_default+0x27d/0x290() [42366.200100] Hardware name: N150P/N210P/N220P [42366.200102] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.200104] Modules linked in: [42366.200105] btusb [42366.200107] bluetooth [42366.200109] rt73usb [42366.200111] rt2x00usb [42366.200113] rt2x00lib [42366.200114] crc_itu_t [42366.200116] [42366.200121] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.200123] Call Trace: [42366.200124] [42366.200130] [<ffffffff8158ec00>] ? ieee80211_set_wmm_default+0x1e0/0x290 [42366.200132] [42366.200137] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.200139] [42366.200145] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.200146] [42366.200152] [<ffffffff8158ec9d>] ? ieee80211_set_wmm_default+0x27d/0x290 [42366.200154] [42366.200160] [<ffffffff81591d7a>] ? ieee80211_set_disassoc+0x25a/0x3a0 [42366.200162] [42366.200168] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.200170] [42366.200176] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.200177] [42366.200183] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.200185] [42366.200191] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.200192] [42366.200198] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.200200] [42366.200206] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.200208] [42366.200213] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.200215] [42366.200220] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.200221] [42366.200227] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.200228] [42366.200234] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.200235] [42366.200241] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.200243] [42366.200250] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.200252] [42366.200262] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.200263] [42366.200271] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.200273] [42366.200280] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.200282] [42366.200289] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.200290] [42366.200296] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.200297] [42366.200304] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.200305] [42366.200311] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.200313] [42366.200318] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.200319] [42366.200324] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.200325] [42366.200332] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.200333] [42366.200339] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.200341] [42366.200346] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.200348] [42366.200354] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.200356] [42366.200362] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.200363] [42366.200369] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.200371] [42366.200376] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.200378] [42366.200384] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.200385] [42366.200392] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.200393] [42366.200399] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.200401] [42366.200407] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.200409] [42366.200414] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.200417] ---[ end trace 96623291b7d32032 ]--- [42366.200420] ------------[ cut here ]------------ [42366.200427] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_set_wmm_default+0x27d/0x290() [42366.200429] Hardware name: N150P/N210P/N220P [42366.200431] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.200433] Modules linked in: [42366.200435] btusb [42366.200437] bluetooth [42366.200438] rt73usb [42366.200440] rt2x00usb [42366.200442] rt2x00lib [42366.200443] crc_itu_t [42366.200445] [42366.200450] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.200451] Call Trace: [42366.200453] [42366.200458] [<ffffffff8158ec00>] ? ieee80211_set_wmm_default+0x1e0/0x290 [42366.200460] [42366.200465] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.200467] [42366.200472] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.200474] [42366.200480] [<ffffffff8158ec9d>] ? ieee80211_set_wmm_default+0x27d/0x290 [42366.200482] [42366.200488] [<ffffffff81591d7a>] ? ieee80211_set_disassoc+0x25a/0x3a0 [42366.200490] [42366.200496] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [42366.200498] [42366.200503] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [42366.200505] [42366.200511] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [42366.200513] [42366.200518] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [42366.200520] [42366.200526] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [42366.200528] [42366.200534] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [42366.200535] [42366.200541] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [42366.200542] [42366.200547] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.200549] [42366.200554] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.200556] [42366.200561] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.200562] [42366.200569] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.200570] [42366.200577] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.200579] [42366.200589] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.200590] [42366.200598] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.200600] [42366.200607] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.200609] [42366.200615] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.200617] [42366.200623] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.200624] [42366.200631] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.200632] [42366.200638] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.200640] [42366.200645] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.200646] [42366.200651] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.200652] [42366.200659] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.200660] [42366.200666] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.200667] [42366.200673] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.200674] [42366.200681] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.200683] [42366.200689] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.200690] [42366.200696] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.200698] [42366.200703] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.200705] [42366.200711] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.200712] [42366.200718] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.200720] [42366.200726] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.200728] [42366.200734] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.200736] [42366.200741] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.200744] ---[ end trace 96623291b7d32033 ]--- [42366.218163] cfg80211: Calling CRDA to update world regulatory domain [42366.225027] ------------[ cut here ]------------ [42366.225040] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_do_stop+0x5b2/0x5c0() [42366.225043] Hardware name: N150P/N210P/N220P [42366.225045] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [42366.225047] Modules linked in: [42366.225049] btusb [42366.225051] bluetooth [42366.225053] rt73usb [42366.225055] rt2x00usb [42366.225057] rt2x00lib [42366.225058] crc_itu_t [42366.225060] [42366.225066] Pid: 3533, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [42366.225068] Call Trace: [42366.225070] [42366.225077] [<ffffffff8157de00>] ? ieee80211_do_stop+0x5a0/0x5c0 [42366.225079] [42366.225086] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [42366.225087] [42366.225093] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [42366.225095] [42366.225101] [<ffffffff8157de12>] ? ieee80211_do_stop+0x5b2/0x5c0 [42366.225102] [42366.225108] [<ffffffff8149c253>] ? dev_deactivate_many+0x1f3/0x240 [42366.225110] [42366.225116] [<ffffffff8157de36>] ? ieee80211_stop+0x16/0x20 [42366.225117] [42366.225123] [<ffffffff81481e45>] ? __dev_close_many+0x85/0xd0 [42366.225124] [42366.225129] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [42366.225131] [42366.225136] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [42366.225138] [42366.225143] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [42366.225144] [42366.225151] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [42366.225152] [42366.225159] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [42366.225161] [42366.225172] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [42366.225174] [42366.225182] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [42366.225184] [42366.225192] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [42366.225194] [42366.225201] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [42366.225202] [42366.225208] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [42366.225210] [42366.225216] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [42366.225218] [42366.225224] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [42366.225225] [42366.225230] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [42366.225232] [42366.225237] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [42366.225238] [42366.225245] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [42366.225247] [42366.225252] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [42366.225254] [42366.225260] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [42366.225261] [42366.225269] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [42366.225271] [42366.225277] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [42366.225278] [42366.225284] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [42366.225286] [42366.225292] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [42366.225293] [42366.225299] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [42366.225300] [42366.225307] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [42366.225309] [42366.225315] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [42366.225317] [42366.225323] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [42366.225325] [42366.225330] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [42366.225333] ---[ end trace 96623291b7d32034 ]--- [42366.254066] usb 3-1: reset full-speed USB device number 2 using uhci_hcd [42366.385304] usb 3-1: device descriptor read/all, error -71 [42366.487053] usb 1-8: reset high-speed USB device number 5 using ehci_hcd [42366.703054] usb 3-1: reset full-speed USB device number 2 using uhci_hcd [42366.842308] btusb 3-1:1.0: no reset_resume for driver btusb? [42366.842314] btusb 3-1:1.1: no reset_resume for driver btusb? [42367.654070] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [42367.673488] ata1.00: configured for UDMA/133 [42367.674142] sd 0:0:0:0: [sda] Starting disk [42367.678534] PM: resume of devices complete after 2018.198 msecs [42367.781047] usb 1-1: reset high-speed USB device number 2 using ehci_hcd [42368.227498] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [42368.228218] Registered led device: rt73usb-phy1::radio [42368.228289] Registered led device: rt73usb-phy1::assoc [42368.228351] Registered led device: rt73usb-phy1::quality [42368.231688] PM: Finishing wakeup. [42368.231693] Restarting tasks ... done. [42368.438053] usb 3-2: new full-speed USB device number 7 using uhci_hcd [42368.598315] usb 3-2: New USB device found, idVendor=0a5c, idProduct=219c [42368.598326] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [42368.598335] usb 3-2: Product: Broadcom BCM2070 Bluetooth Device [42368.598343] usb 3-2: Manufacturer: Broadcom Corp [42368.598350] usb 3-2: SerialNumber: 001BB111C037 [42394.184114] PM: Syncing filesystems ... done. [42395.095474] PM: Preparing system for mem sleep [42395.095533] Freezing user space processes ... (elapsed 0.01 seconds) done. [42395.107133] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done. [42395.118093] PM: Entering mem sleep [42395.118126] Suspending console(s) (use no_console_suspend to debug) [42395.118759] sd 0:0:0:0: [sda] Synchronizing SCSI cache [42395.130635] sd 0:0:0:0: [sda] Stopping disk [42395.269268] ACPI handle has no context! [42396.218042] phy1 -> rt73usb_set_device_state: Error - Device failed to enter state 1 (-16). [42396.240108] PM: suspend of devices complete after 1121.697 msecs [42396.240414] PM: late suspend of devices complete after 0.298 msecs [42396.414482] PM: noirq suspend of devices complete after 174.057 msecs [42396.414532] ACPI: Preparing to enter system sleep state S3 [42396.419851] PM: Saving platform NVS memory [42396.419899] Disabling non-boot CPUs ... [42396.421598] smpboot: CPU 1 is now offline [42396.422408] Extended CMOS year: 2000 [42396.422408] ACPI: Low-level resume complete [42396.422408] PM: Restoring platform NVS memory [42396.422408] Extended CMOS year: 2000 [42396.422408] CPU0: Thermal monitoring handled by SMI [42396.422408] Enabling non-boot CPUs ... [42396.424753] smpboot: Booting Node 0 Processor 1 APIC 0x1 [42396.458143] CPU1 is up [42396.458446] ACPI: Waking up from system sleep state S3 [42396.706116] PM: noirq resume of devices complete after 206.410 msecs [42396.706418] PM: early resume of devices complete after 0.188 msecs [42396.706521] i915 0000:00:02.0: setting latency timer to 64 [42396.707107] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X [42396.707440] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [42396.707528] usb usb2: root hub lost power or was reset [42396.707563] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [42396.707596] usb usb3: root hub lost power or was reset [42396.707627] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [42396.707660] usb usb4: root hub lost power or was reset [42396.707689] uhci_hcd 0000:00:1d.3: setting latency timer to 64 [42396.707721] usb usb5: root hub lost power or was reset [42396.707753] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [42396.707812] pci 0000:00:1e.0: setting latency timer to 64 [42396.707844] ahci 0000:00:1f.2: setting latency timer to 64 [42396.709990] bcma: bus0: Power control not implemented! [42397.019087] ata4: SATA link down (SStatus 0 SControl 300) [42397.019132] ata3: SATA link down (SStatus 0 SControl 300) [42397.019172] ata2: SATA link down (SStatus 0 SControl 300) [42397.049064] usb 1-8: reset high-speed USB device number 5 using ehci_hcd [42397.265061] usb 1-1: reset high-speed USB device number 2 using ehci_hcd [42397.448540] rt73usb 1-1:1.0: no reset_resume for driver rt73usb? [42397.517079] usb 3-2: reset full-speed USB device number 7 using uhci_hcd [42397.657476] btusb 3-2:1.0: no reset_resume for driver btusb? [42397.657482] btusb 3-2:1.1: no reset_resume for driver btusb? [42397.742055] usb 3-1: reset full-speed USB device number 2 using uhci_hcd [42397.873471] usb 3-1: device descriptor read/all, error -71 [42397.977054] usb 3-1: reset full-speed USB device number 2 using uhci_hcd [42398.116475] btusb 3-1:1.0: no reset_resume for driver btusb? [42398.116481] btusb 3-1:1.1: no reset_resume for driver btusb? [42398.906068] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [42398.925487] ata1.00: configured for UDMA/133 [42398.925636] sd 0:0:0:0: [sda] Starting disk [42398.938736] PM: resume of devices complete after 2232.305 msecs [42399.041064] usb 1-1: reset high-speed USB device number 2 using ehci_hcd [42399.487642] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht' [42399.488326] Registered led device: rt73usb-phy2::radio [42399.488397] Registered led device: rt73usb-phy2::assoc [42399.488461] Registered led device: rt73usb-phy2::quality [42399.489340] PM: Finishing wakeup. [42399.489345] Restarting tasks ... done. [42411.488702] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [42413.608663] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [42415.062951] wlan0: authenticate with 00:18:39:0a:8e:23 [42415.101684] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [42415.103348] wlan0: authenticated [42415.103547] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [42415.122045] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [42415.124968] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [42415.136109] wlan0: associated [42415.136751] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [42952.223072] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [42952.259572] cfg80211: Calling CRDA to update world regulatory domain [42953.650914] wlan0: authenticate with 00:18:39:0a:8e:23 [42953.691004] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [42953.892058] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [42954.093053] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [42954.294048] wlan0: authentication with 00:18:39:0a:8e:23 timed out [42971.206555] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [42973.327540] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [43245.939597] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [43248.052678] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [43249.502195] wlan0: authenticate with 00:18:39:0a:8e:23 [43249.539180] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [43249.541221] wlan0: authenticated [43249.541512] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [43249.560034] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [43249.586850] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [43249.598919] wlan0: associated [43249.599750] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [43395.847873] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [43395.898589] cfg80211: Calling CRDA to update world regulatory domain [43397.276815] wlan0: authenticate with 00:18:39:0a:8e:23 [43397.314141] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [43397.315802] wlan0: authenticated [43397.316131] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [43397.335040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [43397.338678] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [43397.352228] wlan0: associated [48513.204107] usb 3-1: USB disconnect, device number 2 [48513.910064] usb 3-1: new full-speed USB device number 8 using uhci_hcd [48514.043022] usb 3-1: device descriptor read/all, error -71 [48514.147063] usb 3-1: new full-speed USB device number 9 using uhci_hcd [48514.287048] usb 3-1: New USB device found, idVendor=0a12, idProduct=0001 [48514.287062] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [49312.994164] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [49312.994187] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q51] (Node ffff88003d828e60), AE_NOT_FOUND (20120518/psparse-536) [49492.276239] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [49492.276274] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q52] (Node ffff88003d828e88), AE_NOT_FOUND (20120518/psparse-536) [49499.252183] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [49499.252208] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q51] (Node ffff88003d828e60), AE_NOT_FOUND (20120518/psparse-536) [71839.979085] asdf [71850.119928] asdf [73075.238185] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [73075.238208] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q52] (Node ffff88003d828e88), AE_NOT_FOUND (20120518/psparse-536) [73098.958179] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [73098.958204] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q51] (Node ffff88003d828e60), AE_NOT_FOUND (20120518/psparse-536) [73119.219075] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [73119.258620] cfg80211: Calling CRDA to update world regulatory domain [73120.643239] wlan0: authenticate with 00:18:39:0a:8e:23 [73120.682064] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73120.883078] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73121.084098] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [73121.285030] wlan0: authentication with 00:18:39:0a:8e:23 timed out [73179.408002] wlan0: authenticate with 00:18:39:0a:8e:23 [73179.449090] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73179.451874] wlan0: authenticated [73179.452098] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [73179.471031] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [73179.473232] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [73179.484844] wlan0: associated [73205.222147] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [73205.251680] cfg80211: Calling CRDA to update world regulatory domain [73206.644788] wlan0: authenticate with 00:18:39:0a:8e:23 [73206.682105] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73206.883039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73207.084084] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [73207.285037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [73252.792843] wlan0: authenticate with 00:18:39:0a:8e:23 [73252.830150] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73252.833937] wlan0: authenticated [73252.834303] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [73252.856040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [73252.878894] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [73252.891378] wlan0: associated [73266.222087] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [73266.251578] cfg80211: Calling CRDA to update world regulatory domain [73267.634869] wlan0: authenticate with 00:18:39:0a:8e:23 [73267.672138] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73267.873038] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73268.074091] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [73268.275035] wlan0: authentication with 00:18:39:0a:8e:23 timed out [73320.015800] wlan0: authenticate with 00:18:39:0a:8e:23 [73320.053294] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [73320.254043] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [73320.455044] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [73320.656039] wlan0: authentication with 00:18:39:0a:8e:23 timed out [73340.962793] wlan0: authenticate with 00:18:39:0a:8e:23 [73341.000058] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73341.019087] wlan0: authenticated [73341.019327] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [73341.039039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [73341.068442] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [73341.080546] wlan0: associated [73356.852799] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [73356.897623] cfg80211: Calling CRDA to update world regulatory domain [73358.290834] wlan0: authenticate with 00:18:39:0a:8e:23 [73358.328939] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73358.529036] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73358.730030] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [73358.931036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [73372.927786] wlan0: authenticate with 00:18:39:0a:8e:23 [73372.965200] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73373.166039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73373.367029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [73373.568043] wlan0: authentication with 00:18:39:0a:8e:23 timed out [73463.174835] wlan0: authenticate with 00:18:39:0a:8e:23 [73463.212127] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73463.213794] wlan0: authenticated [73463.214176] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [73463.233039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [73463.235415] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [73463.247944] wlan0: associated [73475.810275] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [73475.842540] cfg80211: Calling CRDA to update world regulatory domain [73477.226833] wlan0: authenticate with 00:18:39:0a:8e:23 [73477.264136] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73477.465040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73477.666044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [73477.867036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [73491.836778] wlan0: authenticate with 00:18:39:0a:8e:23 [73491.874143] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73492.075030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73492.276037] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [73492.477028] wlan0: authentication with 00:18:39:0a:8e:23 timed out [73613.544784] wlan0: authenticate with 00:18:39:0a:8e:23 [73613.582089] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73613.585501] wlan0: authenticated [73613.585743] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [73613.604043] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [73613.606262] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [73613.618898] wlan0: associated [73799.842677] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [73799.889551] cfg80211: Calling CRDA to update world regulatory domain [73801.279862] wlan0: authenticate with 00:18:39:0a:8e:23 [73801.317198] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73801.319001] wlan0: authenticated [73801.319421] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [73801.338039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [73801.344334] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [73801.356866] wlan0: associated [73839.222125] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [73839.251660] cfg80211: Calling CRDA to update world regulatory domain [73840.644871] wlan0: authenticate with 00:18:39:0a:8e:23 [73840.682221] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73840.883039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73841.084041] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [73841.285038] wlan0: authentication with 00:18:39:0a:8e:23 timed out [73861.590777] wlan0: authenticate with 00:18:39:0a:8e:23 [73861.628107] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73861.629900] wlan0: authenticated [73861.630229] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [73861.649039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [73861.652147] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [73861.664075] wlan0: associated [73972.943653] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [73972.987606] cfg80211: Calling CRDA to update world regulatory domain [73974.380844] wlan0: authenticate with 00:18:39:0a:8e:23 [73974.418298] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73974.619041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73974.643449] wlan0: authenticated [73974.643700] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [73974.662039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [73974.863030] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [73975.064084] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [73975.127583] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [73975.139729] wlan0: associated [73984.222063] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [73984.251607] cfg80211: Calling CRDA to update world regulatory domain [73985.644805] wlan0: authenticate with 00:18:39:0a:8e:23 [73985.682053] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [73985.883039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [73986.084085] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [73986.285026] wlan0: authentication with 00:18:39:0a:8e:23 timed out [74044.392766] wlan0: authenticate with 00:18:39:0a:8e:23 [74044.430214] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74044.434746] wlan0: authenticated [74044.434929] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [74044.453050] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [74044.463356] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [74044.474576] wlan0: associated [74063.222150] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [74063.251554] cfg80211: Calling CRDA to update world regulatory domain [74064.644753] wlan0: authenticate with 00:18:39:0a:8e:23 [74064.682102] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74064.883039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [74065.084082] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [74065.285035] wlan0: authentication with 00:18:39:0a:8e:23 timed out [74173.699768] wlan0: authenticate with 00:18:39:0a:8e:23 [74173.737164] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74173.938038] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [74174.002069] wlan0: authenticated [74174.002314] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [74174.021041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [74174.029943] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [74174.042498] wlan0: associated [74195.839782] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [74195.886386] cfg80211: Calling CRDA to update world regulatory domain [74197.277831] wlan0: authenticate with 00:18:39:0a:8e:23 [74197.315176] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74197.516037] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [74197.717045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [74197.918029] wlan0: authentication with 00:18:39:0a:8e:23 timed out [74256.021666] wlan0: authenticate with 00:18:39:0a:8e:23 [74256.059211] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74256.061232] wlan0: authenticated [74256.061467] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [74256.080026] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [74256.089972] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [74256.101575] wlan0: associated [74354.222066] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [74354.251590] cfg80211: Calling CRDA to update world regulatory domain [74355.634834] wlan0: authenticate with 00:18:39:0a:8e:23 [74355.672143] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74355.675428] wlan0: authenticated [74355.675616] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [74355.694044] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [74355.895047] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [74355.941425] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [74355.953473] wlan0: associated [74381.838765] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [74381.880588] cfg80211: Calling CRDA to update world regulatory domain [74383.275793] wlan0: authenticate with 00:18:39:0a:8e:23 [74383.313158] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74383.316087] wlan0: authenticated [74383.316321] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [74383.335040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [74383.434172] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [74383.446111] wlan0: associated [74606.219155] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [74606.256671] cfg80211: Calling CRDA to update world regulatory domain [74607.641797] wlan0: authenticate with 00:18:39:0a:8e:23 [74607.679286] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74607.880040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [74608.081043] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [74608.282038] wlan0: authentication with 00:18:39:0a:8e:23 timed out [74716.794778] wlan0: authenticate with 00:18:39:0a:8e:23 [74716.832226] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74716.834056] wlan0: authenticated [74716.834352] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [74716.853039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [74716.856036] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [74716.868770] wlan0: associated [74725.223084] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [74725.252671] cfg80211: Calling CRDA to update world regulatory domain [74726.645832] wlan0: authenticate with 00:18:39:0a:8e:23 [74726.683353] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74726.884041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [74727.085045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [74727.286027] wlan0: authentication with 00:18:39:0a:8e:23 timed out [74760.187860] wlan0: authenticate with 00:18:39:0a:8e:23 [74760.225128] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74760.232280] wlan0: authenticated [74760.232526] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [74760.251041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [74760.309386] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [74760.321921] wlan0: associated [74915.518948] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [74915.563436] cfg80211: Calling CRDA to update world regulatory domain [74916.955799] wlan0: authenticate with 00:18:39:0a:8e:23 [74916.993094] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [74916.996125] wlan0: authenticated [74916.996364] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [74917.015044] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [74917.140605] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=3) [74917.153317] wlan0: associated [79178.479790] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [79178.529411] cfg80211: Calling CRDA to update world regulatory domain [79179.917869] wlan0: authenticate with 00:18:39:0a:8e:23 [79179.955181] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [79179.987592] wlan0: authenticated [79179.987842] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [79180.006053] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [79180.087152] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [79180.100047] wlan0: associated [79306.839862] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [79306.887565] cfg80211: Calling CRDA to update world regulatory domain [79308.280869] wlan0: authenticate with 00:18:39:0a:8e:23 [79308.318375] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [79308.380927] wlan0: authenticated [79308.381274] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [79308.400041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [79308.526556] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [79308.539225] wlan0: associated [79524.896177] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [79524.896202] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q52] (Node ffff88003d828e88), AE_NOT_FOUND (20120518/psparse-536) [83885.977969] systemd-journald[903]: Failed to parse log priority line. [85514.030156] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [85514.030180] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q51] (Node ffff88003d828e60), AE_NOT_FOUND (20120518/psparse-536) [86345.837337] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [86345.879633] cfg80211: Calling CRDA to update world regulatory domain [86347.264109] wlan0: authenticate with 00:18:39:0a:8e:23 [86347.305681] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [86347.307687] wlan0: authenticated [86347.307883] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [86347.329045] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [86347.331502] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [86347.344989] wlan0: associated [86635.222114] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [86635.259679] cfg80211: Calling CRDA to update world regulatory domain [86636.644845] wlan0: authenticate with 00:18:39:0a:8e:23 [86636.682356] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [86636.883041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [86637.084042] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [86637.285037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [86651.289857] wlan0: authenticate with 00:18:39:0a:8e:23 [86651.327615] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [86651.330050] wlan0: authenticated [86651.330292] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [86651.349039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [86651.351415] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [86651.365236] wlan0: associated [86846.219072] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [86846.246678] cfg80211: Calling CRDA to update world regulatory domain [86847.639865] wlan0: authenticate with 00:18:39:0a:8e:23 [86847.677256] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [86847.878040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [86848.079052] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [86848.280040] wlan0: authentication with 00:18:39:0a:8e:23 timed out [86906.386846] wlan0: authenticate with 00:18:39:0a:8e:23 [86906.427153] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [86906.429599] wlan0: authenticated [86906.429819] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [86906.451032] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [86906.453314] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [86906.465381] wlan0: associated [86917.223072] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [86917.257591] cfg80211: Calling CRDA to update world regulatory domain [86918.638846] wlan0: authenticate with 00:18:39:0a:8e:23 [86918.676273] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [86918.755693] wlan0: authenticated [86918.755939] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [86918.774050] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [86918.939320] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [86918.952003] wlan0: associated [86932.217057] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [86932.244595] cfg80211: Calling CRDA to update world regulatory domain [86933.639813] wlan0: authenticate with 00:18:39:0a:8e:23 [86933.677156] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [86933.878039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [86934.079037] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [86934.280038] wlan0: authentication with 00:18:39:0a:8e:23 timed out [86935.683810] wlan0: authenticate with 00:18:39:0a:8e:23 [86935.721158] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [86935.722955] wlan0: authenticated [86935.723288] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [86935.742040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [86935.744343] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [86935.756952] wlan0: associated [87300.081470] systemd-journald[903]: Failed to parse log priority line. [90159.111465] input: test-uhid-device as /devices/virtual/misc/uhid/input10 [90159.112678] hid-generic 0003:15D9:0A37.0001: input,hidraw0: USB HID v0.00 Mouse [test-uhid-device] on [90178.334581] input: test-uhid-device as /devices/virtual/misc/uhid/input11 [90178.335695] hid-generic 0003:15D9:0A37.0002: input,hidraw0: USB HID v0.00 Mouse [test-uhid-device] on [90184.325459] input: test-uhid-device as /devices/virtual/misc/uhid/input12 [90184.326385] hid-generic 0003:15D9:0A37.0003: input,hidraw0: USB HID v0.00 Mouse [test-uhid-device] on [90185.941208] input: test-uhid-device as /devices/virtual/misc/uhid/input13 [90185.945405] hid-generic 0003:15D9:0A37.0004: input,hidraw0: USB HID v0.00 Mouse [test-uhid-device] on [90187.129696] input: test-uhid-device as /devices/virtual/misc/uhid/input14 [90187.136456] hid-generic 0003:15D9:0A37.0005: input,hidraw0: USB HID v0.00 Mouse [test-uhid-device] on [90188.260112] input: test-uhid-device as /devices/virtual/misc/uhid/input15 [90188.261997] hid-generic 0003:15D9:0A37.0006: input,hidraw0: USB HID v0.00 Mouse [test-uhid-device] on [90189.926153] input: test-uhid-device as /devices/virtual/misc/uhid/input16 [90189.928910] hid-generic 0003:15D9:0A37.0007: input,hidraw0: USB HID v0.00 Mouse [test-uhid-device] on [91306.552914] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [91306.612619] cfg80211: Calling CRDA to update world regulatory domain [91307.997873] wlan0: authenticate with 00:18:39:0a:8e:23 [91308.035183] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [91308.048338] wlan0: authenticated [91308.048577] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [91308.067039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [91308.099067] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [91308.112280] wlan0: associated [91366.663826] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [91366.708655] cfg80211: Calling CRDA to update world regulatory domain [91368.101837] wlan0: authenticate with 00:18:39:0a:8e:23 [91368.139215] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [91368.156120] wlan0: authenticated [91368.156362] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [91368.175040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [91368.230377] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [91368.242886] wlan0: associated [91445.862870] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [91445.908571] cfg80211: Calling CRDA to update world regulatory domain [91447.289836] wlan0: authenticate with 00:18:39:0a:8e:23 [91447.327137] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [91447.330025] wlan0: authenticated [91447.330261] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [91447.349040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [91447.351431] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [91447.364232] wlan0: associated [91668.842748] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [91668.896359] cfg80211: Calling CRDA to update world regulatory domain [91670.269779] wlan0: authenticate with 00:18:39:0a:8e:23 [91670.307142] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [91670.508042] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [91670.511549] wlan0: authenticated [91670.511793] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [91670.531041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [91670.600780] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [91670.613596] wlan0: associated [91847.039852] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [91847.082678] cfg80211: Calling CRDA to update world regulatory domain [91848.476779] wlan0: authenticate with 00:18:39:0a:8e:23 [91848.515740] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [91848.518773] wlan0: authenticated [91848.519038] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [91848.538041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [91848.583129] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [91848.595592] wlan0: associated [92089.848868] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [92089.902359] cfg80211: Calling CRDA to update world regulatory domain [92091.277876] wlan0: authenticate with 00:18:39:0a:8e:23 [92091.315006] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [92091.317908] wlan0: authenticated [92091.318190] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [92091.337039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [92091.538028] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [92091.546288] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [92091.558805] wlan0: associated [93126.222126] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [93126.251669] cfg80211: Calling CRDA to update world regulatory domain [93127.644781] wlan0: authenticate with 00:18:39:0a:8e:23 [93127.682232] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93127.883039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [93128.084040] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [93128.285038] wlan0: authentication with 00:18:39:0a:8e:23 timed out [93488.656788] wlan0: authenticate with 00:18:39:0a:8e:23 [93488.694069] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93488.895041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [93489.096044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [93489.297037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [93497.002759] wlan0: authenticate with 00:18:39:0a:8e:23 [93497.040071] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93497.241030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [93497.442032] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [93497.643039] wlan0: authentication with 00:18:39:0a:8e:23 timed out [93549.450774] wlan0: authenticate with 00:18:39:0a:8e:23 [93549.488101] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93549.689038] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [93549.772126] wlan0: authenticated [93549.772372] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [93549.791039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [93549.992043] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [93550.193028] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [93550.394038] wlan0: association with 00:18:39:0a:8e:23 timed out [93639.918759] wlan0: authenticate with 00:18:39:0a:8e:23 [93639.956040] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93640.157041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [93640.358042] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [93640.559037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [93793.166778] wlan0: authenticate with 00:18:39:0a:8e:23 [93793.204124] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93793.405038] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [93793.606047] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [93793.659025] wlan0: authenticated [93793.659284] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [93793.678039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [93793.879042] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [93794.080038] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [93794.281025] wlan0: association with 00:18:39:0a:8e:23 timed out [93827.151799] wlan0: authenticate with 00:18:39:0a:8e:23 [93827.189138] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93827.390030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [93827.591037] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [93827.792028] wlan0: authentication with 00:18:39:0a:8e:23 timed out [93841.763775] wlan0: authenticate with 00:18:39:0a:8e:23 [93841.801146] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93842.002039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [93842.203043] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [93842.404039] wlan0: authentication with 00:18:39:0a:8e:23 timed out [93850.079762] wlan0: authenticate with 00:18:39:0a:8e:23 [93850.117149] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [93850.318039] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [93850.519045] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [93850.720036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [93896.201802] wlan0: authenticate with 00:18:39:0a:8e:23 [93896.239177] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93896.440038] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [93896.577705] wlan0: authenticated [93896.577949] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [93896.597036] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [93896.798031] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [93896.999037] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [93897.200048] wlan0: association with 00:18:39:0a:8e:23 timed out [93942.708764] wlan0: authenticate with 00:18:39:0a:8e:23 [93942.746081] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [93942.947039] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [93943.148047] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [93943.349036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [93976.252787] wlan0: authenticate with 00:18:39:0a:8e:23 [93976.290100] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [93976.307004] wlan0: authenticated [93976.307381] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [93976.326039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [93976.527045] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [93976.728037] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [93976.929027] wlan0: association with 00:18:39:0a:8e:23 timed out [94022.434783] wlan0: authenticate with 00:18:39:0a:8e:23 [94022.472128] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [94022.673039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [94022.874084] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [94023.075036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [94446.445851] wlan0: authenticate with 00:18:39:0a:8e:23 [94446.483248] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [94446.537776] wlan0: authenticated [94446.538061] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [94446.557039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [94446.758047] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [94446.959037] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [94447.160043] wlan0: association with 00:18:39:0a:8e:23 timed out [94473.740754] wlan0: authenticate with 00:18:39:0a:8e:23 [94473.778137] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [94473.979039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [94473.982667] wlan0: authenticated [94473.982912] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [94474.002041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [94474.196277] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [94474.209607] wlan0: associated [94492.222134] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [94492.251627] cfg80211: Calling CRDA to update world regulatory domain [94493.632816] wlan0: authenticate with 00:18:39:0a:8e:23 [94493.670147] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [94493.871030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [94494.072043] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [94494.273038] wlan0: authentication with 00:18:39:0a:8e:23 timed out [95730.158761] wlan0: authenticate with 00:18:39:0a:8e:23 [95730.196111] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [95730.397039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [95730.598044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [95730.799038] wlan0: authentication with 00:18:39:0a:8e:23 timed out [95776.277782] wlan0: authenticate with 00:18:39:0a:8e:23 [95776.315137] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [95776.516041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [95776.717030] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [95776.918028] wlan0: authentication with 00:18:39:0a:8e:23 timed out [95784.600748] wlan0: authenticate with 00:18:39:0a:8e:23 [95784.638144] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [95784.839041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [95785.040045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [95785.241036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [95887.405779] wlan0: authenticate with 00:18:39:0a:8e:23 [95887.443077] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [95887.644040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [95887.845046] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [95888.046028] wlan0: authentication with 00:18:39:0a:8e:23 timed out [95908.348759] wlan0: authenticate with 00:18:39:0a:8e:23 [95908.386089] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [95908.587041] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [95908.788046] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [95908.989027] wlan0: authentication with 00:18:39:0a:8e:23 timed out [95929.293762] wlan0: authenticate with 00:18:39:0a:8e:23 [95929.331103] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [95929.532040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [95929.733028] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [95929.934037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [95950.239774] wlan0: authenticate with 00:18:39:0a:8e:23 [95950.277114] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [95950.298270] wlan0: authenticated [95950.298512] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [95950.317042] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [95950.323268] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [95950.336590] wlan0: associated [95989.842745] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [95989.889343] cfg80211: Calling CRDA to update world regulatory domain [95991.269867] wlan0: authenticate with 00:18:39:0a:8e:23 [95991.307137] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [95991.508030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [95991.709038] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [95991.715528] wlan0: authenticated [95991.715772] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [95991.734096] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [95991.935039] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [95992.136030] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [95992.337043] wlan0: association with 00:18:39:0a:8e:23 timed out [96012.600799] wlan0: authenticate with 00:18:39:0a:8e:23 [96012.638153] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [96012.839030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [96013.040029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [96013.044300] wlan0: authenticated [96013.044549] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [96013.064041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [96013.177094] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [96013.189498] wlan0: associated [96115.844693] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [96115.897647] cfg80211: Calling CRDA to update world regulatory domain [96117.281825] wlan0: authenticate with 00:18:39:0a:8e:23 [96117.319209] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [96117.412239] wlan0: authenticated [96117.412480] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [96117.431048] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [96117.476370] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [96117.488881] wlan0: associated [96176.843727] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [96176.887550] cfg80211: Calling CRDA to update world regulatory domain [96178.280758] wlan0: authenticate with 00:18:39:0a:8e:23 [96178.318120] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [96178.478746] wlan0: authenticated [96178.478985] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [96178.498040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [96178.699043] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [96178.900039] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [96178.929904] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [96178.942669] wlan0: associated [96349.865827] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [96349.919432] cfg80211: Calling CRDA to update world regulatory domain [96351.302825] wlan0: authenticate with 00:18:39:0a:8e:23 [96351.340221] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [96351.352996] wlan0: authenticated [96351.353325] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [96351.372044] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [96351.573038] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [96351.774092] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [96351.975039] wlan0: association with 00:18:39:0a:8e:23 timed out [96353.377792] wlan0: authenticate with 00:18:39:0a:8e:23 [96353.415097] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [96353.616039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [96353.639248] wlan0: authenticated [96353.639496] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [96353.658039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [96353.859044] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [96354.060037] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [96354.204629] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [96354.217329] wlan0: associated [96530.850806] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [96530.897755] cfg80211: Calling CRDA to update world regulatory domain [96532.289851] wlan0: authenticate with 00:18:39:0a:8e:23 [96532.327200] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [96532.528039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [96532.729046] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [96532.930030] wlan0: authentication with 00:18:39:0a:8e:23 timed out [96553.236787] wlan0: authenticate with 00:18:39:0a:8e:23 [96553.274088] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [96553.475039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [96553.676029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [96553.775983] wlan0: authenticated [96553.776391] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [96553.795036] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [96553.913248] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [96553.925776] wlan0: associated [96638.223115] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [96638.252572] cfg80211: Calling CRDA to update world regulatory domain [96639.636831] wlan0: authenticate with 00:18:39:0a:8e:23 [96639.674136] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [96639.875040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [96640.076028] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [96640.277028] wlan0: authentication with 00:18:39:0a:8e:23 timed out [97240.010782] wlan0: authenticate with 00:18:39:0a:8e:23 [97240.048109] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [97240.249040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [97240.450029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [97240.501511] wlan0: authenticated [97240.501759] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [97240.520050] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [97240.721028] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [97240.922038] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [97241.123043] wlan0: association with 00:18:39:0a:8e:23 timed out [97708.598762] wlan0: authenticate with 00:18:39:0a:8e:23 [97708.636131] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [97708.837031] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [97709.038030] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [97709.239036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [98227.041792] wlan0: authenticate with 00:18:39:0a:8e:23 [98227.079052] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [98227.280041] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [98227.481030] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [98227.682042] wlan0: authentication with 00:18:39:0a:8e:23 timed out [98355.093817] wlan0: authenticate with 00:18:39:0a:8e:23 [98355.131129] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [98355.332039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [98355.533044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [98355.734041] wlan0: authentication with 00:18:39:0a:8e:23 timed out [98634.191764] wlan0: authenticate with 00:18:39:0a:8e:23 [98634.229040] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [98634.430039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [98634.631044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [98634.832037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [98862.966799] wlan0: authenticate with 00:18:39:0a:8e:23 [98863.004044] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [98863.022324] wlan0: authenticated [98863.022567] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [98863.041042] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [98863.057554] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [98863.070964] wlan0: associated [98933.901694] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [98933.948431] cfg80211: Calling CRDA to update world regulatory domain [98935.339771] wlan0: authenticate with 00:18:39:0a:8e:23 [98935.377213] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [98935.379002] wlan0: authenticated [98935.379341] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [98935.398039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [98935.494372] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [98935.506757] wlan0: associated [98994.838853] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [98994.883677] cfg80211: Calling CRDA to update world regulatory domain [98996.274818] wlan0: authenticate with 00:18:39:0a:8e:23 [98996.312122] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [98996.318273] wlan0: authenticated [98996.318477] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [98996.337034] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [98996.361386] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [98996.373794] wlan0: associated [99151.951696] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99151.997642] cfg80211: Calling CRDA to update world regulatory domain [99153.389847] wlan0: authenticate with 00:18:39:0a:8e:23 [99153.427214] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99153.628029] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [99153.829027] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [99154.005740] wlan0: authenticated [99154.005987] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99154.025040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99154.226043] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [99154.296995] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [99154.309757] wlan0: associated [99186.896715] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99186.941663] cfg80211: Calling CRDA to update world regulatory domain [99188.333849] wlan0: authenticate with 00:18:39:0a:8e:23 [99188.371235] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99188.572042] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [99188.581503] wlan0: authenticated [99188.581747] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99188.600042] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99188.728871] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [99188.741652] wlan0: associated [99254.861880] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99254.917354] cfg80211: Calling CRDA to update world regulatory domain [99256.287805] wlan0: authenticate with 00:18:39:0a:8e:23 [99256.325149] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99256.339428] wlan0: authenticated [99256.339670] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99256.358045] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99256.430786] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [99256.443495] wlan0: associated [99318.900793] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99318.947740] cfg80211: Calling CRDA to update world regulatory domain [99320.338781] wlan0: authenticate with 00:18:39:0a:8e:23 [99320.376059] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99320.380969] wlan0: authenticated [99320.381258] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99320.400036] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99320.601038] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [99320.606468] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [99320.618979] wlan0: associated [99351.890811] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99351.936756] cfg80211: Calling CRDA to update world regulatory domain [99365.927787] wlan0: authenticate with 00:18:39:0a:8e:23 [99365.965086] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99365.995490] wlan0: authenticated [99365.995731] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99366.014043] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99366.106371] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [99366.118882] wlan0: associated [99412.849722] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99412.894668] cfg80211: Calling CRDA to update world regulatory domain [99414.286770] wlan0: authenticate with 00:18:39:0a:8e:23 [99414.324115] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99414.332026] wlan0: authenticated [99414.332277] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99414.351047] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99414.437770] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [99414.450459] wlan0: associated [99471.805755] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99471.858586] cfg80211: Calling CRDA to update world regulatory domain [99473.231787] wlan0: authenticate with 00:18:39:0a:8e:23 [99473.269148] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99473.332928] wlan0: authenticated [99473.333255] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99473.352034] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99473.506684] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [99473.519358] wlan0: associated [99531.814914] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99531.863609] cfg80211: Calling CRDA to update world regulatory domain [99533.255851] wlan0: authenticate with 00:18:39:0a:8e:23 [99533.293183] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99533.298724] wlan0: authenticated [99533.298970] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99533.318041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99533.361464] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [99533.373977] wlan0: associated [99592.847949] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99592.900431] cfg80211: Calling CRDA to update world regulatory domain [99594.291768] wlan0: authenticate with 00:18:39:0a:8e:23 [99594.329091] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99594.530039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [99594.731044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [99594.779742] wlan0: authenticated [99594.779989] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99594.799039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99594.971486] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [99594.984069] wlan0: associated [99653.971735] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [99654.017561] cfg80211: Calling CRDA to update world regulatory domain [99655.406852] wlan0: authenticate with 00:18:39:0a:8e:23 [99655.444127] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99655.645040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [99655.672782] wlan0: authenticated [99655.673092] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [99655.692047] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [99655.893043] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [99656.094040] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [99656.295040] wlan0: association with 00:18:39:0a:8e:23 timed out [99720.621780] wlan0: authenticate with 00:18:39:0a:8e:23 [99720.659167] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [99720.860041] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [99721.061029] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [99721.262044] wlan0: authentication with 00:18:39:0a:8e:23 timed out [99810.869779] wlan0: authenticate with 00:18:39:0a:8e:23 [99810.907094] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99811.108038] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [99811.309047] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [99811.510036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [99819.209833] wlan0: authenticate with 00:18:39:0a:8e:23 [99819.247097] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [99819.448038] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [99819.649043] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [99819.850026] wlan0: authentication with 00:18:39:0a:8e:23 timed out [100035.389790] wlan0: authenticate with 00:18:39:0a:8e:23 [100035.427098] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100035.628053] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100035.829032] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [100035.859250] wlan0: authenticated [100035.859496] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100035.878041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100036.079044] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [100036.280028] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [100036.454622] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100036.468201] wlan0: associated [100078.854730] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100078.899327] cfg80211: Calling CRDA to update world regulatory domain [100080.290823] wlan0: authenticate with 00:18:39:0a:8e:23 [100080.328123] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100080.529042] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100080.583527] wlan0: authenticated [100080.583773] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100080.602058] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100080.723530] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100080.736235] wlan0: associated [100193.853670] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100193.898620] cfg80211: Calling CRDA to update world regulatory domain [100195.290824] wlan0: authenticate with 00:18:39:0a:8e:23 [100195.328191] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100195.529030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100195.673468] wlan0: authenticated [100195.673710] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100195.692054] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100195.698593] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100195.710055] wlan0: associated [100252.841705] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100252.887655] cfg80211: Calling CRDA to update world regulatory domain [100254.279772] wlan0: authenticate with 00:18:39:0a:8e:23 [100254.317099] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100254.328633] wlan0: authenticated [100254.328874] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100254.347054] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100254.548043] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [100254.749029] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [100254.950036] wlan0: association with 00:18:39:0a:8e:23 timed out [100294.154779] wlan0: authenticate with 00:18:39:0a:8e:23 [100294.192123] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100294.393039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100294.594085] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [100294.795036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [100327.659792] wlan0: authenticate with 00:18:39:0a:8e:23 [100327.697144] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100327.898039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100328.099043] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [100328.300036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [100354.862754] wlan0: authenticate with 00:18:39:0a:8e:23 [100354.900156] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100355.101041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100355.302045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [100355.327682] wlan0: authenticated [100355.327931] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100355.347048] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100355.548029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [100355.734919] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100355.747955] wlan0: associated [100375.347902] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100375.396600] cfg80211: Calling CRDA to update world regulatory domain [100376.788842] wlan0: authenticate with 00:18:39:0a:8e:23 [100376.826169] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100377.027039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100377.228045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [100377.429037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [100391.433770] wlan0: authenticate with 00:18:39:0a:8e:23 [100391.471053] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100391.496834] wlan0: authenticated [100391.497132] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100391.516033] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100391.686708] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100391.699398] wlan0: associated [100436.843687] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100436.890416] cfg80211: Calling CRDA to update world regulatory domain [100438.281808] wlan0: authenticate with 00:18:39:0a:8e:23 [100438.319206] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100438.520040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100438.721029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [100438.922041] wlan0: authentication with 00:18:39:0a:8e:23 timed out [100440.324787] wlan0: authenticate with 00:18:39:0a:8e:23 [100440.362081] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100440.375485] wlan0: authenticated [100440.375724] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100440.394040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100440.520240] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100440.532628] wlan0: associated [100499.005975] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100499.057547] cfg80211: Calling CRDA to update world regulatory domain [100500.449834] wlan0: authenticate with 00:18:39:0a:8e:23 [100500.487363] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100500.688040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100500.889029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [100501.090042] wlan0: authentication with 00:18:39:0a:8e:23 timed out [100559.123755] wlan0: authenticate with 00:18:39:0a:8e:23 [100559.161150] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100559.165309] wlan0: authenticated [100559.165548] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100559.184042] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100559.250164] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100559.262697] wlan0: associated [100612.786663] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100612.831611] cfg80211: Calling CRDA to update world regulatory domain [100614.223846] wlan0: authenticate with 00:18:39:0a:8e:23 [100614.261181] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100614.271834] wlan0: authenticated [100614.272135] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100614.291038] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100614.492029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [100614.693043] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [100614.721964] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100614.734727] wlan0: associated [100677.085703] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100677.129650] cfg80211: Calling CRDA to update world regulatory domain [100678.522765] wlan0: authenticate with 00:18:39:0a:8e:23 [100678.560093] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100678.619750] wlan0: authenticated [100678.619990] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100678.639042] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100678.840028] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [100678.908879] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100678.921639] wlan0: associated [100734.846734] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100734.892557] cfg80211: Calling CRDA to update world regulatory domain [100736.282851] wlan0: authenticate with 00:18:39:0a:8e:23 [100736.320127] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100736.521041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100736.523783] wlan0: authenticated [100736.524094] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100736.544042] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100736.695661] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100736.708228] wlan0: associated [100854.841801] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100854.897418] cfg80211: Calling CRDA to update world regulatory domain [100856.279828] wlan0: authenticate with 00:18:39:0a:8e:23 [100856.317198] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100856.518037] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100856.719029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [100856.723976] wlan0: authenticated [100856.724381] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100856.743035] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100856.944042] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [100856.958228] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100856.970614] wlan0: associated [100920.843714] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100920.887665] cfg80211: Calling CRDA to update world regulatory domain [100922.280835] wlan0: authenticate with 00:18:39:0a:8e:23 [100922.318235] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100922.519039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [100922.531635] wlan0: authenticated [100922.531880] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100922.550070] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100922.751046] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [100922.952038] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [100922.980893] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100922.993581] wlan0: associated [100972.734746] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [100972.777567] cfg80211: Calling CRDA to update world regulatory domain [100974.160840] wlan0: authenticate with 00:18:39:0a:8e:23 [100974.198139] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [100974.199936] wlan0: authenticated [100974.200391] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [100974.219039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [100974.420029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [100974.621042] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [100974.660549] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [100974.673234] wlan0: associated [102394.223107] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [102394.252669] cfg80211: Calling CRDA to update world regulatory domain [102395.645848] wlan0: authenticate with 00:18:39:0a:8e:23 [102395.683210] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102395.884041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [102396.085045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [102396.286036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [102561.417767] wlan0: authenticate with 00:18:39:0a:8e:23 [102561.455057] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102561.656039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [102561.857044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [102562.058036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [102582.359763] wlan0: authenticate with 00:18:39:0a:8e:23 [102582.397068] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102582.398738] wlan0: authenticated [102582.399084] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [102582.418040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [102582.506478] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [102582.519863] wlan0: associated [102586.435327] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 15) [102586.459884] cfg80211: Calling CRDA to update world regulatory domain [102587.856822] wlan0: authenticate with 00:18:39:0a:8e:23 [102587.894197] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102587.900972] wlan0: authenticated [102587.902129] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [102587.921033] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [102588.030360] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [102588.042754] wlan0: associated [102653.842719] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [102653.888541] cfg80211: Calling CRDA to update world regulatory domain [102655.280749] wlan0: authenticate with 00:18:39:0a:8e:23 [102655.318112] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102655.330887] wlan0: authenticated [102655.331196] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [102655.350034] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [102655.551037] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [102655.752044] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [102655.953037] wlan0: association with 00:18:39:0a:8e:23 timed out [102745.475781] wlan0: authenticate with 00:18:39:0a:8e:23 [102745.513039] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102745.714041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [102745.915042] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [102746.116036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [102760.116784] wlan0: authenticate with 00:18:39:0a:8e:23 [102760.154046] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102760.355039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [102760.556046] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [102760.578074] wlan0: authenticated [102760.578318] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [102760.597040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [102760.798029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [102760.897329] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [102760.910131] wlan0: associated [102774.842789] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [102774.889399] cfg80211: Calling CRDA to update world regulatory domain [102776.280795] wlan0: authenticate with 00:18:39:0a:8e:23 [102776.318180] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102776.519039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [102776.720046] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [102776.921029] wlan0: authentication with 00:18:39:0a:8e:23 timed out [102797.218790] wlan0: authenticate with 00:18:39:0a:8e:23 [102797.256067] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102797.457042] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [102797.658045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [102797.664339] wlan0: authenticated [102797.664586] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [102797.683035] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [102797.884039] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [102798.041359] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [102798.053863] wlan0: associated [102834.841696] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [102834.887644] cfg80211: Calling CRDA to update world regulatory domain [102836.279818] wlan0: authenticate with 00:18:39:0a:8e:23 [102836.317216] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102836.339869] wlan0: authenticated [102836.340181] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [102836.359039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [102836.404872] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [102836.417638] wlan0: associated [102895.842856] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [102895.887679] cfg80211: Calling CRDA to update world regulatory domain [102897.278762] wlan0: authenticate with 00:18:39:0a:8e:23 [102897.316125] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102897.321659] wlan0: authenticated [102897.321897] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [102897.340053] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [102897.541044] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [102897.703649] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [102897.716343] wlan0: associated [102957.838766] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [102957.882594] cfg80211: Calling CRDA to update world regulatory domain [102959.276795] wlan0: authenticate with 00:18:39:0a:8e:23 [102959.314162] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [102959.515030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [102959.716029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [102959.917037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [103030.625767] wlan0: authenticate with 00:18:39:0a:8e:23 [103030.663075] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103030.864041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [103031.065045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [103031.266037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [103101.980847] wlan0: authenticate with 00:18:39:0a:8e:23 [103102.018118] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [103102.219041] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [103102.420044] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [103102.621029] wlan0: authentication with 00:18:39:0a:8e:23 timed out [103154.367905] wlan0: authenticate with 00:18:39:0a:8e:23 [103154.405149] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [103154.606040] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [103154.807046] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [103155.008039] wlan0: authentication with 00:18:39:0a:8e:23 timed out [103175.289737] wlan0: authenticate with 00:18:39:0a:8e:23 [103175.327040] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103175.329699] wlan0: authenticated [103175.329934] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [103175.348051] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [103175.352324] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [103175.365513] wlan0: associated [103256.846691] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [103256.892420] cfg80211: Calling CRDA to update world regulatory domain [103258.284839] wlan0: authenticate with 00:18:39:0a:8e:23 [103258.322208] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103258.344863] wlan0: authenticated [103258.345172] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [103258.364043] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [103258.565029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [103258.766028] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [103258.967041] wlan0: association with 00:18:39:0a:8e:23 timed out [103272.971774] wlan0: authenticate with 00:18:39:0a:8e:23 [103273.009093] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103273.210039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [103273.411045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [103273.612033] wlan0: authentication with 00:18:39:0a:8e:23 timed out [103325.417756] wlan0: authenticate with 00:18:39:0a:8e:23 [103325.455124] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103325.459046] wlan0: authenticated [103325.459286] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [103325.478040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [103325.679045] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [103325.880038] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [103326.081044] wlan0: association with 00:18:39:0a:8e:23 timed out [103421.907770] wlan0: authenticate with 00:18:39:0a:8e:23 [103421.945052] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103421.948462] wlan0: authenticated [103421.948701] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [103421.967036] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [103421.970589] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [103421.983726] wlan0: associated [103434.414795] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [103434.461750] cfg80211: Calling CRDA to update world regulatory domain [103435.852773] wlan0: authenticate with 00:18:39:0a:8e:23 [103435.890061] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103435.903714] wlan0: authenticated [103435.903951] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [103435.923040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [103436.016574] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [103436.029167] wlan0: associated [103678.124686] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [103678.179417] cfg80211: Calling CRDA to update world regulatory domain [103679.562874] wlan0: authenticate with 00:18:39:0a:8e:23 [103679.600202] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103679.801039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [103680.002045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [103680.203036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [103694.209891] wlan0: authenticate with 00:18:39:0a:8e:23 [103694.247086] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103694.448039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [103694.649048] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [103694.850038] wlan0: authentication with 00:18:39:0a:8e:23 timed out [103922.987797] wlan0: authenticate with 00:18:39:0a:8e:23 [103923.025094] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103923.045628] wlan0: authenticated [103923.045868] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [103923.064056] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [103923.265030] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [103923.466044] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [103923.667027] wlan0: association with 00:18:39:0a:8e:23 timed out [103925.072789] wlan0: authenticate with 00:18:39:0a:8e:23 [103925.110092] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [103925.311029] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [103925.512040] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [103925.713042] wlan0: authentication with 00:18:39:0a:8e:23 timed out [104116.051769] wlan0: authenticate with 00:18:39:0a:8e:23 [104116.089081] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [104116.290042] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [104116.491047] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [104116.692036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [104269.221781] wlan0: authenticate with 00:18:39:0a:8e:23 [104269.259043] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [104269.286446] wlan0: authenticated [104269.286688] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [104269.305053] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [104269.506040] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [104269.636456] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [104269.649962] wlan0: associated [104309.223151] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [104309.252703] cfg80211: Calling CRDA to update world regulatory domain [104310.645783] wlan0: authenticate with 00:18:39:0a:8e:23 [104310.683192] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [104310.884042] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [104311.085044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [104311.286036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [104715.764796] wlan0: authenticate with 00:18:39:0a:8e:23 [104715.802050] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [104716.003032] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [104716.204069] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [104716.405027] wlan0: authentication with 00:18:39:0a:8e:23 timed out [105221.688766] wlan0: authenticate with 00:18:39:0a:8e:23 [105221.726093] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105221.730627] wlan0: authenticated [105221.730868] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [105221.749057] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [105221.950044] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [105222.085877] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [105222.099435] wlan0: associated [105235.850707] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [105235.895446] cfg80211: Calling CRDA to update world regulatory domain [105237.287782] wlan0: authenticate with 00:18:39:0a:8e:23 [105237.325349] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105237.526041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [105237.727045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [105237.928037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [105302.290754] wlan0: authenticate with 00:18:39:0a:8e:23 [105302.328056] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105302.448545] wlan0: authenticated [105302.448784] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [105302.467047] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [105302.580277] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [105302.592810] wlan0: associated [105306.462151] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 15) [105306.488955] cfg80211: Calling CRDA to update world regulatory domain [105307.874811] wlan0: authenticate with 00:18:39:0a:8e:23 [105307.912143] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105308.113039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [105308.314082] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [105308.515037] wlan0: authentication with 00:18:39:0a:8e:23 timed out [105316.194782] wlan0: authenticate with 00:18:39:0a:8e:23 [105316.232148] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105316.260301] wlan0: authenticated [105316.260543] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [105316.279046] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [105316.480043] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [105316.681029] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [105316.711068] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [105316.723356] wlan0: associated [105419.848814] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [105419.902642] cfg80211: Calling CRDA to update world regulatory domain [105421.286824] wlan0: authenticate with 00:18:39:0a:8e:23 [105421.324208] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105421.525038] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [105421.726046] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [105421.927039] wlan0: authentication with 00:18:39:0a:8e:23 timed out [105442.232786] wlan0: authenticate with 00:18:39:0a:8e:23 [105442.270095] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105442.471039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [105442.672044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [105442.873027] wlan0: authentication with 00:18:39:0a:8e:23 timed out [105551.299755] wlan0: authenticate with 00:18:39:0a:8e:23 [105551.337041] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [105551.538039] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [105551.739047] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [105551.940039] wlan0: authentication with 00:18:39:0a:8e:23 timed out [105559.644770] wlan0: authenticate with 00:18:39:0a:8e:23 [105559.682288] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105559.883040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [105559.903067] wlan0: authenticated [105559.903316] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [105559.922036] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [105560.123029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [105560.176819] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [105560.189959] wlan0: associated [105595.744669] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [105595.788410] cfg80211: Calling CRDA to update world regulatory domain [105597.181778] wlan0: authenticate with 00:18:39:0a:8e:23 [105597.219060] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105597.262714] wlan0: authenticated [105597.262954] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [105597.282046] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [105597.284969] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [105597.297735] wlan0: associated [105957.935749] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [105957.984370] cfg80211: Calling CRDA to update world regulatory domain [105959.361831] wlan0: authenticate with 00:18:39:0a:8e:23 [105959.399144] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105959.600039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [105959.801030] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [105960.002043] wlan0: authentication with 00:18:39:0a:8e:23 timed out [105967.682750] wlan0: authenticate with 00:18:39:0a:8e:23 [105967.720150] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [105967.723684] wlan0: authenticated [105967.723927] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [105967.742047] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [105967.908097] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [105967.920601] wlan0: associated [106022.222117] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [106022.251611] cfg80211: Calling CRDA to update world regulatory domain [106023.644847] wlan0: authenticate with 00:18:39:0a:8e:23 [106023.682182] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106023.883039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [106023.898208] wlan0: authenticated [106023.898453] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [106023.917040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [106024.118037] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [106024.319044] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [106024.520037] wlan0: association with 00:18:39:0a:8e:23 timed out [106070.025767] wlan0: authenticate with 00:18:39:0a:8e:23 [106070.063082] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106070.264042] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [106070.335611] wlan0: authenticated [106070.335860] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [106070.354056] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [106070.450489] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [106070.463309] wlan0: associated [106154.963867] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [106155.007689] cfg80211: Calling CRDA to update world regulatory domain [106156.392806] wlan0: authenticate with 00:18:39:0a:8e:23 [106156.430134] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106156.631029] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [106156.832040] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [106156.893301] wlan0: authenticated [106156.893546] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [106156.912040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [106157.113045] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [106157.314040] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [106157.404914] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [106157.417604] wlan0: associated [106197.847888] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [106197.890587] cfg80211: Calling CRDA to update world regulatory domain [106199.285806] wlan0: authenticate with 00:18:39:0a:8e:23 [106199.323157] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106199.524043] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [106199.725029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [106199.926042] wlan0: authentication with 00:18:39:0a:8e:23 timed out [106283.237776] wlan0: authenticate with 00:18:39:0a:8e:23 [106283.275084] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106283.381111] wlan0: authenticated [106283.381353] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [106283.400046] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [106283.601044] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [106283.802039] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [106283.937362] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [106283.950003] wlan0: associated [106377.853743] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [106377.898380] cfg80211: Calling CRDA to update world regulatory domain [106379.280819] wlan0: authenticate with 00:18:39:0a:8e:23 [106379.318136] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106379.519040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [106379.720047] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [106379.790913] wlan0: authenticated [106379.791228] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [106379.810044] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [106380.011044] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [106380.212037] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [106380.413041] wlan0: association with 00:18:39:0a:8e:23 timed out [106545.573776] wlan0: authenticate with 00:18:39:0a:8e:23 [106545.611110] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106545.812041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [106546.013045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [106546.137514] wlan0: authenticated [106546.137760] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [106546.156053] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [106546.357045] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [106546.414894] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [106546.428217] wlan0: associated [106564.842726] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [106564.888674] cfg80211: Calling CRDA to update world regulatory domain [106566.279847] wlan0: authenticate with 00:18:39:0a:8e:23 [106566.317243] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106566.518031] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [106566.719038] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [106566.920028] wlan0: authentication with 00:18:39:0a:8e:23 timed out [106618.657777] wlan0: authenticate with 00:18:39:0a:8e:23 [106618.695036] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106618.896030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [106619.039062] wlan0: authenticated [106619.039305] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [106619.058043] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [106619.259040] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [106619.460045] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [106619.661035] wlan0: association with 00:18:39:0a:8e:23 timed out [106690.350785] wlan0: authenticate with 00:18:39:0a:8e:23 [106690.388067] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106690.589029] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [106690.790029] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [106690.821716] wlan0: authenticated [106690.821964] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [106690.841043] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [106691.042040] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [106691.123599] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [106691.136538] wlan0: associated [106930.341814] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [106930.388440] cfg80211: Calling CRDA to update world regulatory domain [106931.779765] wlan0: authenticate with 00:18:39:0a:8e:23 [106931.817206] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [106931.819865] wlan0: authenticated [106931.820165] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [106931.839033] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [106931.891338] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [106931.904000] wlan0: associated [107036.664872] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [107036.718579] cfg80211: Calling CRDA to update world regulatory domain [107038.089793] wlan0: authenticate with 00:18:39:0a:8e:23 [107038.127141] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [107038.133072] wlan0: authenticated [107038.133309] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [107038.152040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [107038.228780] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [107038.241487] wlan0: associated [107096.775658] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [107096.820608] cfg80211: Calling CRDA to update world regulatory domain [107098.212860] wlan0: authenticate with 00:18:39:0a:8e:23 [107098.250052] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [107098.251720] wlan0: authenticated [107098.252127] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [107098.271049] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [107098.358685] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [107098.371401] wlan0: associated [107156.886816] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [107156.933766] cfg80211: Calling CRDA to update world regulatory domain [107158.324819] wlan0: authenticate with 00:18:39:0a:8e:23 [107158.362210] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [107158.563041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [107158.764039] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [107158.822237] wlan0: authenticated [107158.822480] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [107158.841043] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [107159.042045] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [107159.214373] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [107159.226765] wlan0: associated [107338.369926] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [107338.427416] cfg80211: Calling CRDA to update world regulatory domain [107339.810777] wlan0: authenticate with 00:18:39:0a:8e:23 [107339.848064] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [107339.855697] wlan0: authenticated [107339.855936] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [107339.874052] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [107339.972078] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [107339.984539] wlan0: associated [107399.838833] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [107399.884656] cfg80211: Calling CRDA to update world regulatory domain [107401.276822] wlan0: authenticate with 00:18:39:0a:8e:23 [107401.314101] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [107401.515039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [107401.608881] wlan0: authenticated [107401.609221] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [107401.628039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [107401.829030] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [107401.915763] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [107401.928450] wlan0: associated [107471.838750] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [107471.884578] cfg80211: Calling CRDA to update world regulatory domain [107473.265769] wlan0: authenticate with 00:18:39:0a:8e:23 [107473.303143] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [107473.330673] wlan0: authenticated [107473.330911] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [107473.349052] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [107473.550029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [107473.646180] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [107473.658596] wlan0: associated [107578.842687] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [107578.895639] cfg80211: Calling CRDA to update world regulatory domain [107580.279818] wlan0: authenticate with 00:18:39:0a:8e:23 [107580.317204] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [107580.322993] wlan0: authenticated [107580.323322] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [107580.342034] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [107580.427592] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [107580.440309] wlan0: associated [107768.839672] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [107768.887548] cfg80211: Calling CRDA to update world regulatory domain [107770.277785] wlan0: authenticate with 00:18:39:0a:8e:23 [107770.315936] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [107770.318595] wlan0: authenticated [107770.318826] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [107770.337041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [107770.492349] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [107770.504860] wlan0: associated [107939.843771] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [107939.897601] cfg80211: Calling CRDA to update world regulatory domain [107941.281803] wlan0: authenticate with 00:18:39:0a:8e:23 [107941.319164] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [107941.520039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [107941.721045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [107941.731938] wlan0: authenticated [107941.732252] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [107941.751038] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [107941.952038] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [107942.153029] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [107942.247572] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [107942.260264] wlan0: associated [108004.879689] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [108004.924629] cfg80211: Calling CRDA to update world regulatory domain [108006.316780] wlan0: authenticate with 00:18:39:0a:8e:23 [108006.354202] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108006.555040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [108006.580858] wlan0: authenticated [108006.581165] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108006.600034] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108006.801029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [108006.901616] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [108006.914301] wlan0: associated [108067.843719] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [108067.888667] cfg80211: Calling CRDA to update world regulatory domain [108069.281750] wlan0: authenticate with 00:18:39:0a:8e:23 [108069.319238] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108069.520039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [108069.599267] wlan0: authenticated [108069.599512] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108069.618041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108069.819035] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [108070.020043] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [108070.221044] wlan0: association with 00:18:39:0a:8e:23 timed out [108128.272747] wlan0: authenticate with 00:18:39:0a:8e:23 [108128.310149] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108128.384801] wlan0: authenticated [108128.385093] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108128.404044] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108128.458812] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [108128.471693] wlan0: associated [108132.402285] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 15) [108132.426960] cfg80211: Calling CRDA to update world regulatory domain [108133.812571] wlan0: authenticate with 00:18:39:0a:8e:23 [108133.850147] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108133.861544] wlan0: authenticated [108133.861699] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108133.880030] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108134.081027] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [108134.211312] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [108134.222885] wlan0: associated [108177.645784] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [108177.691607] cfg80211: Calling CRDA to update world regulatory domain [108179.083849] wlan0: authenticate with 00:18:39:0a:8e:23 [108179.121176] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108179.122838] wlan0: authenticated [108179.123254] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108179.142035] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108179.343037] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [108179.544039] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [108179.576584] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [108179.589150] wlan0: associated [108239.843693] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [108239.888644] cfg80211: Calling CRDA to update world regulatory domain [108241.281760] wlan0: authenticate with 00:18:39:0a:8e:23 [108241.319086] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108241.329993] wlan0: authenticated [108241.330340] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108241.349039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108241.550044] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [108241.751037] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [108241.801872] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [108241.814632] wlan0: associated [108300.842730] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [108300.888673] cfg80211: Calling CRDA to update world regulatory domain [108302.279814] wlan0: authenticate with 00:18:39:0a:8e:23 [108302.317247] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108302.518040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [108302.719045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [108302.920036] wlan0: authentication with 00:18:39:0a:8e:23 timed out [108379.847743] wlan0: authenticate with 00:18:39:0a:8e:23 [108379.885168] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108379.887332] wlan0: authenticated [108379.887640] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108379.906039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108379.916308] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [108379.928961] wlan0: associated [108498.055718] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [108498.099444] cfg80211: Calling CRDA to update world regulatory domain [108499.492842] wlan0: authenticate with 00:18:39:0a:8e:23 [108499.530236] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108499.731037] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [108499.795887] wlan0: authenticated [108499.796203] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108499.815034] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108499.889894] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [108499.902786] wlan0: associated [108597.842900] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [108597.888600] cfg80211: Calling CRDA to update world regulatory domain [108599.280826] wlan0: authenticate with 00:18:39:0a:8e:23 [108599.318167] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108599.422328] wlan0: authenticated [108599.422570] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108599.441045] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108599.642045] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [108599.747076] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [108599.759520] wlan0: associated [108660.845810] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [108660.891636] cfg80211: Calling CRDA to update world regulatory domain [108662.283830] wlan0: authenticate with 00:18:39:0a:8e:23 [108662.321205] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108662.522040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [108662.723044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [108662.924039] wlan0: authentication with 00:18:39:0a:8e:23 timed out [108991.813738] wlan0: authenticate with 00:18:39:0a:8e:23 [108991.851146] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [108991.852933] wlan0: authenticated [108991.853220] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [108991.872031] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [108991.909403] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [108991.922814] wlan0: associated [109022.843647] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [109022.890377] cfg80211: Calling CRDA to update world regulatory domain [109024.281825] wlan0: authenticate with 00:18:39:0a:8e:23 [109024.319163] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109024.346568] wlan0: authenticated [109024.346806] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [109024.365033] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [109024.566045] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [109024.630175] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [109024.642589] wlan0: associated [109091.842812] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [109091.888635] cfg80211: Calling CRDA to update world regulatory domain [109093.280811] wlan0: authenticate with 00:18:39:0a:8e:23 [109093.318203] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109093.519029] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [109093.720039] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [109093.921045] wlan0: authentication with 00:18:39:0a:8e:23 timed out [109328.357775] wlan0: authenticate with 00:18:39:0a:8e:23 [109328.395089] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109328.596041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [109328.797044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [109328.833493] wlan0: authenticated [109328.833746] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [109328.852059] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [109329.053029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [109329.254084] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [109329.270621] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [109329.283885] wlan0: associated [109387.838731] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [109387.885457] cfg80211: Calling CRDA to update world regulatory domain [109389.273818] wlan0: authenticate with 00:18:39:0a:8e:23 [109389.311126] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109389.320409] wlan0: authenticated [109389.320652] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [109389.339040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [109389.540047] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [109389.556895] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [109389.569674] wlan0: associated [109438.335885] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [109438.377583] cfg80211: Calling CRDA to update world regulatory domain [109439.759842] wlan0: authenticate with 00:18:39:0a:8e:23 [109439.797152] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109439.998041] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [109440.062555] wlan0: authenticated [109440.062800] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [109440.081059] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [109440.258444] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [109440.270948] wlan0: associated [109566.845717] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [109566.891662] cfg80211: Calling CRDA to update world regulatory domain [109568.282812] wlan0: authenticate with 00:18:39:0a:8e:23 [109568.320227] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109568.362513] wlan0: authenticated [109568.362757] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [109568.381041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [109568.582028] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [109568.783028] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [109568.984081] wlan0: association with 00:18:39:0a:8e:23 timed out [109614.478775] wlan0: authenticate with 00:18:39:0a:8e:23 [109614.516131] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109614.717030] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [109614.918039] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [109615.119041] wlan0: authentication with 00:18:39:0a:8e:23 timed out [109673.139801] wlan0: authenticate with 00:18:39:0a:8e:23 [109673.177165] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109673.378038] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [109673.579045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [109673.686307] wlan0: authenticated [109673.686555] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [109673.705052] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [109673.906028] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [109674.107040] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [109674.308027] wlan0: association with 00:18:39:0a:8e:23 timed out [109675.711788] wlan0: authenticate with 00:18:39:0a:8e:23 [109675.749039] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109675.950039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [109676.151045] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [109676.185067] wlan0: authenticated [109676.185312] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [109676.204066] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [109676.295428] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [109676.308265] wlan0: associated [109858.497877] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [109858.548368] cfg80211: Calling CRDA to update world regulatory domain [109859.922781] wlan0: authenticate with 00:18:39:0a:8e:23 [109859.960146] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [109859.963430] wlan0: authenticated [109859.963665] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [109859.982042] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [109859.995407] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [109860.007938] wlan0: associated [110039.136861] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [110039.190561] cfg80211: Calling CRDA to update world regulatory domain [110040.574786] wlan0: authenticate with 00:18:39:0a:8e:23 [110040.612125] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [110040.614659] wlan0: authenticated [110040.614900] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [110040.633029] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [110040.653259] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [110040.665797] wlan0: associated [110098.633767] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [110098.679588] cfg80211: Calling CRDA to update world regulatory domain [110100.071785] wlan0: authenticate with 00:18:39:0a:8e:23 [110100.109161] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [110100.110823] wlan0: authenticated [110100.111150] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [110100.130036] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [110100.178669] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [110100.191371] wlan0: associated [110398.880814] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [110398.935426] cfg80211: Calling CRDA to update world regulatory domain [110400.318770] wlan0: authenticate with 00:18:39:0a:8e:23 [110400.356209] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [110400.375488] wlan0: authenticated [110400.375730] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [110400.394041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [110400.398869] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [110400.411631] wlan0: associated [110769.840653] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [110769.895388] cfg80211: Calling CRDA to update world regulatory domain [110771.277866] wlan0: authenticate with 00:18:39:0a:8e:23 [110771.315296] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [110771.342578] wlan0: authenticated [110771.342816] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [110771.361047] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [110771.414580] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [110771.427395] wlan0: associated [110890.842848] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [110890.896553] cfg80211: Calling CRDA to update world regulatory domain [110892.280802] wlan0: authenticate with 00:18:39:0a:8e:23 [110892.318119] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [110892.409025] wlan0: authenticated [110892.409282] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [110892.430039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [110892.457007] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [110892.469791] wlan0: associated [110939.161876] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [110939.207574] cfg80211: Calling CRDA to update world regulatory domain [110940.587795] wlan0: authenticate with 00:18:39:0a:8e:23 [110940.625270] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [110940.629559] wlan0: authenticated [110940.629799] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [110940.648037] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [110940.666532] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [110940.679251] wlan0: associated [111299.417835] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [111299.472452] cfg80211: Calling CRDA to update world regulatory domain [111300.854774] wlan0: authenticate with 00:18:39:0a:8e:23 [111300.892229] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [111300.915386] wlan0: authenticated [111300.915625] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [111300.934044] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [111301.135045] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [111301.207037] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [111301.219578] wlan0: associated [111667.035798] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [111667.089409] cfg80211: Calling CRDA to update world regulatory domain [111668.473783] wlan0: authenticate with 00:18:39:0a:8e:23 [111668.511064] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [111668.712045] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [111668.913039] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [111669.114085] wlan0: authentication with 00:18:39:0a:8e:23 timed out [112067.278777] wlan0: authenticate with 00:18:39:0a:8e:23 [112067.316046] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112067.338074] wlan0: authenticated [112067.338318] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [112067.357043] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [112067.558045] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [112067.759040] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [112067.960026] wlan0: association with 00:18:39:0a:8e:23 timed out [112081.964757] wlan0: authenticate with 00:18:39:0a:8e:23 [112082.002055] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112082.038833] wlan0: authenticated [112082.039129] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [112082.058040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [112082.167587] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [112082.181156] wlan0: associated [112141.356694] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [112141.402416] cfg80211: Calling CRDA to update world regulatory domain [112142.794814] wlan0: authenticate with 00:18:39:0a:8e:23 [112142.832335] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112142.835620] wlan0: authenticated [112142.835802] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [112142.854043] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [112143.055046] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [112143.256038] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [112143.457025] wlan0: association with 00:18:39:0a:8e:23 timed out [112163.762766] wlan0: authenticate with 00:18:39:0a:8e:23 [112163.800101] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [112164.001039] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [112164.202043] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [112164.403027] wlan0: authentication with 00:18:39:0a:8e:23 timed out [112165.805756] wlan0: authenticate with 00:18:39:0a:8e:23 [112165.843100] wlan0: direct probe to 00:18:39:0a:8e:23 (try 1/3) [112166.044040] wlan0: direct probe to 00:18:39:0a:8e:23 (try 2/3) [112166.245030] wlan0: direct probe to 00:18:39:0a:8e:23 (try 3/3) [112166.446027] wlan0: authentication with 00:18:39:0a:8e:23 timed out [112193.046783] wlan0: authenticate with 00:18:39:0a:8e:23 [112193.084119] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112193.088280] wlan0: authenticated [112193.088521] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [112193.107040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [112193.308029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [112193.509044] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [112193.570032] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [112193.582582] wlan0: associated [112264.838769] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [112264.883595] cfg80211: Calling CRDA to update world regulatory domain [112266.275811] wlan0: authenticate with 00:18:39:0a:8e:23 [112266.313160] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112266.514040] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [112266.620316] wlan0: authenticated [112266.620561] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [112266.639046] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [112266.840029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [112266.902571] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [112266.915132] wlan0: associated [112278.845902] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [112278.889600] cfg80211: Calling CRDA to update world regulatory domain [112280.282778] wlan0: authenticate with 00:18:39:0a:8e:23 [112280.320042] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112280.521029] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [112280.722037] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [112280.923042] wlan0: authentication with 00:18:39:0a:8e:23 timed out [112370.534764] wlan0: authenticate with 00:18:39:0a:8e:23 [112370.572222] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112370.592127] wlan0: authenticated [112370.592368] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [112370.611041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [112370.812029] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [112371.013044] wlan0: associate with 00:18:39:0a:8e:23 (try 3/3) [112371.214035] wlan0: association with 00:18:39:0a:8e:23 timed out [112441.892771] wlan0: authenticate with 00:18:39:0a:8e:23 [112441.930138] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112442.131029] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [112442.332039] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [112442.533042] wlan0: authentication with 00:18:39:0a:8e:23 timed out [112450.215746] wlan0: authenticate with 00:18:39:0a:8e:23 [112450.253143] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112450.454065] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [112450.655044] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [112450.856027] wlan0: authentication with 00:18:39:0a:8e:23 timed out [112508.917767] wlan0: authenticate with 00:18:39:0a:8e:23 [112508.955052] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112509.156039] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [112509.357043] wlan0: send auth to 00:18:39:0a:8e:23 (try 3/3) [112509.558028] wlan0: authentication with 00:18:39:0a:8e:23 timed out [112618.073753] wlan0: authenticate with 00:18:39:0a:8e:23 [112618.111117] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112618.116522] wlan0: authenticated [112618.116763] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [112618.135028] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [112618.138274] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [112618.151584] wlan0: associated [112680.329883] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [112680.376368] cfg80211: Calling CRDA to update world regulatory domain [112681.755771] wlan0: authenticate with 00:18:39:0a:8e:23 [112681.793150] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112681.880181] wlan0: authenticated [112681.880424] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [112681.899045] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [112681.902067] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [112681.914500] wlan0: associated [112808.843707] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [112808.889659] cfg80211: Calling CRDA to update world regulatory domain [112810.281851] wlan0: authenticate with 00:18:39:0a:8e:23 [112810.319225] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [112810.343254] wlan0: authenticated [112810.343492] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [112810.362041] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [112810.563044] wlan0: associate with 00:18:39:0a:8e:23 (try 2/3) [112810.594884] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [112810.607647] wlan0: associated [116414.265249] wlan0: deauthenticating from 00:18:39:0a:8e:23 by local choice (reason=3) [116414.316458] cfg80211: Calling CRDA to update world regulatory domain [116419.194366] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [116421.313258] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [116422.766140] wlan0: authenticate with 00:18:39:0a:8e:23 [116422.803062] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [116423.004044] wlan0: send auth to 00:18:39:0a:8e:23 (try 2/3) [116423.005711] wlan0: authenticated [116423.006117] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [116423.026039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [116423.028367] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [116423.040674] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [116423.040919] wlan0: associated [117480.223057] ieee80211 phy2: wlan0: No probe response from AP 00:18:39:0a:8e:23 after 500ms, disconnecting. [117480.260590] cfg80211: Calling CRDA to update world regulatory domain [117487.948982] wlan0: authenticate with 00:18:39:0a:8e:23 [117487.986300] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [117487.988094] wlan0: authenticated [117487.988392] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [117488.007040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [117488.009359] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [117488.022725] wlan0: associated [118445.945716] wlan0: deauthenticated from 00:18:39:0a:8e:23 (Reason: 7) [118445.999661] cfg80211: Calling CRDA to update world regulatory domain [118447.387872] wlan0: authenticate with 00:18:39:0a:8e:23 [118447.426854] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [118447.428511] wlan0: authenticated [118447.428698] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [118447.449040] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [118447.479910] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [118447.493472] wlan0: associated [121752.688171] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [121752.688196] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q52] (Node ffff88003d828e88), AE_NOT_FOUND (20120518/psparse-536) [121770.972193] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [121770.972210] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q51] (Node ffff88003d828e60), AE_NOT_FOUND (20120518/psparse-536) [121771.564110] usb 3-1: USB disconnect, device number 9 [121771.772056] usb 3-1: new full-speed USB device number 10 using uhci_hcd [121771.903319] usb 3-1: device descriptor read/all, error -71 [121772.007081] usb 3-1: new full-speed USB device number 11 using uhci_hcd [121772.145333] usb 3-1: New USB device found, idVendor=0a12, idProduct=0001 [121772.145347] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [121827.415280] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [121827.415312] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q52] (Node ffff88003d828e88), AE_NOT_FOUND (20120518/psparse-536) [124238.174187] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [124238.174212] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q51] (Node ffff88003d828e60), AE_NOT_FOUND (20120518/psparse-536) [132765.573253] lt-kmscon[2307]: segfault at 15c ip 0000000000411311 sp 00007fff68012290 error 4 in lt-kmscon[400000+1c000] [132776.470841] SysRq : Keyboard mode set to system default [132817.399850] SysRq : Keyboard mode set to system default [132818.886926] SysRq : Terminate All Tasks [132818.892268] wlan0: deauthenticating from 00:18:39:0a:8e:23 by local choice (reason=3) [132818.935574] cfg80211: Calling CRDA to update world regulatory domain [132821.482359] SysRq : Kill All Tasks [132821.974552] systemd-journald[2375]: Fixed max_use=1.8G max_size=128.0M min_size=64.0K keep_free=950.3M [132821.975333] systemd-journald[2375]: Vacuuming... [132850.426924] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [132852.581793] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [132854.066142] wlan0: authenticate with 00:18:39:0a:8e:23 [132854.103046] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [132854.108078] wlan0: authenticated [132854.111297] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [132854.133039] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [132854.138316] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [132854.153660] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [132854.156862] wlan0: associated [132897.741559] lt-kmscon[2904]: segfault at 54 ip 0000000000411311 sp 00007fff9ca3c550 error 4 in lt-kmscon[400000+1c000] [132949.073981] SysRq : Keyboard mode set to system default [132950.776208] SysRq : HELP : loglevel(0-9) reBoot Crash terminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) thaw-filesystems(J) saK show-backtrace-all-active-cpus(L) show-memory-usage(M) nice-all-RT-tasks(N) powerOff show-registers(P) show-all-timers(Q) unRaw Sync show-task-states(T) Unmount force-fb(V) show-blocked-tasks(W) [132959.528537] SysRq : Keyboard mode set to system default [132960.269637] SysRq : Terminate All Tasks [132960.270126] wlan0: deauthenticating from 00:18:39:0a:8e:23 by local choice (reason=3) [132960.317987] cfg80211: Calling CRDA to update world regulatory domain [132960.456510] systemd-journald[3013]: Fixed max_use=1.8G max_size=128.0M min_size=64.0K keep_free=950.3M [132960.457843] systemd-journald[3013]: Vacuuming... [133006.805617] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [133008.917559] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [133010.359137] wlan0: authenticate with 00:18:39:0a:8e:23 [133010.396135] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [133010.398044] wlan0: authenticated [133010.398348] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [133010.417038] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [133010.419405] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [133010.431750] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [133010.432115] wlan0: associated [133367.611059] SysRq : Keyboard mode set to system default [133368.006077] SysRq : Terminate All Tasks [133368.006422] wlan0: deauthenticating from 00:18:39:0a:8e:23 by local choice (reason=3) [133368.058410] cfg80211: Calling CRDA to update world regulatory domain [133368.210482] systemd-journald[3555]: Fixed max_use=1.8G max_size=128.0M min_size=64.0K keep_free=950.3M [133368.211975] systemd-journald[3555]: Vacuuming... [133459.744434] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [133461.870174] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [133463.315174] wlan0: authenticate with 00:18:39:0a:8e:23 [133463.352150] wlan0: send auth to 00:18:39:0a:8e:23 (try 1/3) [133463.357915] wlan0: authenticated [133463.362199] rt73usb 1-1:1.0: wlan0: disabling HT as WMM/QoS is not supported [133463.385031] wlan0: associate with 00:18:39:0a:8e:23 (try 1/3) [133463.389918] wlan0: RX AssocResp from 00:18:39:0a:8e:23 (capab=0x411 status=0 aid=1) [133463.406531] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [133463.410880] wlan0: associated [138333.401117] usb 3-1: USB disconnect, device number 11 [138333.608074] usb 3-1: new full-speed USB device number 12 using uhci_hcd [138333.739880] usb 3-1: device descriptor read/all, error -71 [138333.843070] usb 3-1: new full-speed USB device number 13 using uhci_hcd [138333.981897] usb 3-1: New USB device found, idVendor=0a12, idProduct=0001 [138333.981911] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [152586.246157] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [152586.246185] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q52] (Node ffff88003d828e88), AE_NOT_FOUND (20120518/psparse-536) [152740.486239] PM: Syncing filesystems ... done. [152741.056961] PM: Preparing system for mem sleep [152741.162864] Freezing user space processes ... (elapsed 0.01 seconds) done. [152741.174195] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done. [152741.185181] PM: Entering mem sleep [152741.185269] Suspending console(s) (use no_console_suspend to debug) [152741.204504] sd 0:0:0:0: [sda] Synchronizing SCSI cache [152741.204636] sd 0:0:0:0: [sda] Stopping disk [152741.355254] ACPI handle has no context! [152742.304042] phy2 -> rt73usb_set_device_state: Error - Device failed to enter state 1 (-16). [152742.326078] PM: suspend of devices complete after 1140.471 msecs [152742.326385] PM: late suspend of devices complete after 0.299 msecs [152742.500481] PM: noirq suspend of devices complete after 174.086 msecs [152742.500532] ACPI: Preparing to enter system sleep state S3 [152742.506866] PM: Saving platform NVS memory [152742.506912] Disabling non-boot CPUs ... [152742.508634] smpboot: CPU 1 is now offline [152742.509556] Extended CMOS year: 2000 [152742.509556] ACPI: Low-level resume complete [152742.509556] PM: Restoring platform NVS memory [152742.509556] Extended CMOS year: 2000 [152742.509556] CPU0: Thermal monitoring handled by SMI [152742.509556] Enabling non-boot CPUs ... [152742.511909] smpboot: Booting Node 0 Processor 1 APIC 0x1 [152742.545160] CPU1 is up [152742.545617] ACPI: Waking up from system sleep state S3 [152742.994099] PM: noirq resume of devices complete after 206.788 msecs [152742.994401] PM: early resume of devices complete after 0.187 msecs [152742.994501] i915 0000:00:02.0: setting latency timer to 64 [152742.994994] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X [152742.995346] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [152742.995384] usb usb2: root hub lost power or was reset [152742.995417] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [152742.995450] usb usb3: root hub lost power or was reset [152742.995481] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [152742.995514] usb usb4: root hub lost power or was reset [152742.995543] uhci_hcd 0000:00:1d.3: setting latency timer to 64 [152742.995576] usb usb5: root hub lost power or was reset [152742.995608] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [152742.995666] pci 0000:00:1e.0: setting latency timer to 64 [152742.995699] ahci 0000:00:1f.2: setting latency timer to 64 [152742.997804] bcma: bus0: Power control not implemented! [152743.306076] ata3: SATA link down (SStatus 0 SControl 300) [152743.307048] ata4: SATA link down (SStatus 0 SControl 300) [152743.307089] ata2: SATA link down (SStatus 0 SControl 300) [152743.337065] usb 1-8: reset high-speed USB device number 5 using ehci_hcd [152743.553059] usb 1-1: reset high-speed USB device number 2 using ehci_hcd [152743.736547] rt73usb 1-1:1.0: no reset_resume for driver rt73usb? [152743.736756] wlan0: deauthenticating from 00:18:39:0a:8e:23 by local choice (reason=3) [152743.736783] ------------[ cut here ]------------ [152743.736798] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_send_deauth_disassoc+0x1a8/0x1b0() [152743.736801] Hardware name: N150P/N210P/N220P [152743.736804] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.736805] Modules linked in: uhid btusb bluetooth rt73usb rt2x00usb rt2x00lib crc_itu_t [152743.736826] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.736829] Call Trace: [152743.736832] [152743.736840] [<ffffffff81591b00>] ? ieee80211_send_deauth_disassoc+0x190/0x1b0 [152743.736842] [152743.736850] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.736852] [152743.736858] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.736860] [152743.736866] [<ffffffff81591b18>] ? ieee80211_send_deauth_disassoc+0x1a8/0x1b0 [152743.736868] [152743.736874] [<ffffffff81591c51>] ? ieee80211_set_disassoc+0x131/0x3a0 [152743.736876] [152743.736882] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.736884] [152743.736891] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.736892] [152743.736899] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.736900] [152743.736907] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.736908] [152743.736915] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.736917] [152743.736925] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.736926] [152743.736933] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.736934] [152743.736939] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.736941] [152743.736947] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.736948] [152743.736954] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.736955] [152743.736962] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.736964] [152743.736971] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.736974] [152743.736987] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.736989] [152743.736998] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.737027] [152743.737040] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.737043] [152743.737052] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.737054] [152743.737061] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.737063] [152743.737073] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.737075] [152743.737082] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.737083] [152743.737088] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.737090] [152743.737095] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.737096] [152743.737103] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.737105] [152743.737111] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.737112] [152743.737118] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.737119] [152743.737127] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.737128] [152743.737134] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.737136] [152743.737142] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.737144] [152743.737150] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.737152] [152743.737157] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.737159] [152743.737166] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.737167] [152743.737174] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.737176] [152743.737182] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.737184] [152743.737189] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.737193] ---[ end trace 96623291b7d32035 ]--- [152743.737202] ------------[ cut here ]------------ [152743.737209] WARNING: at net/mac80211/util.c:574 ieee80211_can_queue_work.isra.29+0x2e/0x40() [152743.737212] Hardware name: N150P/N210P/N220P [152743.737214] queueing ieee80211 work while going to suspend [152743.737215] Modules linked in: [152743.737217] uhid [152743.737219] btusb [152743.737221] bluetooth [152743.737223] rt73usb [152743.737224] rt2x00usb [152743.737226] rt2x00lib [152743.737228] crc_itu_t [152743.737229] [152743.737234] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.737236] Call Trace: [152743.737238] [152743.737245] [<ffffffff8158d900>] ? ieee80211_iterate_active_interfaces_atomic+0x90/0x90 [152743.737246] [152743.737252] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.737253] [152743.737259] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.737261] [152743.737266] [<ffffffff8158d92e>] ? ieee80211_can_queue_work.isra.29+0x2e/0x40 [152743.737268] [152743.737273] [<ffffffff8158d9db>] ? ieee80211_queue_work+0x2b/0x60 [152743.737275] [152743.737283] [<ffffffff8158a512>] ? invoke_tx_handlers+0x582/0x1370 [152743.737285] [152743.737291] [<ffffffff81591b18>] ? ieee80211_send_deauth_disassoc+0x1a8/0x1b0 [152743.737292] [152743.737300] [<ffffffff815afc13>] ? printk+0x50/0x56 [152743.737301] [152743.737308] [<ffffffff81589163>] ? ieee80211_tx_prepare+0x213/0x440 [152743.737310] [152743.737316] [<ffffffff8158b486>] ? ieee80211_tx+0x86/0x100 [152743.737318] [152743.737325] [<ffffffff8158b595>] ? ieee80211_xmit+0x95/0xc0 [152743.737326] [152743.737332] [<ffffffff8158c57a>] ? ieee80211_tx_skb_tid+0x5a/0x70 [152743.737333] [152743.737340] [<ffffffff81591c51>] ? ieee80211_set_disassoc+0x131/0x3a0 [152743.737341] [152743.737348] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.737349] [152743.737355] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.737357] [152743.737363] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.737364] [152743.737370] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.737372] [152743.737378] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.737380] [152743.737386] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.737388] [152743.737393] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.737394] [152743.737400] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.737401] [152743.737407] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.737408] [152743.737414] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.737415] [152743.737421] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.737423] [152743.737430] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.737432] [152743.737442] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.737444] [152743.737452] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.737454] [152743.737461] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.737463] [152743.737470] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.737471] [152743.737477] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.737478] [152743.737485] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.737486] [152743.737493] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.737494] [152743.737499] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.737500] [152743.737505] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.737507] [152743.737513] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.737515] [152743.737521] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.737522] [152743.737528] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.737529] [152743.737536] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.737537] [152743.737543] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.737544] [152743.737551] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.737553] [152743.737558] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.737560] [152743.737565] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.737567] [152743.737573] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.737575] [152743.737581] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.737583] [152743.737589] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.737591] [152743.737596] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.737599] ---[ end trace 96623291b7d32036 ]--- [152743.742035] ------------[ cut here ]------------ [152743.742047] WARNING: at net/mac80211/driver-ops.h:12 sta_info_move_state+0x3ff/0x450() [152743.742050] Hardware name: N150P/N210P/N220P [152743.742052] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.742054] Modules linked in: [152743.742056] uhid [152743.742058] btusb [152743.742060] bluetooth [152743.742062] rt73usb [152743.742063] rt2x00usb [152743.742065] rt2x00lib [152743.742067] crc_itu_t [152743.742068] [152743.742074] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.742076] Call Trace: [152743.742078] [152743.742085] [<ffffffff81573f00>] ? sta_info_move_state+0x3c0/0x450 [152743.742086] [152743.742092] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.742094] [152743.742100] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.742102] [152743.742108] [<ffffffff81573f3f>] ? sta_info_move_state+0x3ff/0x450 [152743.742110] [152743.742117] [<ffffffff815740b7>] ? __sta_info_destroy+0x127/0x430 [152743.742118] [152743.742125] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [152743.742126] [152743.742133] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [152743.742134] [152743.742141] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.742156] [152743.742163] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.742164] [152743.742171] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.742172] [152743.742178] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.742179] [152743.742185] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.742187] [152743.742194] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.742195] [152743.742201] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.742202] [152743.742207] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.742209] [152743.742215] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.742216] [152743.742221] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.742223] [152743.742229] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.742231] [152743.742238] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.742239] [152743.742250] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.742252] [152743.742260] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.742262] [152743.742270] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.742271] [152743.742278] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.742279] [152743.742286] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.742287] [152743.742294] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.742295] [152743.742301] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.742303] [152743.742308] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.742309] [152743.742314] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.742315] [152743.742322] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.742323] [152743.742329] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.742331] [152743.742336] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.742338] [152743.742345] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.742346] [152743.742352] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.742353] [152743.742360] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.742361] [152743.742367] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.742369] [152743.742374] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.742376] [152743.742382] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.742384] [152743.742389] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.742392] [152743.742398] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.742400] [152743.742405] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.742408] ---[ end trace 96623291b7d32037 ]--- [152743.742410] ------------[ cut here ]------------ [152743.742418] WARNING: at net/mac80211/driver-ops.h:12 sta_info_move_state+0x3ff/0x450() [152743.742421] Hardware name: N150P/N210P/N220P [152743.742423] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.742425] Modules linked in: [152743.742427] uhid [152743.742428] btusb [152743.742430] bluetooth [152743.742432] rt73usb [152743.742434] rt2x00usb [152743.742435] rt2x00lib [152743.742437] crc_itu_t [152743.742438] [152743.742443] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.742445] Call Trace: [152743.742447] [152743.742454] [<ffffffff81573f00>] ? sta_info_move_state+0x3c0/0x450 [152743.742455] [152743.742461] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.742462] [152743.742468] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.742470] [152743.742477] [<ffffffff81573f3f>] ? sta_info_move_state+0x3ff/0x450 [152743.742478] [152743.742485] [<ffffffff815740b7>] ? __sta_info_destroy+0x127/0x430 [152743.742486] [152743.742493] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [152743.742495] [152743.742501] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [152743.742503] [152743.742509] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.742511] [152743.742516] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.742518] [152743.742524] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.742525] [152743.742531] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.742532] [152743.742538] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.742540] [152743.742547] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.742548] [152743.742554] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.742555] [152743.742560] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.742562] [152743.742567] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.742569] [152743.742574] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.742575] [152743.742582] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.742583] [152743.742590] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.742592] [152743.742602] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.742603] [152743.742611] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.742613] [152743.742620] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.742622] [152743.742629] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.742630] [152743.742636] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.742637] [152743.742644] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.742645] [152743.742652] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.742653] [152743.742658] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.742659] [152743.742664] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.742666] [152743.742672] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.742674] [152743.742680] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.742681] [152743.742687] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.742688] [152743.742695] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.742696] [152743.742702] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.742703] [152743.742710] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.742711] [152743.742717] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.742719] [152743.742724] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.742726] [152743.742732] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.742734] [152743.742739] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.742741] [152743.742748] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.742749] [152743.742754] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.742757] ---[ end trace 96623291b7d32038 ]--- [152743.742759] ------------[ cut here ]------------ [152743.742767] WARNING: at net/mac80211/driver-ops.h:12 sta_info_move_state+0x441/0x450() [152743.742769] Hardware name: N150P/N210P/N220P [152743.742771] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.742773] Modules linked in: [152743.742775] uhid [152743.742776] btusb [152743.742778] bluetooth [152743.742780] rt73usb [152743.742782] rt2x00usb [152743.742783] rt2x00lib [152743.742785] crc_itu_t [152743.742786] [152743.742791] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.742793] Call Trace: [152743.742794] [152743.742801] [<ffffffff81573f00>] ? sta_info_move_state+0x3c0/0x450 [152743.742802] [152743.742809] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.742810] [152743.742816] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.742818] [152743.742824] [<ffffffff81573f81>] ? sta_info_move_state+0x441/0x450 [152743.742826] [152743.742833] [<ffffffff815740b7>] ? __sta_info_destroy+0x127/0x430 [152743.742834] [152743.742841] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [152743.742842] [152743.742849] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [152743.742850] [152743.742857] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.742858] [152743.742864] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.742866] [152743.742872] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.742873] [152743.742879] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.742880] [152743.742886] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.742888] [152743.742895] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.742896] [152743.742901] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.742903] [152743.742908] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.742910] [152743.742915] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.742917] [152743.742922] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.742923] [152743.742930] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.742931] [152743.742938] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.742940] [152743.742949] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.742951] [152743.742959] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.742961] [152743.742968] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.742970] [152743.742976] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.742978] [152743.742984] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.742985] [152743.742992] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.742993] [152743.742999] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.743020] [152743.743026] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.743027] [152743.743032] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.743034] [152743.743040] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.743042] [152743.743047] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.743049] [152743.743055] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.743056] [152743.743063] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.743064] [152743.743070] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.743071] [152743.743078] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.743079] [152743.743085] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.743087] [152743.743092] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.743094] [152743.743100] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.743102] [152743.743107] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.743110] [152743.743116] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.743117] [152743.743123] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.743126] ---[ end trace 96623291b7d32039 ]--- [152743.743128] ------------[ cut here ]------------ [152743.743136] WARNING: at net/mac80211/driver-ops.h:12 sta_info_move_state+0x3ff/0x450() [152743.743139] Hardware name: N150P/N210P/N220P [152743.743141] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.743143] Modules linked in: [152743.743145] uhid [152743.743146] btusb [152743.743148] bluetooth [152743.743150] rt73usb [152743.743152] rt2x00usb [152743.743153] rt2x00lib [152743.743155] crc_itu_t [152743.743156] [152743.743162] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.743163] Call Trace: [152743.743165] [152743.743172] [<ffffffff81573f00>] ? sta_info_move_state+0x3c0/0x450 [152743.743173] [152743.743179] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.743181] [152743.743186] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.743188] [152743.743195] [<ffffffff81573f3f>] ? sta_info_move_state+0x3ff/0x450 [152743.743197] [152743.743203] [<ffffffff815740b7>] ? __sta_info_destroy+0x127/0x430 [152743.743205] [152743.743211] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [152743.743213] [152743.743219] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [152743.743221] [152743.743227] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.743229] [152743.743235] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.743236] [152743.743242] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.743244] [152743.743249] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.743251] [152743.743257] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.743259] [152743.743265] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.743267] [152743.743272] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.743274] [152743.743279] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.743280] [152743.743286] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.743287] [152743.743293] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.743294] [152743.743301] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.743302] [152743.743309] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.743311] [152743.743321] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.743322] [152743.743330] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.743332] [152743.743339] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.743341] [152743.743348] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.743349] [152743.743355] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.743356] [152743.743363] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.743364] [152743.743371] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.743372] [152743.743377] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.743378] [152743.743383] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.743385] [152743.743391] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.743393] [152743.743398] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.743400] [152743.743406] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.743407] [152743.743414] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.743415] [152743.743421] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.743422] [152743.743429] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.743430] [152743.743436] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.743438] [152743.743443] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.743445] [152743.743451] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.743453] [152743.743458] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.743460] [152743.743467] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.743468] [152743.743473] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.743476] ---[ end trace 96623291b7d3203a ]--- [152743.743479] ------------[ cut here ]------------ [152743.743487] WARNING: at net/mac80211/driver-ops.h:12 __sta_info_destroy+0x428/0x430() [152743.743489] Hardware name: N150P/N210P/N220P [152743.743491] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.743493] Modules linked in: [152743.743494] uhid [152743.743496] btusb [152743.743498] bluetooth [152743.743500] rt73usb [152743.743501] rt2x00usb [152743.743503] rt2x00lib [152743.743505] crc_itu_t [152743.743506] [152743.743511] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.743513] Call Trace: [152743.743514] [152743.743521] [<ffffffff81574300>] ? __sta_info_destroy+0x370/0x430 [152743.743522] [152743.743528] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.743530] [152743.743535] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.743537] [152743.743544] [<ffffffff81573f3f>] ? sta_info_move_state+0x3ff/0x450 [152743.743545] [152743.743552] [<ffffffff815743b8>] ? __sta_info_destroy+0x428/0x430 [152743.743553] [152743.743560] [<ffffffff815744ce>] ? sta_info_flush+0x5e/0xb0 [152743.743561] [152743.743568] [<ffffffff81591c87>] ? ieee80211_set_disassoc+0x167/0x3a0 [152743.743570] [152743.743576] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.743578] [152743.743583] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.743585] [152743.743591] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.743592] [152743.743598] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.743599] [152743.743606] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.743607] [152743.743614] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.743615] [152743.743621] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.743622] [152743.743627] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.743629] [152743.743634] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.743636] [152743.743641] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.743642] [152743.743649] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.743650] [152743.743657] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.743659] [152743.743669] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.743670] [152743.743678] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.743680] [152743.743687] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.743689] [152743.743695] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.743697] [152743.743703] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.743704] [152743.743711] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.743712] [152743.743718] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.743720] [152743.743725] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.743726] [152743.743731] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.743732] [152743.743739] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.743740] [152743.743746] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.743748] [152743.743753] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.743755] [152743.743762] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.743763] [152743.743769] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.743770] [152743.743776] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.743778] [152743.743784] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.743785] [152743.743791] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.743792] [152743.743799] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.743801] [152743.743806] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.743808] [152743.743815] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.743816] [152743.743821] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.743824] ---[ end trace 96623291b7d3203b ]--- [152743.750045] ------------[ cut here ]------------ [152743.750057] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_bss_info_change_notify+0x1fa/0x210() [152743.750059] Hardware name: N150P/N210P/N220P [152743.750062] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.750064] Modules linked in: [152743.750066] uhid [152743.750068] btusb [152743.750069] bluetooth [152743.750071] rt73usb [152743.750073] rt2x00usb [152743.750075] rt2x00lib [152743.750076] crc_itu_t [152743.750078] [152743.750083] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.750085] Call Trace: [152743.750087] [152743.750094] [<ffffffff81571100>] ? ieee80211_bss_info_change_notify+0x130/0x210 [152743.750096] [152743.750102] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.750103] [152743.750109] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.750111] [152743.750118] [<ffffffff815711ca>] ? ieee80211_bss_info_change_notify+0x1fa/0x210 [152743.750119] [152743.750126] [<ffffffff81591d4f>] ? ieee80211_set_disassoc+0x22f/0x3a0 [152743.750127] [152743.750134] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.750135] [152743.750141] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.750143] [152743.750149] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.750150] [152743.750156] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.750157] [152743.750163] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.750165] [152743.750172] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.750173] [152743.750179] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.750180] [152743.750185] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.750187] [152743.750192] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.750194] [152743.750199] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.750200] [152743.750207] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.750208] [152743.750215] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.750217] [152743.750228] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.750229] [152743.750237] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.750239] [152743.750246] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.750248] [152743.750255] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.750256] [152743.750262] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.750264] [152743.750270] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.750272] [152743.750278] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.750279] [152743.750284] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.750286] [152743.750291] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.750292] [152743.750298] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.750300] [152743.750306] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.750307] [152743.750313] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.750314] [152743.750321] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.750323] [152743.750328] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.750330] [152743.750336] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.750338] [152743.750343] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.750345] [152743.750351] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.750352] [152743.750358] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.750360] [152743.750366] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.750368] [152743.750374] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.750376] [152743.750381] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.750384] ---[ end trace 96623291b7d3203c ]--- [152743.750388] ------------[ cut here ]------------ [152743.750395] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_set_wmm_default+0x27d/0x290() [152743.750397] Hardware name: N150P/N210P/N220P [152743.750399] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.750401] Modules linked in: [152743.750403] uhid [152743.750405] btusb [152743.750406] bluetooth [152743.750408] rt73usb [152743.750410] rt2x00usb [152743.750411] rt2x00lib [152743.750413] crc_itu_t [152743.750414] [152743.750420] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.750421] Call Trace: [152743.750423] [152743.750429] [<ffffffff8158ec00>] ? ieee80211_set_wmm_default+0x1e0/0x290 [152743.750430] [152743.750436] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.750437] [152743.750443] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.750445] [152743.750450] [<ffffffff8158ec9d>] ? ieee80211_set_wmm_default+0x27d/0x290 [152743.750452] [152743.750458] [<ffffffff81591d7a>] ? ieee80211_set_disassoc+0x25a/0x3a0 [152743.750460] [152743.750466] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.750468] [152743.750474] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.750476] [152743.750482] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.750483] [152743.750489] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.750490] [152743.750496] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.750498] [152743.750505] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.750506] [152743.750511] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.750513] [152743.750518] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.750520] [152743.750525] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.750526] [152743.750532] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.750533] [152743.750540] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.750541] [152743.750548] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.750550] [152743.750560] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.750561] [152743.750569] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.750571] [152743.750578] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.750580] [152743.750586] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.750588] [152743.750594] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.750595] [152743.750602] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.750603] [152743.750609] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.750611] [152743.750616] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.750617] [152743.750622] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.750623] [152743.750630] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.750631] [152743.750637] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.750639] [152743.750645] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.750646] [152743.750653] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.750654] [152743.750660] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.750661] [152743.750668] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.750669] [152743.750675] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.750676] [152743.750682] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.750683] [152743.750690] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.750692] [152743.750697] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.750699] [152743.750706] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.750707] [152743.750712] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.750715] ---[ end trace 96623291b7d3203d ]--- [152743.750722] ------------[ cut here ]------------ [152743.750728] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_set_wmm_default+0x27d/0x290() [152743.750731] Hardware name: N150P/N210P/N220P [152743.750733] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.750735] Modules linked in: [152743.750736] uhid [152743.750738] btusb [152743.750740] bluetooth [152743.750742] rt73usb [152743.750743] rt2x00usb [152743.750745] rt2x00lib [152743.750747] crc_itu_t [152743.750748] [152743.750753] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.750755] Call Trace: [152743.750757] [152743.750762] [<ffffffff8158ec00>] ? ieee80211_set_wmm_default+0x1e0/0x290 [152743.750764] [152743.750769] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.750771] [152743.750776] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.750778] [152743.750784] [<ffffffff8158ec9d>] ? ieee80211_set_wmm_default+0x27d/0x290 [152743.750786] [152743.750792] [<ffffffff81591d7a>] ? ieee80211_set_disassoc+0x25a/0x3a0 [152743.750794] [152743.750800] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.750802] [152743.750808] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.750809] [152743.750815] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.750817] [152743.750823] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.750824] [152743.750830] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.750832] [152743.750838] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.750840] [152743.750845] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.750847] [152743.750852] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.750853] [152743.750859] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.750860] [152743.750866] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.750867] [152743.750874] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.750875] [152743.750882] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.750884] [152743.750894] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.750895] [152743.750903] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.750905] [152743.750912] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.750914] [152743.750921] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.750922] [152743.750928] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.750929] [152743.750936] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.750937] [152743.750944] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.750945] [152743.750950] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.750951] [152743.750956] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.750958] [152743.750964] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.750966] [152743.750972] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.750973] [152743.750979] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.750980] [152743.750987] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.750989] [152743.750994] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.750995] [152743.751002] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.751022] [152743.751029] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.751031] [152743.751037] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.751038] [152743.751045] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.751046] [152743.751052] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.751054] [152743.751061] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.751062] [152743.751067] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.751070] ---[ end trace 96623291b7d3203e ]--- [152743.751075] ------------[ cut here ]------------ [152743.751082] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_set_wmm_default+0x27d/0x290() [152743.751084] Hardware name: N150P/N210P/N220P [152743.751087] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.751088] Modules linked in: [152743.751090] uhid [152743.751092] btusb [152743.751094] bluetooth [152743.751095] rt73usb [152743.751097] rt2x00usb [152743.751099] rt2x00lib [152743.751100] crc_itu_t [152743.751102] [152743.751107] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.751109] Call Trace: [152743.751110] [152743.751116] [<ffffffff8158ec00>] ? ieee80211_set_wmm_default+0x1e0/0x290 [152743.751117] [152743.751123] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.751125] [152743.751130] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.751132] [152743.751138] [<ffffffff8158ec9d>] ? ieee80211_set_wmm_default+0x27d/0x290 [152743.751140] [152743.751146] [<ffffffff81591d7a>] ? ieee80211_set_disassoc+0x25a/0x3a0 [152743.751148] [152743.751154] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.751156] [152743.751162] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.751163] [152743.751169] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.751171] [152743.751176] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.751178] [152743.751184] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.751186] [152743.751192] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.751194] [152743.751199] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.751201] [152743.751206] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.751207] [152743.751213] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.751214] [152743.751220] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.751221] [152743.751228] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.751229] [152743.751236] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.751238] [152743.751248] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.751250] [152743.751257] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.751259] [152743.751267] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.751268] [152743.751275] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.751277] [152743.751283] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.751284] [152743.751291] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.751292] [152743.751298] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.751299] [152743.751304] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.751306] [152743.751311] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.751312] [152743.751319] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.751320] [152743.751326] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.751327] [152743.751333] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.751334] [152743.751341] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.751343] [152743.751349] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.751350] [152743.751356] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.751358] [152743.751363] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.751365] [152743.751371] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.751372] [152743.751379] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.751380] [152743.751386] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.751388] [152743.751394] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.751396] [152743.751401] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.751404] ---[ end trace 96623291b7d3203f ]--- [152743.751408] ------------[ cut here ]------------ [152743.751414] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_set_wmm_default+0x27d/0x290() [152743.751416] Hardware name: N150P/N210P/N220P [152743.751419] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.751420] Modules linked in: [152743.751422] uhid [152743.751424] btusb [152743.751426] bluetooth [152743.751427] rt73usb [152743.751429] rt2x00usb [152743.751431] rt2x00lib [152743.751432] crc_itu_t [152743.751434] [152743.751439] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.751440] Call Trace: [152743.751442] [152743.751448] [<ffffffff8158ec00>] ? ieee80211_set_wmm_default+0x1e0/0x290 [152743.751449] [152743.751455] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.751456] [152743.751462] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.751464] [152743.751470] [<ffffffff8158ec9d>] ? ieee80211_set_wmm_default+0x27d/0x290 [152743.751472] [152743.751478] [<ffffffff81591d7a>] ? ieee80211_set_disassoc+0x25a/0x3a0 [152743.751479] [152743.751486] [<ffffffff81595e7e>] ? ieee80211_mgd_deauth+0x14e/0x150 [152743.751487] [152743.751493] [<ffffffff81566d0f>] ? cfg80211_mlme_down+0x7f/0xd0 [152743.751495] [152743.751501] [<ffffffff8156a4f5>] ? __cfg80211_disconnect+0x1d5/0x1f0 [152743.751502] [152743.751508] [<ffffffff81045acd>] ? call_usermodehelper_fns+0x12d/0x200 [152743.751510] [152743.751516] [<ffffffff8154ef01>] ? cfg80211_netdev_notifier_call+0x4d1/0x5b0 [152743.751517] [152743.751524] [<ffffffff81052f07>] ? notifier_call_chain+0x47/0x70 [152743.751525] [152743.751531] [<ffffffff81481dfd>] ? __dev_close_many+0x3d/0xd0 [152743.751532] [152743.751537] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.751539] [152743.751545] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.751546] [152743.751551] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.751553] [152743.751559] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.751561] [152743.751568] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.751569] [152743.751579] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.751580] [152743.751588] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.751590] [152743.751597] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.751599] [152743.751606] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.751607] [152743.751613] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.751615] [152743.751621] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.751623] [152743.751629] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.751630] [152743.751635] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.751637] [152743.751642] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.751643] [152743.751649] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.751651] [152743.751657] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.751658] [152743.751664] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.751665] [152743.751672] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.751674] [152743.751679] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.751681] [152743.751687] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.751689] [152743.751694] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.751696] [152743.751702] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.751703] [152743.751709] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.751711] [152743.751717] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.751719] [152743.751725] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.751727] [152743.751732] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.751735] ---[ end trace 96623291b7d32040 ]--- [152743.771166] cfg80211: Calling CRDA to update world regulatory domain [152743.778025] ------------[ cut here ]------------ [152743.778037] WARNING: at net/mac80211/driver-ops.h:12 ieee80211_do_stop+0x5b2/0x5c0() [152743.778040] Hardware name: N150P/N210P/N220P [152743.778043] wlan0: Failed check-sdata-in-driver check, flags: 0x4 [152743.778044] Modules linked in: [152743.778047] uhid [152743.778048] btusb [152743.778051] bluetooth [152743.778052] rt73usb [152743.778054] rt2x00usb [152743.778056] rt2x00lib [152743.778058] crc_itu_t [152743.778059] [152743.778065] Pid: 17390, comm: kworker/u:37 Tainted: G W 3.5.0-rc6-next-20120709+ #11 [152743.778067] Call Trace: [152743.778069] [152743.778076] [<ffffffff8157de00>] ? ieee80211_do_stop+0x5a0/0x5c0 [152743.778078] [152743.778084] [<ffffffff810309dc>] ? warn_slowpath_common+0x7c/0xc0 [152743.778086] [152743.778092] [<ffffffff81030ad7>] ? warn_slowpath_fmt+0x47/0x50 [152743.778094] [152743.778100] [<ffffffff8157de12>] ? ieee80211_do_stop+0x5b2/0x5c0 [152743.778101] [152743.778107] [<ffffffff8149c253>] ? dev_deactivate_many+0x1f3/0x240 [152743.778109] [152743.778115] [<ffffffff8157de36>] ? ieee80211_stop+0x16/0x20 [152743.778116] [152743.778122] [<ffffffff81481e45>] ? __dev_close_many+0x85/0xd0 [152743.778123] [152743.778129] [<ffffffff81481f54>] ? dev_close_many+0x84/0x100 [152743.778130] [152743.778136] [<ffffffff8148208e>] ? rollback_registered_many+0xbe/0x310 [152743.778137] [152743.778143] [<ffffffff814822ee>] ? unregister_netdevice_many+0xe/0x60 [152743.778144] [152743.778150] [<ffffffff8157f3b6>] ? ieee80211_remove_interfaces+0xa6/0xf0 [152743.778152] [152743.778159] [<ffffffff8156fd69>] ? ieee80211_unregister_hw+0x49/0x100 [152743.778161] [152743.778173] [<ffffffffa0004dd1>] ? rt2x00lib_remove_dev+0x151/0x190 [rt2x00lib] [152743.778174] [152743.778183] [<ffffffffa0014fda>] ? rt2x00usb_disconnect+0x3a/0x80 [rt2x00usb] [152743.778184] [152743.778193] [<ffffffff8136da9a>] ? usb_unbind_interface+0x6a/0x1c0 [152743.778195] [152743.778202] [<ffffffff81313c27>] ? __device_release_driver+0x77/0xf0 [152743.778203] [152743.778209] [<ffffffff81313cc9>] ? device_release_driver+0x29/0x40 [152743.778211] [152743.778217] [<ffffffff8136dca7>] ? usb_forced_unbind_intf+0x17/0x20 [152743.778219] [152743.778225] [<ffffffff8136dd5a>] ? usb_resume+0xaa/0xd0 [152743.778226] [152743.778231] [<ffffffff8135fe90>] ? usb_dev_thaw+0x20/0x20 [152743.778233] [152743.778238] [<ffffffff8135fe9f>] ? usb_dev_resume+0xf/0x20 [152743.778239] [152743.778246] [<ffffffff8131a5f6>] ? dpm_run_callback.isra.4+0x36/0x80 [152743.778248] [152743.778254] [<ffffffff8131ab39>] ? device_resume+0xa9/0x160 [152743.778255] [152743.778261] [<ffffffff8131ac04>] ? async_resume+0x14/0x40 [152743.778262] [152743.778270] [<ffffffff81053f8a>] ? async_run_entry_fn+0x8a/0x1b0 [152743.778272] [152743.778278] [<ffffffff81046df8>] ? process_one_work+0x118/0x370 [152743.778279] [152743.778285] [<ffffffff81053f00>] ? async_unregister_domain+0x70/0x70 [152743.778287] [152743.778293] [<ffffffff81048470>] ? worker_thread+0x130/0x2e0 [152743.778294] [152743.778300] [<ffffffff81048340>] ? manage_workers.isra.28+0x200/0x200 [152743.778301] [152743.778308] [<ffffffff8104d6c7>] ? kthread+0x87/0x90 [152743.778310] [152743.778316] [<ffffffff815b9a54>] ? kernel_thread_helper+0x4/0x10 [152743.778318] [152743.778325] [<ffffffff8104d640>] ? flush_kthread_worker+0x80/0x80 [152743.778326] [152743.778331] [<ffffffff815b9a50>] ? gs_change+0xb/0xb [152743.778334] ---[ end trace 96623291b7d32041 ]--- [152743.805084] usb 3-2: reset full-speed USB device number 7 using uhci_hcd [152743.945502] btusb 3-2:1.0: no reset_resume for driver btusb? [152743.945508] btusb 3-2:1.1: no reset_resume for driver btusb? [152744.030054] usb 3-1: reset full-speed USB device number 13 using uhci_hcd [152744.161497] usb 3-1: device descriptor read/all, error -71 [152744.265055] usb 3-1: reset full-speed USB device number 13 using uhci_hcd [152744.404501] btusb 3-1:1.0: no reset_resume for driver btusb? [152744.404507] btusb 3-1:1.1: no reset_resume for driver btusb? [152744.989067] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [152745.008487] ata1.00: configured for UDMA/133 [152745.008625] sd 0:0:0:0: [sda] Starting disk [152745.020065] PM: resume of devices complete after 2025.651 msecs [152745.123064] usb 1-1: reset high-speed USB device number 2 using ehci_hcd [152745.569403] ieee80211 phy3: Selected rate control algorithm 'minstrel_ht' [152745.570116] Registered led device: rt73usb-phy3::radio [152745.570182] Registered led device: rt73usb-phy3::assoc [152745.570236] Registered led device: rt73usb-phy3::quality [152748.834383] PM: Finishing wakeup. [152748.836906] Restarting tasks ... done. [152751.349159] ACPI Error: [\_SB_.VDRV] Namespace lookup failure, AE_NOT_FOUND (20120518/psargs-359) [152751.349186] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.H_EC._Q51] (Node ffff88003d828e60), AE_NOT_FOUND (20120518/psparse-536)
Attachment:
custom-kernel.config
Description: Binary data