sd8686 linux system hang when associating to access point

Wood, Brian J brian.j.wood at intel.com
Wed Jun 10 14:08:40 EDT 2009


Hi Jonathan (all),

I changed my rsyslog.conf file to get the output of the kern.* printk's to a logfile that should help with pinpointing the issue (hopefully). I've also turned on the mmc debugging in the kernel so it might help with the controller portions? Also, I used the suggested "5792679" setting as the "libertas_debug" module parameter file to get this output.

This log capture is from the point where I issue the command:

        $iwconfig eth0 essid "Guest"

Until the system hangs.


Jun 10 06:45:23 localhost kernel: [  521.751098] libertas enter: lbs_get_wireless_stats()
Jun 10 06:45:23 localhost kernel: [  521.751235] libertas leave: lbs_get_wireless_stats()
Jun 10 06:45:23 localhost kernel: [  521.751557] libertas enter: lbs_set_essid()
Jun 10 06:45:23 localhost kernel: [  521.751650] libertas wext: requested SSID 'Guest'
Jun 10 06:45:23 localhost kernel: [  521.751760] libertas enter: lbs_get_association_request()
Jun 10 06:45:23 localhost kernel: [  521.751871] libertas leave: lbs_get_association_request()
Jun 10 06:45:23 localhost kernel: [  521.751963] libertas leave: lbs_set_essid(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.251312] libertas enter: lbs_association_worker()
Jun 10 06:45:24 localhost kernel: [  522.251470] libertas assoc: Association Request:
Jun 10 06:45:24 localhost kernel: [  522.251476]     flags:     0x00000002
Jun 10 06:45:24 localhost kernel: [  522.251480]     SSID:      'Guest'
Jun 10 06:45:24 localhost kernel: [  522.251484]     chann:     1
Jun 10 06:45:24 localhost kernel: [  522.251487]     band:      0
Jun 10 06:45:24 localhost kernel: [  522.251490]     mode:      2
Jun 10 06:45:24 localhost kernel: [  522.251494]     BSSID:     00:00:00:00:00:00
Jun 10 06:45:24 localhost kernel: [  522.251498]     secinfo:
Jun 10 06:45:24 localhost kernel: [  522.251501]     auth_mode: 1
Jun 10 06:45:24 localhost kernel: [  522.253120] libertas enter: assoc_helper_associate()
Jun 10 06:45:24 localhost kernel: [  522.253323] libertas enter: assoc_helper_essid()
Jun 10 06:45:24 localhost kernel: [  522.253510] libertas assoc: SSID 'Guest' requested
Jun 10 06:45:24 localhost kernel: [  522.253678] libertas enter: lbs_send_specific_ssid_scan(SSID 'Guest'
Jun 10 06:45:24 localhost kernel: [  522.253684] )
Jun 10 06:45:24 localhost kernel: [  522.254026] libertas enter: lbs_scan_networks(full_scan 1)
Jun 10 06:45:24 localhost kernel: [  522.254198] libertas scan: numchannels 4, bsstype 3
Jun 10 06:45:24 localhost kernel: [  522.258553] libertas scan: chan_count 11, scan_channel 0
Jun 10 06:45:24 localhost kernel: [  522.258735] libertas scan: scanning 4 of 11 channels
Jun 10 06:45:24 localhost kernel: [  522.258904] libertas enter: lbs_do_scan(bsstype 3, chanlist[].chan 1, chan_count 4)
Jun 10 06:45:24 localhost kernel: [  522.259975] libertas enter: __lbs_cmd()
Jun 10 06:45:24 localhost kernel: [  522.260168] libertas enter: __lbs_cmd_async()
Jun 10 06:45:24 localhost kernel: [  522.260334] libertas enter: lbs_get_cmd_ctrl_node()
Jun 10 06:45:24 localhost kernel: [  522.260502] libertas leave: lbs_get_cmd_ctrl_node()
Jun 10 06:45:24 localhost kernel: [  522.260671] libertas host: PREP_CMD: command 0x0006
Jun 10 06:45:24 localhost kernel: [  522.260838] libertas enter: lbs_queue_cmd()
Jun 10 06:45:24 localhost kernel: [  522.261021] libertas host: QUEUE_CMD: inserted command 0x0006 into cmdpendingq
Jun 10 06:45:24 localhost kernel: [  522.261282] libertas leave: lbs_queue_cmd()
Jun 10 06:45:24 localhost kernel: [  522.261452] libertas leave: __lbs_cmd_async(), ret dd4c40f0
Jun 10 06:45:24 localhost kernel: [  522.263816] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:24 localhost kernel: [  522.263997] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:24 localhost kernel: [  522.264195] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:24 localhost kernel: [  522.264371] libertas enter: lbs_execute_next_command()
Jun 10 06:45:24 localhost kernel: [  522.264540] libertas host: EXEC_NEXT_CMD: sending command 0x0006
Jun 10 06:45:24 localhost kernel: [  522.264711] libertas enter: lbs_submit_command()
Jun 10 06:45:24 localhost kernel: [  522.264878] libertas cmd: DNLD_CMD: command 0x0006, seq 67, size 72
Jun 10 06:45:24 localhost kernel: [  522.265069] libertas enter: if_sdio_host_to_card(type 1, bytes 72)
Jun 10 06:45:24 localhost kernel: [  522.265253] libertas leave: if_sdio_host_to_card(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.265422] libertas leave: lbs_submit_command()
Jun 10 06:45:24 localhost kernel: [  522.265587] libertas leave: lbs_execute_next_command()
Jun 10 06:45:24 localhost kernel: [  522.265756] libertas thread: 1: currenttxskb (null), dnld_sent 2
Jun 10 06:45:24 localhost kernel: [  522.265929] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:24 localhost kernel: [  522.269428] libertas enter: if_sdio_host_to_card_worker()
Jun 10 06:45:24 localhost kernel: [  522.269614] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.269810] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.269997] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.271242] mmc1: starting CMD53 arg 9200004c flags 000001b5
Jun 10 06:45:24 localhost kernel: [  522.271421] mmc1:     blksz 76 blocks 1 flags 00000100 tsac 1000 ms nsac 0
Jun 10 06:45:24 localhost kernel: [  522.271626] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000003
Jun 10 06:45:24 localhost kernel: [  522.271810] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000100
Jun 10 06:45:24 localhost kernel: [  522.272000] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.272196] mmc1:     76 bytes transferred: 0
Jun 10 06:45:24 localhost kernel: [  522.273921] libertas leave: if_sdio_host_to_card_worker()
Jun 10 06:45:24 localhost kernel: [  522.274147] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.274337] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.274519] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.274704] libertas enter: if_sdio_interrupt()
Jun 10 06:45:24 localhost kernel: [  522.274873] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.275076] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.275258] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.275443] libertas sdio: interrupt: 0x2
Jun 10 06:45:24 localhost kernel: [  522.275608] mmc1: starting CMD52 arg 90000afd flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.275794] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.275974] mmc1: req done (CMD52): 0: 000010fd 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.276179] libertas enter: lbs_host_to_card_done()
Jun 10 06:45:24 localhost kernel: [  522.276345] libertas leave: lbs_host_to_card_done()
Jun 10 06:45:24 localhost kernel: [  522.276514] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.731904] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000100
Jun 10 06:45:24 localhost kernel: [  522.732227] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.732623] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.732844] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.733121] libertas enter: if_sdio_interrupt()
Jun 10 06:45:24 localhost kernel: [  522.733320] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.733514] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.733697] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.733884] libertas sdio: interrupt: 0x1
Jun 10 06:45:24 localhost kernel: [  522.734068] mmc1: starting CMD52 arg 90000afe flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.734255] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.734435] mmc1: req done (CMD52): 0: 000010fe 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.734623] libertas enter: if_sdio_card_to_host()
Jun 10 06:45:24 localhost kernel: [  522.734792] mmc1: starting CMD52 arg 10006800 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.734976] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.735175] mmc1: req done (CMD52): 0: 000010bd 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.735362] mmc1: starting CMD52 arg 10006a00 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.735548] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.735728] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.735915] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.736117] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.736300] mmc1: req done (CMD52): 0: 0000100a 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.736490] mmc1: starting CMD53 arg 1a000002 flags 000001b5
Jun 10 06:45:24 localhost kernel: [  522.736662] mmc1:     blksz 256 blocks 2 flags 00000200 tsac 1000 ms nsac 0
Jun 10 06:45:24 localhost kernel: [  522.736858] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.737059] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000002
Jun 10 06:45:24 localhost kernel: [  522.737242] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.737416] mmc1:     512 bytes transferred: 0
Jun 10 06:45:24 localhost kernel: [  522.737591] libertas sdio: packet of type 1 and size 445 bytes
Jun 10 06:45:24 localhost kernel: [  522.737765] libertas enter: if_sdio_handle_cmd()
Jun 10 06:45:24 localhost kernel: [  522.737933] libertas enter: lbs_notify_command_response()
Jun 10 06:45:24 localhost kernel: [  522.738040] libertas leave: lbs_notify_command_response()
Jun 10 06:45:24 localhost kernel: [  522.738326] libertas leave: if_sdio_handle_cmd(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.738496] libertas leave: if_sdio_card_to_host(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.738665] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.744037] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:24 localhost kernel: [  522.744218] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:24 localhost kernel: [  522.744389] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:24 localhost kernel: [  522.744563] libertas enter: lbs_process_command_response()
Jun 10 06:45:24 localhost kernel: [  522.744737] libertas cmd: CMD_RESP: response 0x8006, seq 67, size 441
Jun 10 06:45:24 localhost kernel: [  522.744915] libertas enter: lbs_ret_80211_scan()
Jun 10 06:45:24 localhost kernel: [  522.745126] libertas scan: SCAN_RESP: bssdescriptsize 402
Jun 10 06:45:24 localhost kernel: [  522.745296] libertas scan: SCAN_RESP: scan results 3
Jun 10 06:45:24 localhost kernel: [  522.745462] libertas enter: lbs_process_bss()
Jun 10 06:45:24 localhost kernel: [  522.745628] libertas scan: process_bss: BSSID 00:12:d9:3c:bb:83
Jun 10 06:45:24 localhost kernel: [  522.745800] libertas scan: process_bss: RSSI 68
Jun 10 06:45:24 localhost kernel: [  522.745966] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:24 localhost kernel: [  522.746150] libertas scan: process_bss: IE len 100
Jun 10 06:45:24 localhost kernel: [  522.746321] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:24 localhost kernel: [  522.746489] libertas scan: got RATES IE
Jun 10 06:45:24 localhost kernel: [  522.746652] libertas scan: got DS IE, channel 1
Jun 10 06:45:24 localhost kernel: [  522.746815] libertas scan: got COUNTRY IE
Jun 10 06:45:24 localhost kernel: [  522.746979] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:24 localhost kernel: [  522.747159] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:24 localhost kernel: [  522.747327] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:24 localhost kernel: [  522.747496] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:24 localhost kernel: [  522.747666] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:24 localhost kernel: [  522.747838] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:24 localhost kernel: [  522.748024] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:24 localhost kernel: [  522.748196] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.748365] libertas scan: SCAN_RESP: BSSID 00:12:d9:3c:bb:83
Jun 10 06:45:24 localhost kernel: [  522.748536] libertas enter: lbs_process_bss()
Jun 10 06:45:24 localhost kernel: [  522.748701] libertas scan: process_bss: BSSID 00:24:14:86:4d:d3
Jun 10 06:45:24 localhost kernel: [  522.748871] libertas scan: process_bss: RSSI 78
Jun 10 06:45:24 localhost kernel: [  522.749050] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:24 localhost kernel: [  522.749220] libertas scan: process_bss: IE len 133
Jun 10 06:45:24 localhost kernel: [  522.749432] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:24 localhost kernel: [  522.749601] libertas scan: got RATES IE
Jun 10 06:45:24 localhost kernel: [  522.749765] libertas scan: got DS IE, channel 1
Jun 10 06:45:24 localhost kernel: [  522.749930] libertas scan: got COUNTRY IE
Jun 10 06:45:24 localhost kernel: [  522.750112] libertas scan: got IE 0x000b, len 5
Jun 10 06:45:24 localhost kernel: [  522.750278] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:24 localhost kernel: [  522.750442] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:24 localhost kernel: [  522.750610] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:24 localhost kernel: [  522.750779] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:24 localhost kernel: [  522.750952] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:24 localhost kernel: [  522.751140] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:24 localhost kernel: [  522.751313] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:24 localhost kernel: [  522.751486] libertas scan: got generic IE: 00:50:f2:02, len 24
Jun 10 06:45:24 localhost kernel: [  522.751659] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.751827] libertas scan: SCAN_RESP: BSSID 00:24:14:86:4d:d3
Jun 10 06:45:24 localhost kernel: [  522.751998] libertas enter: lbs_process_bss()
Jun 10 06:45:24 localhost kernel: [  522.752177] libertas scan: process_bss: BSSID 00:24:14:86:49:53
Jun 10 06:45:24 localhost kernel: [  522.752347] libertas scan: process_bss: RSSI 82
Jun 10 06:45:24 localhost kernel: [  522.752512] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:24 localhost kernel: [  522.752682] libertas scan: process_bss: IE len 106
Jun 10 06:45:24 localhost kernel: [  522.752852] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:24 localhost kernel: [  522.753032] libertas scan: got RATES IE
Jun 10 06:45:24 localhost kernel: [  522.753194] libertas scan: got DS IE, channel 1
Jun 10 06:45:24 localhost kernel: [  522.753361] libertas scan: got IE 0x0005, len 4
Jun 10 06:45:24 localhost kernel: [  522.753525] libertas scan: got COUNTRY IE
Jun 10 06:45:24 localhost kernel: [  522.753689] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:24 localhost kernel: [  522.753855] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:24 localhost kernel: [  522.754035] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:24 localhost kernel: [  522.754203] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:24 localhost kernel: [  522.754375] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:24 localhost kernel: [  522.754545] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:24 localhost kernel: [  522.754718] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:24 localhost kernel: [  522.754926] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.755112] libertas scan: SCAN_RESP: BSSID 00:24:14:86:49:53
Jun 10 06:45:24 localhost kernel: [  522.755284] libertas leave: lbs_ret_80211_scan(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.755460] libertas leave: lbs_process_command_response(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.755634] libertas enter: lbs_execute_next_command()
Jun 10 06:45:24 localhost kernel: [  522.755800] libertas leave: lbs_execute_next_command()
Jun 10 06:45:24 localhost kernel: [  522.755969] libertas thread: 1: currenttxskb (null), dnld_sent 0
Jun 10 06:45:24 localhost kernel: [  522.756154] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:24 localhost kernel: [  522.758384] libertas enter: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:24 localhost kernel: [  522.758559] libertas leave: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:24 localhost kernel: [  522.758727] libertas leave: __lbs_cmd(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.758894] libertas leave: lbs_do_scan(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.759085] libertas scan: scanning 4 of 7 channels
Jun 10 06:45:24 localhost kernel: [  522.759255] libertas enter: lbs_do_scan(bsstype 3, chanlist[].chan 5, chan_count 4)
Jun 10 06:45:24 localhost kernel: [  522.761424] libertas enter: __lbs_cmd()
Jun 10 06:45:24 localhost kernel: [  522.761591] libertas enter: __lbs_cmd_async()
Jun 10 06:45:24 localhost kernel: [  522.761755] libertas enter: lbs_get_cmd_ctrl_node()
Jun 10 06:45:24 localhost kernel: [  522.761922] libertas leave: lbs_get_cmd_ctrl_node()
Jun 10 06:45:24 localhost kernel: [  522.762114] libertas host: PREP_CMD: command 0x0006
Jun 10 06:45:24 localhost kernel: [  522.762282] libertas enter: lbs_queue_cmd()
Jun 10 06:45:24 localhost kernel: [  522.762448] libertas host: QUEUE_CMD: inserted command 0x0006 into cmdpendingq
Jun 10 06:45:24 localhost kernel: [  522.762707] libertas leave: lbs_queue_cmd()
Jun 10 06:45:24 localhost kernel: [  522.762877] libertas leave: __lbs_cmd_async(), ret dd4c4118
Jun 10 06:45:24 localhost kernel: [  522.763335] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:24 localhost kernel: [  522.763510] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:24 localhost kernel: [  522.763682] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:24 localhost kernel: [  522.763856] libertas enter: lbs_execute_next_command()
Jun 10 06:45:24 localhost kernel: [  522.764050] libertas host: EXEC_NEXT_CMD: sending command 0x0006
Jun 10 06:45:24 localhost kernel: [  522.764221] libertas enter: lbs_submit_command()
Jun 10 06:45:24 localhost kernel: [  522.764387] libertas cmd: DNLD_CMD: command 0x0006, seq 68, size 72
Jun 10 06:45:24 localhost kernel: [  522.764562] libertas enter: if_sdio_host_to_card(type 1, bytes 72)
Jun 10 06:45:24 localhost kernel: [  522.764743] libertas leave: if_sdio_host_to_card(), ret 0
Jun 10 06:45:24 localhost kernel: [  522.764914] libertas leave: lbs_submit_command()
Jun 10 06:45:24 localhost kernel: [  522.765095] libertas leave: lbs_execute_next_command()
Jun 10 06:45:24 localhost kernel: [  522.765263] libertas thread: 1: currenttxskb (null), dnld_sent 2
Jun 10 06:45:24 localhost kernel: [  522.765436] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:24 localhost kernel: [  522.766039] libertas enter: if_sdio_host_to_card_worker()
Jun 10 06:45:24 localhost kernel: [  522.766253] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.766445] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.766629] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.766819] mmc1: starting CMD53 arg 9200004c flags 000001b5
Jun 10 06:45:24 localhost kernel: [  522.766992] mmc1:     blksz 76 blocks 1 flags 00000100 tsac 1000 ms nsac 0
Jun 10 06:45:24 localhost kernel: [  522.767211] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.767392] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000102
Jun 10 06:45:24 localhost kernel: [  522.767579] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.767757] mmc1:     76 bytes transferred: 0
Jun 10 06:45:24 localhost kernel: [  522.768283] libertas leave: if_sdio_host_to_card_worker()
Jun 10 06:45:24 localhost kernel: [  522.768466] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.768654] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.768835] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.769045] libertas enter: if_sdio_interrupt()
Jun 10 06:45:24 localhost kernel: [  522.769215] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.769401] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.769584] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.769769] libertas sdio: interrupt: 0x2
Jun 10 06:45:24 localhost kernel: [  522.769934] mmc1: starting CMD52 arg 90000afd flags 00000195
Jun 10 06:45:24 localhost kernel: [  522.770137] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:24 localhost kernel: [  522.770318] mmc1: req done (CMD52): 0: 000010fd 00000000 00000000 00000000
Jun 10 06:45:24 localhost kernel: [  522.770503] libertas enter: lbs_host_to_card_done()
Jun 10 06:45:24 localhost kernel: [  522.770670] libertas leave: lbs_host_to_card_done()
Jun 10 06:45:24 localhost kernel: [  522.770837] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.221478] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000100
Jun 10 06:45:25 localhost kernel: [  523.221796] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.222272] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.222494] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.222709] libertas enter: if_sdio_interrupt()
Jun 10 06:45:25 localhost kernel: [  523.222902] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.223110] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.223293] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.223481] libertas sdio: interrupt: 0x1
Jun 10 06:45:25 localhost kernel: [  523.223648] mmc1: starting CMD52 arg 90000afe flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.223831] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.224032] mmc1: req done (CMD52): 0: 000010fe 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.224217] libertas enter: if_sdio_card_to_host()
Jun 10 06:45:25 localhost kernel: [  523.224387] mmc1: starting CMD52 arg 10006800 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.224574] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.224757] mmc1: req done (CMD52): 0: 000010d9 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.224944] mmc1: starting CMD52 arg 10006a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.225148] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.225329] mmc1: req done (CMD52): 0: 00001003 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.225515] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.225700] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.225881] mmc1: req done (CMD52): 0: 0000100a 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.226092] mmc1: starting CMD53 arg 1a000004 flags 000001b5
Jun 10 06:45:25 localhost kernel: [  523.226268] mmc1:     blksz 256 blocks 4 flags 00000200 tsac 1000 ms nsac 0
Jun 10 06:45:25 localhost kernel: [  523.226464] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.226649] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000002
Jun 10 06:45:25 localhost kernel: [  523.226829] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.227021] mmc1:     1024 bytes transferred: 0
Jun 10 06:45:25 localhost kernel: [  523.227197] libertas sdio: packet of type 1 and size 985 bytes
Jun 10 06:45:25 localhost kernel: [  523.227370] libertas enter: if_sdio_handle_cmd()
Jun 10 06:45:25 localhost kernel: [  523.227541] libertas enter: lbs_notify_command_response()
Jun 10 06:45:25 localhost kernel: [  523.227715] libertas leave: lbs_notify_command_response()
Jun 10 06:45:25 localhost kernel: [  523.227882] libertas leave: if_sdio_handle_cmd(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.228069] libertas leave: if_sdio_card_to_host(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.228242] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.229660] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:25 localhost kernel: [  523.229840] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.230038] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.230211] libertas enter: lbs_process_command_response()
Jun 10 06:45:25 localhost kernel: [  523.230534] libertas cmd: CMD_RESP: response 0x8006, seq 68, size 981
Jun 10 06:45:25 localhost kernel: [  523.230715] libertas enter: lbs_ret_80211_scan()
Jun 10 06:45:25 localhost kernel: [  523.230882] libertas scan: SCAN_RESP: bssdescriptsize 910
Jun 10 06:45:25 localhost kernel: [  523.231077] libertas scan: SCAN_RESP: scan results 7
Jun 10 06:45:25 localhost kernel: [  523.231246] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.231411] libertas scan: process_bss: BSSID 00:24:14:86:37:43
Jun 10 06:45:25 localhost kernel: [  523.231583] libertas scan: process_bss: RSSI 68
Jun 10 06:45:25 localhost kernel: [  523.231750] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.231919] libertas scan: process_bss: IE len 133
Jun 10 06:45:25 localhost kernel: [  523.232105] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.232273] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.232435] libertas scan: got DS IE, channel 6
Jun 10 06:45:25 localhost kernel: [  523.232600] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.232779] libertas scan: got IE 0x000b, len 5
Jun 10 06:45:25 localhost kernel: [  523.232942] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.233123] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.233289] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.233458] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.233630] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.233801] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.233971] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.234197] libertas scan: got generic IE: 00:50:f2:02, len 24
Jun 10 06:45:25 localhost kernel: [  523.234371] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.234539] libertas scan: SCAN_RESP: BSSID 00:24:14:86:37:43
Jun 10 06:45:25 localhost kernel: [  523.234712] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.234876] libertas scan: process_bss: BSSID 00:12:d9:3c:be:23
Jun 10 06:45:25 localhost kernel: [  523.235065] libertas scan: process_bss: RSSI 78
Jun 10 06:45:25 localhost kernel: [  523.235230] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.235400] libertas scan: process_bss: IE len 100
Jun 10 06:45:25 localhost kernel: [  523.235567] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.235734] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.235895] libertas scan: got DS IE, channel 6
Jun 10 06:45:25 localhost kernel: [  523.236075] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.236238] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.236403] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.236569] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.236738] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.236910] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.237096] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.237268] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.237440] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.237608] libertas scan: SCAN_RESP: BSSID 00:12:d9:3c:be:23
Jun 10 06:45:25 localhost kernel: [  523.237779] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.237943] libertas scan: process_bss: BSSID 00:12:d9:42:37:d3
Jun 10 06:45:25 localhost kernel: [  523.238129] libertas scan: process_bss: RSSI 86
Jun 10 06:45:25 localhost kernel: [  523.238293] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.238460] libertas scan: process_bss: IE len 106
Jun 10 06:45:25 localhost kernel: [  523.238627] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.238794] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.238955] libertas scan: got DS IE, channel 6
Jun 10 06:45:25 localhost kernel: [  523.239136] libertas scan: got IE 0x0005, len 4
Jun 10 06:45:25 localhost kernel: [  523.239300] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.239464] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.239664] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.239831] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.239999] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.240188] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.240360] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.240534] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.240706] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.240874] libertas scan: SCAN_RESP: BSSID 00:12:d9:42:37:d3
Jun 10 06:45:25 localhost kernel: [  523.241059] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.241223] libertas scan: process_bss: BSSID 00:11:bb:ef:87:33
Jun 10 06:45:25 localhost kernel: [  523.241392] libertas scan: process_bss: RSSI 83
Jun 10 06:45:25 localhost kernel: [  523.241557] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.241727] libertas scan: process_bss: IE len 106
Jun 10 06:45:25 localhost kernel: [  523.241894] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.242077] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.242240] libertas scan: got DS IE, channel 6
Jun 10 06:45:25 localhost kernel: [  523.242407] libertas scan: got IE 0x0005, len 4
Jun 10 06:45:25 localhost kernel: [  523.242570] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.242734] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.242900] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.243081] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.243247] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.243420] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.243591] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.243763] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.243934] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.244116] libertas scan: SCAN_RESP: BSSID 00:11:bb:ef:87:33
Jun 10 06:45:25 localhost kernel: [  523.244287] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.244450] libertas scan: process_bss: BSSID 00:12:d9:3c:b7:63
Jun 10 06:45:25 localhost kernel: [  523.244621] libertas scan: process_bss: RSSI 89
Jun 10 06:45:25 localhost kernel: [  523.244786] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.244953] libertas scan: process_bss: IE len 106
Jun 10 06:45:25 localhost kernel: [  523.245172] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.245339] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.245502] libertas scan: got DS IE, channel 6
Jun 10 06:45:25 localhost kernel: [  523.245667] libertas scan: got IE 0x0005, len 4
Jun 10 06:45:25 localhost kernel: [  523.245832] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.245995] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.246178] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.246346] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.248183] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.248354] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.248528] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.248700] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.248871] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.249053] libertas scan: SCAN_RESP: BSSID 00:12:d9:3c:b7:63
Jun 10 06:45:25 localhost kernel: [  523.249225] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.249388] libertas scan: process_bss: BSSID 00:12:d9:42:38:43
Jun 10 06:45:25 localhost kernel: [  523.249562] libertas scan: process_bss: RSSI 78
Jun 10 06:45:25 localhost kernel: [  523.249727] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.249894] libertas scan: process_bss: IE len 106
Jun 10 06:45:25 localhost kernel: [  523.250075] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.250242] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.250404] libertas scan: got DS IE, channel 6
Jun 10 06:45:25 localhost kernel: [  523.250569] libertas scan: got IE 0x0005, len 4
Jun 10 06:45:25 localhost kernel: [  523.250733] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.250930] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.251114] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.251281] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.251449] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.251621] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.251791] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.251963] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.252149] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.252317] libertas scan: SCAN_RESP: BSSID 00:12:d9:42:38:43
Jun 10 06:45:25 localhost kernel: [  523.252489] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.252655] libertas scan: process_bss: BSSID 00:12:d9:3c:b3:63
Jun 10 06:45:25 localhost kernel: [  523.252826] libertas scan: process_bss: RSSI 89
Jun 10 06:45:25 localhost kernel: [  523.252990] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.253173] libertas scan: process_bss: IE len 106
Jun 10 06:45:25 localhost kernel: [  523.253341] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.253506] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.253668] libertas scan: got DS IE, channel 6
Jun 10 06:45:25 localhost kernel: [  523.253834] libertas scan: got IE 0x0005, len 4
Jun 10 06:45:25 localhost kernel: [  523.253997] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.254173] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.254339] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.254506] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.254674] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.254848] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.255036] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.255206] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.255377] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.255546] libertas scan: SCAN_RESP: BSSID 00:12:d9:3c:b3:63
Jun 10 06:45:25 localhost kernel: [  523.255716] libertas leave: lbs_ret_80211_scan(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.255895] libertas leave: lbs_process_command_response(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.256085] libertas enter: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.256255] libertas leave: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.256423] libertas thread: 1: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.256631] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:25 localhost kernel: [  523.260817] libertas enter: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:25 localhost kernel: [  523.260993] libertas leave: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:25 localhost kernel: [  523.261187] libertas leave: __lbs_cmd(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.261354] libertas leave: lbs_do_scan(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.261521] libertas scan: scanning 3 of 3 channels
Jun 10 06:45:25 localhost kernel: [  523.261689] libertas enter: lbs_do_scan(bsstype 3, chanlist[].chan 9, chan_count 3)
Jun 10 06:45:25 localhost kernel: [  523.262218] libertas enter: __lbs_cmd()
Jun 10 06:45:25 localhost kernel: [  523.262385] libertas enter: __lbs_cmd_async()
Jun 10 06:45:25 localhost kernel: [  523.262552] libertas enter: lbs_get_cmd_ctrl_node()
Jun 10 06:45:25 localhost kernel: [  523.262718] libertas leave: lbs_get_cmd_ctrl_node()
Jun 10 06:45:25 localhost kernel: [  523.262885] libertas host: PREP_CMD: command 0x0006
Jun 10 06:45:25 localhost kernel: [  523.263077] libertas enter: lbs_queue_cmd()
Jun 10 06:45:25 localhost kernel: [  523.263243] libertas host: QUEUE_CMD: inserted command 0x0006 into cmdpendingq
Jun 10 06:45:25 localhost kernel: [  523.263500] libertas leave: lbs_queue_cmd()
Jun 10 06:45:25 localhost kernel: [  523.263668] libertas leave: __lbs_cmd_async(), ret dd4c4140
Jun 10 06:45:25 localhost kernel: [  523.264178] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:25 localhost kernel: [  523.264355] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.264525] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.264696] libertas enter: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.264865] libertas host: EXEC_NEXT_CMD: sending command 0x0006
Jun 10 06:45:25 localhost kernel: [  523.265059] libertas enter: lbs_submit_command()
Jun 10 06:45:25 localhost kernel: [  523.265228] libertas cmd: DNLD_CMD: command 0x0006, seq 69, size 65
Jun 10 06:45:25 localhost kernel: [  523.265405] libertas enter: if_sdio_host_to_card(type 1, bytes 65)
Jun 10 06:45:25 localhost kernel: [  523.265586] libertas leave: if_sdio_host_to_card(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.265756] libertas leave: lbs_submit_command()
Jun 10 06:45:25 localhost kernel: [  523.265922] libertas leave: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.266107] libertas thread: 1: currenttxskb (null), dnld_sent 2
Jun 10 06:45:25 localhost kernel: [  523.266283] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:25 localhost kernel: [  523.266860] libertas enter: if_sdio_host_to_card_worker()
Jun 10 06:45:25 localhost kernel: [  523.267130] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.267322] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.267505] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.267735] mmc1: starting CMD53 arg 92000048 flags 000001b5
Jun 10 06:45:25 localhost kernel: [  523.267909] mmc1:     blksz 72 blocks 1 flags 00000100 tsac 1000 ms nsac 0
Jun 10 06:45:25 localhost kernel: [  523.268127] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.268310] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000102
Jun 10 06:45:25 localhost kernel: [  523.268498] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.268674] mmc1:     72 bytes transferred: 0
Jun 10 06:45:25 localhost kernel: [  523.269175] libertas leave: if_sdio_host_to_card_worker()
Jun 10 06:45:25 localhost kernel: [  523.269355] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.269541] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.269722] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.269907] libertas enter: if_sdio_interrupt()
Jun 10 06:45:25 localhost kernel: [  523.270096] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.270284] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.270464] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.270648] libertas sdio: interrupt: 0x2
Jun 10 06:45:25 localhost kernel: [  523.270813] mmc1: starting CMD52 arg 90000afd flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.270998] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.271199] mmc1: req done (CMD52): 0: 000010fd 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.271385] libertas enter: lbs_host_to_card_done()
Jun 10 06:45:25 localhost kernel: [  523.271552] libertas leave: lbs_host_to_card_done()
Jun 10 06:45:25 localhost kernel: [  523.271720] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.613048] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000100
Jun 10 06:45:25 localhost kernel: [  523.613359] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.613729] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.613949] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.614226] libertas enter: if_sdio_interrupt()
Jun 10 06:45:25 localhost kernel: [  523.614423] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.614614] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.614797] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.614984] libertas sdio: interrupt: 0x1
Jun 10 06:45:25 localhost kernel: [  523.615170] mmc1: starting CMD52 arg 90000afe flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.615356] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.615536] mmc1: req done (CMD52): 0: 000010fe 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.615722] libertas enter: if_sdio_card_to_host()
Jun 10 06:45:25 localhost kernel: [  523.615893] mmc1: starting CMD52 arg 10006800 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.616096] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.616296] mmc1: req done (CMD52): 0: 00001029 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.616484] mmc1: starting CMD52 arg 10006a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.616670] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.616850] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.617056] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.617243] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.617423] mmc1: req done (CMD52): 0: 0000100a 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.617613] mmc1: starting CMD53 arg 1a000003 flags 000001b5
Jun 10 06:45:25 localhost kernel: [  523.617786] mmc1:     blksz 256 blocks 3 flags 00000200 tsac 1000 ms nsac 0
Jun 10 06:45:25 localhost kernel: [  523.617981] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.618183] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000002
Jun 10 06:45:25 localhost kernel: [  523.618365] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.618539] mmc1:     768 bytes transferred: 0
Jun 10 06:45:25 localhost kernel: [  523.618715] libertas sdio: packet of type 1 and size 553 bytes
Jun 10 06:45:25 localhost kernel: [  523.618886] libertas enter: if_sdio_handle_cmd()
Jun 10 06:45:25 localhost kernel: [  523.619071] libertas enter: lbs_notify_command_response()
Jun 10 06:45:25 localhost kernel: [  523.619246] libertas leave: lbs_notify_command_response()
Jun 10 06:45:25 localhost kernel: [  523.619450] libertas leave: if_sdio_handle_cmd(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.619620] libertas leave: if_sdio_card_to_host(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.619789] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.621210] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:25 localhost kernel: [  523.621389] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.621563] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.621736] libertas enter: lbs_process_command_response()
Jun 10 06:45:25 localhost kernel: [  523.621909] libertas cmd: CMD_RESP: response 0x8006, seq 69, size 549
Jun 10 06:45:25 localhost kernel: [  523.622110] libertas enter: lbs_ret_80211_scan()
Jun 10 06:45:25 localhost kernel: [  523.622281] libertas scan: SCAN_RESP: bssdescriptsize 502
Jun 10 06:45:25 localhost kernel: [  523.622448] libertas scan: SCAN_RESP: scan results 4
Jun 10 06:45:25 localhost kernel: [  523.622616] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.622781] libertas scan: process_bss: BSSID 00:24:14:86:41:b3
Jun 10 06:45:25 localhost kernel: [  523.622954] libertas scan: process_bss: RSSI 50
Jun 10 06:45:25 localhost kernel: [  523.623135] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.623305] libertas scan: process_bss: IE len 100
Jun 10 06:45:25 localhost kernel: [  523.623476] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.623644] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.623806] libertas scan: got DS IE, channel 11
Jun 10 06:45:25 localhost kernel: [  523.623974] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.624152] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.624318] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.624484] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.624651] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.624864] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.625056] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.625228] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.625400] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.625570] libertas scan: SCAN_RESP: BSSID 00:24:14:86:41:b3
Jun 10 06:45:25 localhost kernel: [  523.625741] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.625908] libertas scan: process_bss: BSSID 00:24:14:86:48:13
Jun 10 06:45:25 localhost kernel: [  523.626093] libertas scan: process_bss: RSSI 80
Jun 10 06:45:25 localhost kernel: [  523.626258] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.626427] libertas scan: process_bss: IE len 106
Jun 10 06:45:25 localhost kernel: [  523.626595] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.626762] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.626923] libertas scan: got DS IE, channel 11
Jun 10 06:45:25 localhost kernel: [  523.627103] libertas scan: got IE 0x0005, len 4
Jun 10 06:45:25 localhost kernel: [  523.627268] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.627430] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.627597] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.627764] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.627931] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.629777] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.629949] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.630137] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.630307] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.630510] libertas scan: SCAN_RESP: BSSID 00:24:14:86:48:13
Jun 10 06:45:25 localhost kernel: [  523.630682] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.630847] libertas scan: process_bss: BSSID 00:24:14:86:4e:63
Jun 10 06:45:25 localhost kernel: [  523.631036] libertas scan: process_bss: RSSI 80
Jun 10 06:45:25 localhost kernel: [  523.631201] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.631371] libertas scan: process_bss: IE len 106
Jun 10 06:45:25 localhost kernel: [  523.631537] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.631705] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.631867] libertas scan: got DS IE, channel 11
Jun 10 06:45:25 localhost kernel: [  523.632048] libertas scan: got IE 0x0005, len 4
Jun 10 06:45:25 localhost kernel: [  523.632214] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.632378] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.632544] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.632709] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.632877] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.633064] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.633234] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.633406] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.633575] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.633743] libertas scan: SCAN_RESP: BSSID 00:24:14:86:4e:63
Jun 10 06:45:25 localhost kernel: [  523.633913] libertas enter: lbs_process_bss()
Jun 10 06:45:25 localhost kernel: [  523.634091] libertas scan: process_bss: BSSID 00:12:d9:3c:ca:93
Jun 10 06:45:25 localhost kernel: [  523.634264] libertas scan: process_bss: RSSI 85
Jun 10 06:45:25 localhost kernel: [  523.634430] libertas scan: process_bss: capabilities 0x0421
Jun 10 06:45:25 localhost kernel: [  523.634597] libertas scan: process_bss: IE len 106
Jun 10 06:45:25 localhost kernel: [  523.634766] libertas scan: got SSID IE: 'Guest', len 5
Jun 10 06:45:25 localhost kernel: [  523.634933] libertas scan: got RATES IE
Jun 10 06:45:25 localhost kernel: [  523.635109] libertas scan: got DS IE, channel 11
Jun 10 06:45:25 localhost kernel: [  523.635276] libertas scan: got IE 0x0005, len 4
Jun 10 06:45:25 localhost kernel: [  523.635440] libertas scan: got COUNTRY IE
Jun 10 06:45:25 localhost kernel: [  523.635605] libertas scan: got IE 0x002a, len 1
Jun 10 06:45:25 localhost kernel: [  523.635770] libertas scan: got IE 0x0085, len 30
Jun 10 06:45:25 localhost kernel: [  523.635937] libertas scan: got IE 0x0096, len 6
Jun 10 06:45:25 localhost kernel: [  523.636154] libertas scan: got generic IE: 00:40:96:01, len 6
Jun 10 06:45:25 localhost kernel: [  523.636327] libertas scan: got generic IE: 00:40:96:03, len 5
Jun 10 06:45:25 localhost kernel: [  523.636496] libertas scan: got generic IE: 00:40:96:0b, len 5
Jun 10 06:45:25 localhost kernel: [  523.636668] libertas scan: got generic IE: 00:40:96:14, len 5
Jun 10 06:45:25 localhost kernel: [  523.636839] libertas leave: lbs_process_bss(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.637024] libertas scan: SCAN_RESP: BSSID 00:12:d9:3c:ca:93
Jun 10 06:45:25 localhost kernel: [  523.637195] libertas leave: lbs_ret_80211_scan(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.637371] libertas leave: lbs_process_command_response(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.637546] libertas enter: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.637715] libertas leave: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.637884] libertas thread: 1: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.638074] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:25 localhost kernel: [  523.640763] libertas enter: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:25 localhost kernel: [  523.640939] libertas leave: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:25 localhost kernel: [  523.641133] libertas leave: __lbs_cmd(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.641300] libertas leave: lbs_do_scan(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.641916] libertas enter: lbs_get_scan()
Jun 10 06:45:25 localhost kernel: [  523.642170] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.642348] libertas leave: lbs_translate_scan(), start dd414089
Jun 10 06:45:25 localhost kernel: [  523.642518] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.642686] libertas leave: lbs_translate_scan(), start dd414112
Jun 10 06:45:25 localhost kernel: [  523.642857] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.643050] libertas leave: lbs_translate_scan(), start dd41419b
Jun 10 06:45:25 localhost kernel: [  523.643224] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.643391] libertas leave: lbs_translate_scan(), start dd414224
Jun 10 06:45:25 localhost kernel: [  523.643563] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.643731] libertas leave: lbs_translate_scan(), start dd4142ad
Jun 10 06:45:25 localhost kernel: [  523.643903] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.644089] libertas leave: lbs_translate_scan(), start dd414336
Jun 10 06:45:25 localhost kernel: [  523.644263] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.644430] libertas leave: lbs_translate_scan(), start dd4143bf
Jun 10 06:45:25 localhost kernel: [  523.644602] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.644770] libertas leave: lbs_translate_scan(), start dd414448
Jun 10 06:45:25 localhost kernel: [  523.644939] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.645120] libertas leave: lbs_translate_scan(), start dd4144d1
Jun 10 06:45:25 localhost kernel: [  523.645292] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.645459] libertas leave: lbs_translate_scan(), start dd41455a
Jun 10 06:45:25 localhost kernel: [  523.645631] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.645798] libertas leave: lbs_translate_scan(), start dd4145e3
Jun 10 06:45:25 localhost kernel: [  523.645967] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.646150] libertas leave: lbs_translate_scan(), start dd41466c
Jun 10 06:45:25 localhost kernel: [  523.646321] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.646490] libertas leave: lbs_translate_scan(), start dd4146f5
Jun 10 06:45:25 localhost kernel: [  523.646661] libertas enter: lbs_translate_scan()
Jun 10 06:45:25 localhost kernel: [  523.646830] libertas leave: lbs_translate_scan(), start dd41477e
Jun 10 06:45:25 localhost kernel: [  523.647001] libertas leave: lbs_get_scan(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.682362] libertas scan: scan table:
Jun 10 06:45:25 localhost kernel: [  523.682550] libertas scan: 00: BSSID 00:12:d9:3c:bb:83, RSSI 68, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.682733] libertas scan: 01: BSSID 00:24:14:86:4d:d3, RSSI 78, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.682910] libertas scan: 02: BSSID 00:24:14:86:49:53, RSSI 82, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.683118] libertas scan: 03: BSSID 00:24:14:86:37:43, RSSI 68, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.683298] libertas scan: 04: BSSID 00:12:d9:3c:be:23, RSSI 78, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.683477] libertas scan: 05: BSSID 00:12:d9:42:37:d3, RSSI 86, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.683656] libertas scan: 06: BSSID 00:11:bb:ef:87:33, RSSI 83, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.683833] libertas scan: 07: BSSID 00:12:d9:3c:b7:63, RSSI 89, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.684028] libertas scan: 08: BSSID 00:12:d9:42:38:43, RSSI 78, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.684209] libertas scan: 09: BSSID 00:12:d9:3c:b3:63, RSSI 89, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.684387] libertas scan: 10: BSSID 00:24:14:86:41:b3, RSSI 50, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.684566] libertas scan: 11: BSSID 00:24:14:86:48:13, RSSI 80, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.684743] libertas scan: 12: BSSID 00:24:14:86:4e:63, RSSI 80, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.684921] libertas scan: 13: BSSID 00:12:d9:3c:ca:93, RSSI 85, SSID 'Guest'
Jun 10 06:45:25 localhost kernel: [  523.685113] libertas leave: lbs_scan_networks(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.685283] libertas leave: lbs_send_specific_ssid_scan(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.685455] libertas enter: lbs_find_ssid_in_list()
Jun 10 06:45:25 localhost kernel: [  523.686293] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.686467] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.686689] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.686860] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.687055] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.687221] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.687391] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.687558] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.687730] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.687897] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.688085] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.688254] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.688426] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.688592] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.688763] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.688932] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.689122] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.689291] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.689461] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.689627] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.689798] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.689966] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.690150] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.690317] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.690488] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.690656] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.690829] libertas enter: is_network_compatible()
Jun 10 06:45:25 localhost kernel: [  523.690998] libertas leave: is_network_compatible(), matched: 1
Jun 10 06:45:25 localhost kernel: [  523.691186] libertas leave: lbs_find_ssid_in_list(), found_bss dd5bdea8
Jun 10 06:45:25 localhost kernel: [  523.691360] libertas enter: lbs_associate()
Jun 10 06:45:25 localhost kernel: [  523.691525] libertas enter: lbs_prepare_and_send_command()
Jun 10 06:45:25 localhost kernel: [  523.691694] libertas enter: lbs_get_cmd_ctrl_node()
Jun 10 06:45:25 localhost kernel: [  523.691861] libertas leave: lbs_get_cmd_ctrl_node()
Jun 10 06:45:25 localhost kernel: [  523.692044] libertas host: PREP_CMD: command 0x0011
Jun 10 06:45:25 localhost kernel: [  523.692213] libertas enter: lbs_cmd_80211_authenticate()
Jun 10 06:45:25 localhost kernel: [  523.692422] libertas join: AUTH_CMD: BSSID 00:24:14:86:41:b3, auth 0x0
Jun 10 06:45:25 localhost kernel: [  523.692598] libertas leave: lbs_cmd_80211_authenticate(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.692771] libertas enter: lbs_queue_cmd()
Jun 10 06:45:25 localhost kernel: [  523.692936] libertas host: QUEUE_CMD: inserted command 0x0011 into cmdpendingq
Jun 10 06:45:25 localhost kernel: [  523.693212] libertas leave: lbs_queue_cmd()
Jun 10 06:45:25 localhost kernel: [  523.693380] libertas host: PREP_CMD: wait for response
Jun 10 06:45:25 localhost kernel: [  523.706489] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:25 localhost kernel: [  523.706677] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.706852] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.707054] libertas enter: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.707224] libertas host: EXEC_NEXT_CMD: sending command 0x0011
Jun 10 06:45:25 localhost kernel: [  523.707397] libertas enter: lbs_submit_command()
Jun 10 06:45:25 localhost kernel: [  523.707565] libertas cmd: DNLD_CMD: command 0x0011, seq 70, size 25
Jun 10 06:45:25 localhost kernel: [  523.707740] libertas enter: if_sdio_host_to_card(type 1, bytes 25)
Jun 10 06:45:25 localhost kernel: [  523.707923] libertas leave: if_sdio_host_to_card(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.708111] libertas leave: lbs_submit_command()
Jun 10 06:45:25 localhost kernel: [  523.708279] libertas leave: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.708448] libertas thread: 1: currenttxskb (null), dnld_sent 2
Jun 10 06:45:25 localhost kernel: [  523.708624] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:25 localhost kernel: [  523.709323] libertas enter: if_sdio_host_to_card_worker()
Jun 10 06:45:25 localhost kernel: [  523.709505] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.709698] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.709884] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.710253] mmc1: starting CMD53 arg 92000020 flags 000001b5
Jun 10 06:45:25 localhost kernel: [  523.710428] mmc1:     blksz 32 blocks 1 flags 00000100 tsac 1000 ms nsac 0
Jun 10 06:45:25 localhost kernel: [  523.710627] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.710807] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000102
Jun 10 06:45:25 localhost kernel: [  523.710997] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.711195] mmc1:     32 bytes transferred: 0
Jun 10 06:45:25 localhost kernel: [  523.711599] libertas leave: if_sdio_host_to_card_worker()
Jun 10 06:45:25 localhost kernel: [  523.711781] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.711969] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.712174] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.712361] libertas enter: if_sdio_interrupt()
Jun 10 06:45:25 localhost kernel: [  523.712529] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.712714] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.712898] mmc1: req done (CMD52): 0: 00001003 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.713102] libertas sdio: interrupt: 0x3
Jun 10 06:45:25 localhost kernel: [  523.713269] mmc1: starting CMD52 arg 90000afc flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.713453] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.713635] mmc1: req done (CMD52): 0: 000010fc 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.713818] libertas enter: lbs_host_to_card_done()
Jun 10 06:45:25 localhost kernel: [  523.713987] libertas leave: lbs_host_to_card_done()
Jun 10 06:45:25 localhost kernel: [  523.715854] libertas enter: if_sdio_card_to_host()
Jun 10 06:45:25 localhost kernel: [  523.716044] mmc1: starting CMD52 arg 10006800 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.716230] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.716413] mmc1: req done (CMD52): 0: 0000101d 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.716602] mmc1: starting CMD52 arg 10006a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.716788] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.716970] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.717176] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.717362] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.717546] mmc1: req done (CMD52): 0: 0000100a 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.717733] mmc1: starting CMD53 arg 12000020 flags 000001b5
Jun 10 06:45:25 localhost kernel: [  523.717907] mmc1:     blksz 32 blocks 1 flags 00000200 tsac 1000 ms nsac 0
Jun 10 06:45:25 localhost kernel: [  523.718119] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.718301] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000002
Jun 10 06:45:25 localhost kernel: [  523.718483] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.718659] mmc1:     32 bytes transferred: 0
Jun 10 06:45:25 localhost kernel: [  523.718833] libertas sdio: packet of type 1 and size 29 bytes
Jun 10 06:45:25 localhost kernel: [  523.719023] libertas enter: if_sdio_handle_cmd()
Jun 10 06:45:25 localhost kernel: [  523.719188] libertas enter: lbs_notify_command_response()
Jun 10 06:45:25 localhost kernel: [  523.719359] libertas leave: lbs_notify_command_response()
Jun 10 06:45:25 localhost kernel: [  523.719528] libertas leave: if_sdio_handle_cmd(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.719697] libertas leave: if_sdio_card_to_host(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.719866] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.721233] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:25 localhost kernel: [  523.721410] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.721581] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.721754] libertas enter: lbs_process_command_response()
Jun 10 06:45:25 localhost kernel: [  523.721924] libertas cmd: CMD_RESP: response 0x8011, seq 70, size 25
Jun 10 06:45:25 localhost kernel: [  523.722124] libertas enter: handle_cmd_response()
Jun 10 06:45:25 localhost kernel: [  523.722290] libertas leave: handle_cmd_response()
Jun 10 06:45:25 localhost kernel: [  523.722460] libertas enter: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:25 localhost kernel: [  523.722632] libertas leave: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:25 localhost kernel: [  523.722801] libertas leave: lbs_process_command_response(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.722973] libertas enter: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.723157] libertas leave: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.723325] libertas thread: 1: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.723500] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:25 localhost kernel: [  523.724137] libertas leave: lbs_prepare_and_send_command(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.724315] libertas enter: lbs_set_radio()
Jun 10 06:45:25 localhost kernel: [  523.724481] libertas cmd: RADIO_CONTROL: radio ON, preamble 2
Jun 10 06:45:25 localhost kernel: [  523.724651] libertas enter: __lbs_cmd()
Jun 10 06:45:25 localhost kernel: [  523.724813] libertas enter: __lbs_cmd_async()
Jun 10 06:45:25 localhost kernel: [  523.724978] libertas enter: lbs_get_cmd_ctrl_node()
Jun 10 06:45:25 localhost kernel: [  523.725168] libertas leave: lbs_get_cmd_ctrl_node()
Jun 10 06:45:25 localhost kernel: [  523.725336] libertas host: PREP_CMD: command 0x001c
Jun 10 06:45:25 localhost kernel: [  523.725503] libertas enter: lbs_queue_cmd()
Jun 10 06:45:25 localhost kernel: [  523.725667] libertas host: QUEUE_CMD: inserted command 0x001c into cmdpendingq
Jun 10 06:45:25 localhost kernel: [  523.725925] libertas leave: lbs_queue_cmd()
Jun 10 06:45:25 localhost kernel: [  523.726153] libertas leave: __lbs_cmd_async(), ret dd4c4000
Jun 10 06:45:25 localhost kernel: [  523.726686] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:25 localhost kernel: [  523.726863] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.727062] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.727231] libertas enter: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.727400] libertas host: EXEC_NEXT_CMD: sending command 0x001c
Jun 10 06:45:25 localhost kernel: [  523.727571] libertas enter: lbs_submit_command()
Jun 10 06:45:25 localhost kernel: [  523.727741] libertas cmd: DNLD_CMD: command 0x001c, seq 71, size 12
Jun 10 06:45:25 localhost kernel: [  523.727915] libertas enter: if_sdio_host_to_card(type 1, bytes 12)
Jun 10 06:45:25 localhost kernel: [  523.728107] libertas leave: if_sdio_host_to_card(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.728278] libertas leave: lbs_submit_command()
Jun 10 06:45:25 localhost kernel: [  523.728443] libertas leave: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.728612] libertas thread: 1: currenttxskb (null), dnld_sent 2
Jun 10 06:45:25 localhost kernel: [  523.728786] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:25 localhost kernel: [  523.729391] libertas enter: if_sdio_host_to_card_worker()
Jun 10 06:45:25 localhost kernel: [  523.729567] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.729752] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.729936] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.730291] mmc1: starting CMD53 arg 92000010 flags 000001b5
Jun 10 06:45:25 localhost kernel: [  523.730466] mmc1:     blksz 16 blocks 1 flags 00000100 tsac 1000 ms nsac 0
Jun 10 06:45:25 localhost kernel: [  523.730660] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000003
Jun 10 06:45:25 localhost kernel: [  523.730844] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.731045] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000100
Jun 10 06:45:25 localhost kernel: [  523.731227] mmc1:     16 bytes transferred: 0
Jun 10 06:45:25 localhost kernel: [  523.731659] libertas leave: if_sdio_host_to_card_worker()
Jun 10 06:45:25 localhost kernel: [  523.731838] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.732048] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.732231] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.732416] libertas enter: if_sdio_interrupt()
Jun 10 06:45:25 localhost kernel: [  523.732584] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.732770] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.732950] mmc1: req done (CMD52): 0: 00001003 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.733155] libertas sdio: interrupt: 0x3
Jun 10 06:45:25 localhost kernel: [  523.733322] mmc1: starting CMD52 arg 90000afc flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.733508] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.733688] mmc1: req done (CMD52): 0: 000010fc 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.733871] libertas enter: lbs_host_to_card_done()
Jun 10 06:45:25 localhost kernel: [  523.734057] libertas leave: lbs_host_to_card_done()
Jun 10 06:45:25 localhost kernel: [  523.734224] libertas enter: if_sdio_card_to_host()
Jun 10 06:45:25 localhost kernel: [  523.734394] mmc1: starting CMD52 arg 10006800 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.734580] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.734762] mmc1: req done (CMD52): 0: 00001010 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.734945] mmc1: starting CMD52 arg 10006a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.735150] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.735332] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.735519] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.735706] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.735886] mmc1: req done (CMD52): 0: 0000100a 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.736092] mmc1: starting CMD53 arg 12000010 flags 000001b5
Jun 10 06:45:25 localhost kernel: [  523.736269] mmc1:     blksz 16 blocks 1 flags 00000200 tsac 1000 ms nsac 0
Jun 10 06:45:25 localhost kernel: [  523.736463] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000003
Jun 10 06:45:25 localhost kernel: [  523.736645] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.736822] mmc1:     16 bytes transferred: 0
Jun 10 06:45:25 localhost kernel: [  523.736995] libertas sdio: packet of type 1 and size 16 bytes
Jun 10 06:45:25 localhost kernel: [  523.737182] libertas enter: if_sdio_handle_cmd()
Jun 10 06:45:25 localhost kernel: [  523.737348] libertas enter: lbs_notify_command_response()
Jun 10 06:45:25 localhost kernel: [  523.737519] libertas leave: lbs_notify_command_response()
Jun 10 06:45:25 localhost kernel: [  523.737733] libertas leave: if_sdio_handle_cmd(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.737902] libertas leave: if_sdio_card_to_host(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.738090] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.739355] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:25 localhost kernel: [  523.739532] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.739702] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.739874] libertas enter: lbs_process_command_response()
Jun 10 06:45:25 localhost kernel: [  523.740219] libertas cmd: CMD_RESP: response 0x801c, seq 71, size 12
Jun 10 06:45:25 localhost kernel: [  523.740403] libertas leave: lbs_process_command_response(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.740575] libertas enter: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.740744] libertas leave: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.740912] libertas thread: 1: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.741108] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:25 localhost kernel: [  523.741652] libertas enter: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:25 localhost kernel: [  523.741827] libertas leave: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:25 localhost kernel: [  523.741995] libertas leave: __lbs_cmd(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.742185] libertas leave: lbs_set_radio(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.742352] libertas enter: lbs_prepare_and_send_command()
Jun 10 06:45:25 localhost kernel: [  523.742519] libertas enter: lbs_get_cmd_ctrl_node()
Jun 10 06:45:25 localhost kernel: [  523.742684] libertas leave: lbs_get_cmd_ctrl_node()
Jun 10 06:45:25 localhost kernel: [  523.742849] libertas host: PREP_CMD: command 0x0050
Jun 10 06:45:25 localhost kernel: [  523.743069] libertas enter: lbs_cmd_80211_associate()
Jun 10 06:45:25 localhost kernel: [  523.743244] libertas join: TX data rate 0x00
Jun 10 06:45:25 localhost kernel: [  523.743408] libertas assoc: ASSOC_CMD: num rates 8
Jun 10 06:45:25 localhost kernel: [  523.743578] libertas assoc: ASSOC_CMD: capability 0x0421
Jun 10 06:45:25 localhost kernel: [  523.743746] libertas leave: lbs_cmd_80211_associate(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.743917] libertas enter: lbs_queue_cmd()
Jun 10 06:45:25 localhost kernel: [  523.744116] libertas host: QUEUE_CMD: inserted command 0x0050 into cmdpendingq
Jun 10 06:45:25 localhost kernel: [  523.744373] libertas leave: lbs_queue_cmd()
Jun 10 06:45:25 localhost kernel: [  523.744540] libertas host: PREP_CMD: wait for response
Jun 10 06:45:25 localhost kernel: [  523.745268] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:25 localhost kernel: [  523.745444] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.745615] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:25 localhost kernel: [  523.745787] libertas enter: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.745955] libertas host: EXEC_NEXT_CMD: sending command 0x0050
Jun 10 06:45:25 localhost kernel: [  523.746152] libertas enter: lbs_submit_command()
Jun 10 06:45:25 localhost kernel: [  523.746319] libertas cmd: DNLD_CMD: command 0x0050, seq 72, size 57
Jun 10 06:45:25 localhost kernel: [  523.746494] libertas enter: if_sdio_host_to_card(type 1, bytes 57)
Jun 10 06:45:25 localhost kernel: [  523.746669] libertas leave: if_sdio_host_to_card(), ret 0
Jun 10 06:45:25 localhost kernel: [  523.746838] libertas leave: lbs_submit_command()
Jun 10 06:45:25 localhost kernel: [  523.747020] libertas leave: lbs_execute_next_command()
Jun 10 06:45:25 localhost kernel: [  523.747188] libertas thread: 1: currenttxskb (null), dnld_sent 2
Jun 10 06:45:25 localhost kernel: [  523.747359] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:25 localhost kernel: [  523.747974] libertas enter: if_sdio_host_to_card_worker()
Jun 10 06:45:25 localhost kernel: [  523.748234] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.748424] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.748647] mmc1: req done (CMD52): 0: 00001008 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.748838] mmc1: starting CMD53 arg 92000040 flags 000001b5
Jun 10 06:45:25 localhost kernel: [  523.749035] mmc1:     blksz 64 blocks 1 flags 00000100 tsac 1000 ms nsac 0
Jun 10 06:45:25 localhost kernel: [  523.749231] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.749397] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000102
Jun 10 06:45:25 localhost kernel: [  523.749569] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.749731] mmc1:     64 bytes transferred: 0
Jun 10 06:45:25 localhost kernel: [  523.750245] libertas leave: if_sdio_host_to_card_worker()
Jun 10 06:45:25 localhost kernel: [  523.750413] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.750587] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.750755] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.750926] libertas enter: if_sdio_interrupt()
Jun 10 06:45:25 localhost kernel: [  523.751104] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.751277] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.751444] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.751615] libertas sdio: interrupt: 0x2
Jun 10 06:45:25 localhost kernel: [  523.751769] mmc1: starting CMD52 arg 90000afd flags 00000195
Jun 10 06:45:25 localhost kernel: [  523.751939] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:25 localhost kernel: [  523.752125] mmc1: req done (CMD52): 0: 000010fd 00000000 00000000 00000000
Jun 10 06:45:25 localhost kernel: [  523.752298] libertas enter: lbs_host_to_card_done()
Jun 10 06:45:25 localhost kernel: [  523.752453] libertas leave: lbs_host_to_card_done()
Jun 10 06:45:25 localhost kernel: [  523.752607] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:26 localhost kernel: [  524.286913] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000100
Jun 10 06:45:26 localhost kernel: [  524.287198] mmc1: starting CMD52 arg 00000a00 flags 00000195
Jun 10 06:45:26 localhost kernel: [  524.287396] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:26 localhost kernel: [  524.287572] mmc1: req done (CMD52): 0: 00001002 00000000 00000000 00000000
Jun 10 06:45:26 localhost kernel: [  524.287750] libertas enter: if_sdio_interrupt()
Jun 10 06:45:26 localhost kernel: [  524.289450] mmc1: starting CMD52 arg 10000a00 flags 00000195
Jun 10 06:45:26 localhost kernel: [  524.289643] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:26 localhost kernel: [  524.289812] mmc1: req done (CMD52): 0: 00001001 00000000 00000000 00000000
Jun 10 06:45:26 localhost kernel: [  524.289988] libertas sdio: interrupt: 0x1
Jun 10 06:45:26 localhost kernel: [  524.290161] mmc1: starting CMD52 arg 90000afe flags 00000195
Jun 10 06:45:26 localhost kernel: [  524.290335] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:26 localhost kernel: [  524.290502] mmc1: req done (CMD52): 0: 000010fe 00000000 00000000 00000000
Jun 10 06:45:26 localhost kernel: [  524.290676] libertas enter: if_sdio_card_to_host()
Jun 10 06:45:26 localhost kernel: [  524.290833] mmc1: starting CMD52 arg 10006800 flags 00000195
Jun 10 06:45:26 localhost kernel: [  524.291024] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:26 localhost kernel: [  524.291198] mmc1: req done (CMD52): 0: 00001012 00000000 00000000 00000000
Jun 10 06:45:26 localhost kernel: [  524.291372] mmc1: starting CMD52 arg 10006a00 flags 00000195
Jun 10 06:45:26 localhost kernel: [  524.291545] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:26 localhost kernel: [  524.291711] mmc1: req done (CMD52): 0: 00001000 00000000 00000000 00000000
Jun 10 06:45:26 localhost kernel: [  524.291883] mmc1: starting CMD52 arg 10004000 flags 00000195
Jun 10 06:45:26 localhost kernel: [  524.292074] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000001
Jun 10 06:45:26 localhost kernel: [  524.292242] mmc1: req done (CMD52): 0: 0000100a 00000000 00000000 00000000
Jun 10 06:45:26 localhost kernel: [  524.292420] mmc1: starting CMD53 arg 12000014 flags 000001b5
Jun 10 06:45:26 localhost kernel: [  524.292580] mmc1:     blksz 20 blocks 1 flags 00000200 tsac 1000 ms nsac 0
Jun 10 06:45:26 localhost kernel: [  524.292762] sdhci [sdhci_irq()]: *** mmc1 got interrupt: 0x00000003
Jun 10 06:45:26 localhost kernel: [  524.292930] mmc1: req done (CMD53): 0: 00002000 00000000 00000000 00000000
Jun 10 06:45:26 localhost kernel: [  524.293110] mmc1:     20 bytes transferred: 0
Jun 10 06:45:26 localhost kernel: [  524.293274] libertas sdio: packet of type 1 and size 18 bytes
Jun 10 06:45:26 localhost kernel: [  524.293432] libertas enter: if_sdio_handle_cmd()
Jun 10 06:45:26 localhost kernel: [  524.293587] libertas enter: lbs_notify_command_response()
Jun 10 06:45:26 localhost kernel: [  524.293747] libertas leave: lbs_notify_command_response()
Jun 10 06:45:26 localhost kernel: [  524.293904] libertas leave: if_sdio_handle_cmd(), ret 0
Jun 10 06:45:26 localhost kernel: [  524.294076] libertas leave: if_sdio_card_to_host(), ret 0
Jun 10 06:45:26 localhost kernel: [  524.294233] libertas leave: if_sdio_interrupt(), ret 0
Jun 10 06:45:26 localhost kernel: [  524.295601] libertas thread: 2: currenttxskb (null), dnld_send 0
Jun 10 06:45:26 localhost kernel: [  524.295772] libertas thread: 3: currenttxskb (null), dnld_sent 0
Jun 10 06:45:26 localhost kernel: [  524.295932] libertas thread: 4: currenttxskb (null), dnld_sent 0
Jun 10 06:45:26 localhost kernel: [  524.296117] libertas enter: lbs_process_command_response()
Jun 10 06:45:26 localhost kernel: [  524.296425] libertas cmd: CMD_RESP: response 0x8012, seq 72, size 14
Jun 10 06:45:26 localhost kernel: [  524.296591] libertas enter: handle_cmd_response()
Jun 10 06:45:26 localhost kernel: [  524.296745] libertas enter: lbs_ret_80211_associate()
Jun 10 06:45:26 localhost kernel: [  524.296901] libertas assoc: ASSOC_RESP: internal timer expired while waiting for the AP
Jun 10 06:45:26 localhost kernel: [  524.297166] libertas leave: lbs_ret_80211_associate(), ret -1
Jun 10 06:45:26 localhost kernel: [  524.297324] libertas leave: handle_cmd_response()
Jun 10 06:45:26 localhost kernel: [  524.297483] libertas enter: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:26 localhost kernel: [  524.297642] libertas leave: __lbs_cleanup_and_insert_cmd()
Jun 10 06:45:26 localhost kernel: [  524.297800] libertas leave: lbs_process_command_response(), ret -1
Jun 10 06:45:26 localhost kernel: [  524.297961] libertas enter: lbs_execute_next_command()
Jun 10 06:45:26 localhost kernel: [  524.298132] libertas leave: lbs_execute_next_command()
Jun 10 06:45:26 localhost kernel: [  524.298289] libertas thread: 1: currenttxskb (null), dnld_sent 0
Jun 10 06:45:26 localhost kernel: [  524.298449] libertas thread: sleeping, connect_status 1, psmode 0, psstate 0
Jun 10 06:45:26 localhost kernel: [  524.299041] libertas leave: lbs_prepare_and_send_command(), ret 0
Jun 10 06:45:26 localhost kernel: [  524.299205] libertas leave: lbs_associate(), ret 0
Jun 10 06:45:26 localhost kernel: [  524.299359] libertas leave: assoc_helper_essid(), ret 0
Jun 10 06:45:26 localhost kernel: [  524.299516] libertas leave: assoc_helper_associate(), ret 0
Jun 10 06:45:26 localhost kernel: [  524.299674] libertas assoc: ASSOC: association unsuccessful, not connected
Jun 10 06:45:26 localhost kernel: [  524.299837] libertas assoc: ASSOC: reconfiguration attempt unsuccessful: -1
Jun 10 06:45:26 localhost kernel: [  524.300001] libertas leave: lbs_association_worker()

Brian Wood
Intel Corporation
UMG Platform Software Group (UPSG)
brian.j.wood at intel.com




More information about the libertas-dev mailing list