<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <font face="Times New Roman, Times, serif">It is possible that the
      SDIO controller is not detecting the interrupts properly.&nbsp; Please
      make sure that the controller can detect Level sensitive
      interrupts.&nbsp; Some of the SDIO controllers that we have worked on,
      typically detect falling edge, as opposed to low lever.&nbsp; If there
      is an SDIO interrupt while it is being enabled, then it will not
      be detected, if the controller is not level sensitive.&nbsp; In such
      case, the controller typically detects the interrupt, when the
      next command is sent out.&nbsp; If this is one such controller, you
      need to check the DAT1 line before enabling the SDIO interrupt and
      manually indicate the interrupt to MMC stack.<br>
      <br>
      Regards,<br>
      Alagu Sankar<br>
    </font><br>
    On 04/06/2011 05:37 AM, Charlie Hamilton wrote:
    <blockquote cite="mid:1302048440.14123.677.camel@charlie-desktop"
      type="cite">
      <pre wrap="">Hi,

I've got a Marvell 8686 with an SDIO interface using a Conexant mmc/sdio
driver. I can successfully load the firmware. When I send the first
command to the host, I don't get an interrupt. It times out and resends
the command, and I immediately get an interrupt. I then read out the
reply to the first command, and the sequence numbers don't match.

&gt;From this point on, every command times out and resendsreads out a reply
to with a non-matching sequence number, because there is always a second
reply because they all timeout.

It might be livable, but the scan command causes the marvell part to
stop responding entirely, and I suspect it has something to do with the
fact that we end up issuing every command twice.

Has anyone seen this type of behavior before? I suspect it's a problem
in how the SDIO driver is initialized, but am hoping someone's been down
this road before.

What follows is the libertas debug output from the point where the
firmware is loaded until a few packets have been processed.

Thanks,
Charlie

=====


&lt;7&gt;[   78.120000] libertas enter: lbs_add_card()
&lt;7&gt;[   78.120000] libertas enter: lbs_init_adapter()
&lt;7&gt;[   78.120000] libertas enter: lbs_allocate_cmd_buffer()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   78.120000] libertas leave: lbs_allocate_cmd_buffer(), ret 0
&lt;7&gt;[   78.120000] libertas leave: lbs_init_adapter(), ret 0
&lt;7&gt;[   78.120000] libertas thread: Starting main thread...
&lt;7&gt;[   78.120000] libertas leave: lbs_add_card(), priv c08b4300
&lt;7&gt;[   78.120000] libertas enter: lbs_start_card()
&lt;7&gt;[   78.120000] libertas enter: lbs_setup_firmware()
&lt;7&gt;[   78.120000] libertas enter: lbs_update_hw_spec()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cmd()
&lt;7&gt;[   78.120000] libertas enter: __lbs_cmd_async()
&lt;7&gt;[   78.120000] libertas enter: lbs_get_cmd_ctrl_node()
&lt;7&gt;[   78.120000] libertas leave: lbs_get_cmd_ctrl_node()
&lt;7&gt;[   78.120000] libertas host: PREP_CMD: command 0x0003
&lt;7&gt;[   78.120000] libertas enter: lbs_queue_cmd()
&lt;7&gt;[   78.120000] libertas host: QUEUE_CMD: inserted command 0x0003 into
cmdpendingq
&lt;7&gt;[   78.120000] libertas leave: lbs_queue_cmd()
&lt;7&gt;[   78.120000] libertas leave: __lbs_cmd_async(), ret c2ff5a00
&lt;7&gt;[   78.120000] libertas enter: lbs_thread()
&lt;7&gt;[   78.120000] libertas thread: 1: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   78.120000] libertas thread: 2: currenttxskb (null), dnld_send 0
&lt;7&gt;[   78.120000] libertas thread: 3: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   78.120000] libertas thread: 4: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   78.120000] libertas enter: lbs_execute_next_command()
&lt;7&gt;[   78.120000] libertas host: EXEC_NEXT_CMD: sending command 0x0003
&lt;7&gt;[   78.120000] libertas enter: lbs_submit_command()
&lt;7&gt;[   78.120000] libertas cmd: DNLD_CMD: command 0x0003, seq 1, size 46
&lt;4&gt;[   78.120000] libertas DNLD_CMD: 03 00 2e 00 01 00 00 00 00 00 00 00
00 00 00 00 
&lt;4&gt;[   78.120000] libertas DNLD_CMD: ff ff ff ff ff ff 00 00 00 00 00 00
00 00 00 00 
&lt;4&gt;[   78.130000] libertas DNLD_CMD: 00 00 00 00 00 00 00 00 00 00 00 00
00 00 
&lt;7&gt;[   78.140000] libertas enter: if_sdio_host_to_card(type 1, bytes 46)
&lt;7&gt;[   78.140000] libertas leave: if_sdio_host_to_card(), ret 0
&lt;7&gt;[   78.140000] libertas leave: lbs_submit_command()
&lt;7&gt;[   78.140000] libertas leave: lbs_execute_next_command()
&lt;7&gt;[   78.140000] libertas thread: 1: currenttxskb (null), dnld_sent 2
&lt;7&gt;[   78.140000] libertas thread: sleeping, connect_status 1, psmode 0,
psstate 0
&lt;7&gt;[   78.140000] libertas enter: if_sdio_host_to_card_worker()
&lt;7&gt;[   78.150000] libertas leave: if_sdio_host_to_card_worker()
&lt;7&gt;[   81.140000] libertas enter (INT): command_timer_fn()
&lt;6&gt;[   81.140000] libertas: command 0x0003 timed out
&lt;7&gt;[   81.140000] libertas leave (INT): command_timer_fn()
&lt;7&gt;[   81.140000] libertas thread: 2: currenttxskb (null), dnld_send 2
&lt;7&gt;[   81.140000] libertas thread: 3: currenttxskb (null), dnld_sent 2
&lt;7&gt;[   81.140000] libertas thread: 4: currenttxskb (null), dnld_sent 2
&lt;6&gt;[   81.140000] libertas: requeueing command 0x0003 due to timeout
(#1)
&lt;7&gt;[   81.140000] libertas enter: lbs_execute_next_command()
&lt;7&gt;[   81.140000] libertas host: EXEC_NEXT_CMD: sending command 0x0003
&lt;7&gt;[   81.140000] libertas enter: lbs_submit_command()
&lt;7&gt;[   81.140000] libertas cmd: DNLD_CMD: command 0x0003, seq 1, size 46
&lt;4&gt;[   81.140000] libertas DNLD_CMD: 03 00 2e 00 01 00 00 00 00 00 00 00
00 00 00 00 
&lt;4&gt;[   81.150000] libertas DNLD_CMD: ff ff ff ff ff ff 00 00 00 00 00 00
00 00 00 00 
&lt;4&gt;[   81.160000] libertas DNLD_CMD: 00 00 00 00 00 00 00 00 00 00 00 00
00 00 
&lt;7&gt;[   81.160000] libertas enter: if_sdio_host_to_card(type 1, bytes 46)
&lt;7&gt;[   81.160000] libertas leave: if_sdio_host_to_card(), ret 0
&lt;7&gt;[   81.160000] libertas leave: lbs_submit_command()
&lt;7&gt;[   81.160000] libertas leave: lbs_execute_next_command()
&lt;7&gt;[   81.160000] libertas thread: 1: currenttxskb (null), dnld_sent 2
&lt;7&gt;[   81.160000] libertas thread: sleeping, connect_status 1, psmode 0,
psstate 0
&lt;7&gt;[   81.160000] libertas enter: if_sdio_host_to_card_worker()
&lt;7&gt;[   81.160000] libertas leave: if_sdio_host_to_card_worker()
&lt;7&gt;[   81.160000] libertas enter: if_sdio_interrupt()
&lt;7&gt;[   81.160000] libertas sdio: interrupt: 0x3
&lt;7&gt;[   81.160000] libertas enter: lbs_host_to_card_done()
&lt;7&gt;[   81.160000] libertas leave: lbs_host_to_card_done()
&lt;7&gt;[   81.160000] libertas enter: if_sdio_card_to_host()
&lt;7&gt;[   81.160000] libertas sdio: packet of type 1 and size 50 bytes
&lt;7&gt;[   81.160000] libertas enter: if_sdio_handle_cmd()
&lt;7&gt;[   81.160000] libertas enter: lbs_notify_command_response()
&lt;7&gt;[   81.160000] libertas leave: lbs_notify_command_response()
&lt;7&gt;[   81.160000] libertas leave: if_sdio_handle_cmd(), ret 0
&lt;7&gt;[   81.160000] libertas leave: if_sdio_card_to_host(), ret 0
&lt;7&gt;[   81.160000] libertas leave: if_sdio_interrupt(), ret 0
&lt;7&gt;[   81.160000] libertas thread: 2: currenttxskb (null), dnld_send 0
&lt;7&gt;[   81.160000] libertas thread: 3: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   81.160000] libertas thread: 4: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   81.160000] libertas enter: lbs_process_command_response()
&lt;7&gt;[   81.160000] libertas cmd: CMD_RESP: response 0x8003, seq 1, size
46
&lt;4&gt;[   81.160000] libertas CMD_RESP: 03 80 2e 00 01 00 00 00 02 00 12 00
08 00 40 00 
&lt;4&gt;[   81.160000] libertas CMD_RESP: 00 1b fb 1a 1c 76 10 00 01 00 03 46
09 18 00 00 
&lt;4&gt;[   81.160000] libertas CMD_RESP: 00 00 00 00 00 00 00 00 00 00 03 03
00 00 
&lt;6&gt;[   81.160000] libertas: Received result 0 to command 3 after 1
retries
&lt;7&gt;[   81.170000] libertas leave: lbs_process_command_response(), ret 0
&lt;7&gt;[   81.170000] libertas enter: lbs_execute_next_command()
&lt;7&gt;[   81.170000] libertas leave: lbs_execute_next_command()
&lt;7&gt;[   81.170000] libertas thread: 1: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   81.170000] libertas thread: sleeping, connect_status 1, psmode 0,
psstate 0
&lt;7&gt;[   81.170000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   81.170000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   81.170000] libertas leave: __lbs_cmd(), ret 0
&lt;6&gt;[   81.170000] libertas: 00:1b:fb:1a:1c:76, fw 9.70.3p24, cap
0x00000303
&lt;7&gt;[   81.170000] libertas cmd: GET_HW_SPEC: hardware interface 0x2,
hardware spec 0x0012
&lt;7&gt;[   81.170000] libertas enter: lbs_set_regiontable()
&lt;7&gt;[   81.170000] libertas enter: lbs_get_region_cfp_table()
&lt;7&gt;[   81.170000] libertas main: region_cfp_table[i].region=16
&lt;7&gt;[   81.170000] libertas leave: lbs_get_region_cfp_table()
&lt;7&gt;[   81.170000] libertas leave: lbs_set_regiontable(), ret 0
&lt;7&gt;[   81.170000] libertas 11d: BG-band nrcfp 14
&lt;7&gt;[   81.170000] libertas leave: lbs_update_hw_spec()
&lt;7&gt;[   81.170000] libertas enter: lbs_get_tx_power()
&lt;7&gt;[   81.170000] libertas enter: __lbs_cmd()
&lt;7&gt;[   81.170000] libertas enter: __lbs_cmd_async()
&lt;7&gt;[   81.170000] libertas enter: lbs_get_cmd_ctrl_node()
&lt;7&gt;[   81.170000] libertas leave: lbs_get_cmd_ctrl_node()
&lt;7&gt;[   81.170000] libertas host: PREP_CMD: command 0x001e
&lt;7&gt;[   81.170000] libertas enter: lbs_queue_cmd()
&lt;7&gt;[   81.170000] libertas host: QUEUE_CMD: inserted command 0x001e into
cmdpendingq
&lt;7&gt;[   81.170000] libertas leave: lbs_queue_cmd()
&lt;7&gt;[   81.170000] libertas leave: __lbs_cmd_async(), ret c2ff5a24
&lt;7&gt;[   81.170000] libertas thread: 2: currenttxskb (null), dnld_send 0
&lt;7&gt;[   81.170000] libertas thread: 3: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   81.170000] libertas thread: 4: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   81.170000] libertas enter: lbs_execute_next_command()
&lt;7&gt;[   81.170000] libertas host: EXEC_NEXT_CMD: sending command 0x001e
&lt;7&gt;[   81.170000] libertas enter: lbs_submit_command()
&lt;7&gt;[   81.170000] libertas cmd: DNLD_CMD: command 0x001e, seq 2, size 14
&lt;4&gt;[   81.170000] libertas DNLD_CMD: 1e 00 0e 00 02 00 00 00 00 00 00 00
00 00 
&lt;7&gt;[   81.180000] libertas enter: if_sdio_host_to_card(type 1, bytes 14)
&lt;7&gt;[   81.180000] libertas leave: if_sdio_host_to_card(), ret 0
&lt;7&gt;[   81.180000] libertas leave: lbs_submit_command()
&lt;7&gt;[   81.180000] libertas leave: lbs_execute_next_command()
&lt;7&gt;[   81.180000] libertas thread: 1: currenttxskb (null), dnld_sent 2
&lt;7&gt;[   81.180000] libertas thread: sleeping, connect_status 1, psmode 0,
psstate 0
&lt;7&gt;[   81.180000] libertas enter: if_sdio_host_to_card_worker()
&lt;7&gt;[   81.180000] libertas leave: if_sdio_host_to_card_worker()
&lt;7&gt;[   81.180000] libertas enter: if_sdio_interrupt()
&lt;7&gt;[   81.180000] libertas sdio: interrupt: 0x3
&lt;7&gt;[   81.180000] libertas enter: lbs_host_to_card_done()
&lt;7&gt;[   81.180000] libertas leave: lbs_host_to_card_done()
&lt;7&gt;[   81.180000] libertas enter: if_sdio_card_to_host()
&lt;7&gt;[   81.180000] libertas sdio: packet of type 1 and size 50 bytes
&lt;7&gt;[   81.180000] libertas enter: if_sdio_handle_cmd()
&lt;7&gt;[   81.180000] libertas enter: lbs_notify_command_response()
&lt;7&gt;[   81.180000] libertas leave: lbs_notify_command_response()
&lt;7&gt;[   81.180000] libertas leave: if_sdio_handle_cmd(), ret 0
&lt;7&gt;[   81.180000] libertas leave: if_sdio_card_to_host(), ret 0
&lt;7&gt;[   81.180000] libertas leave: if_sdio_interrupt(), ret 0
&lt;7&gt;[   81.180000] libertas thread: 2: currenttxskb (null), dnld_send 0
&lt;7&gt;[   81.180000] libertas thread: 3: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   81.180000] libertas thread: 4: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   81.180000] libertas enter: lbs_process_command_response()
&lt;7&gt;[   81.180000] libertas cmd: CMD_RESP: response 0x8003, seq 1, size
46
&lt;4&gt;[   81.180000] libertas CMD_RESP: 03 80 2e 00 01 00 00 00 02 00 12 00
08 00 40 00 
&lt;4&gt;[   81.180000] libertas CMD_RESP: 00 1b fb 1a 1c 76 10 00 01 00 03 46
09 18 00 00 
&lt;4&gt;[   81.180000] libertas CMD_RESP: 00 00 00 00 00 00 00 00 00 00 03 03
00 00 
&lt;6&gt;[   81.180000] libertas: Received CMD_RESP with invalid sequence 1
(expected 2)
&lt;7&gt;[   81.190000] libertas leave: lbs_process_command_response(), ret -1
&lt;7&gt;[   81.190000] libertas thread: 1: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   81.190000] libertas thread: sleeping, connect_status 1, psmode 0,
psstate 0
&lt;7&gt;[   84.180000] libertas enter (INT): command_timer_fn()
&lt;6&gt;[   84.180000] libertas: command 0x001e timed out
&lt;7&gt;[   84.180000] libertas leave (INT): command_timer_fn()
&lt;7&gt;[   84.180000] libertas thread: 2: currenttxskb (null), dnld_send 0
&lt;7&gt;[   84.180000] libertas thread: 3: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   84.180000] libertas thread: 4: currenttxskb (null), dnld_sent 0
&lt;6&gt;[   84.180000] libertas: requeueing command 0x001e due to timeout
(#1)
&lt;7&gt;[   84.180000] libertas enter: lbs_execute_next_command()
&lt;7&gt;[   84.180000] libertas host: EXEC_NEXT_CMD: sending command 0x001e
&lt;7&gt;[   84.180000] libertas enter: lbs_submit_command()
&lt;7&gt;[   84.180000] libertas cmd: DNLD_CMD: command 0x001e, seq 2, size 14
&lt;4&gt;[   84.180000] libertas DNLD_CMD: 1e 00 0e 00 02 00 00 00 00 00 00 00
00 00 
&lt;7&gt;[   84.190000] libertas enter: if_sdio_host_to_card(type 1, bytes 14)
&lt;7&gt;[   84.190000] libertas leave: if_sdio_host_to_card(), ret 0
&lt;7&gt;[   84.190000] libertas leave: lbs_submit_command()
&lt;7&gt;[   84.190000] libertas leave: lbs_execute_next_command()
&lt;7&gt;[   84.190000] libertas thread: 1: currenttxskb (null), dnld_sent 2
&lt;7&gt;[   84.190000] libertas thread: sleeping, connect_status 1, psmode 0,
psstate 0
&lt;7&gt;[   84.190000] libertas enter: if_sdio_host_to_card_worker()
&lt;7&gt;[   84.190000] libertas leave: if_sdio_host_to_card_worker()
&lt;7&gt;[   84.190000] libertas enter: if_sdio_interrupt()
&lt;7&gt;[   84.190000] libertas sdio: interrupt: 0x3
&lt;7&gt;[   84.190000] libertas enter: lbs_host_to_card_done()
&lt;7&gt;[   84.190000] libertas leave: lbs_host_to_card_done()
&lt;7&gt;[   84.190000] libertas enter: if_sdio_card_to_host()
&lt;7&gt;[   84.190000] libertas sdio: packet of type 1 and size 18 bytes
&lt;7&gt;[   84.190000] libertas enter: if_sdio_handle_cmd()
&lt;7&gt;[   84.190000] libertas enter: lbs_notify_command_response()
&lt;7&gt;[   84.190000] libertas leave: lbs_notify_command_response()
&lt;7&gt;[   84.190000] libertas leave: if_sdio_handle_cmd(), ret 0
&lt;7&gt;[   84.190000] libertas leave: if_sdio_card_to_host(), ret 0
&lt;7&gt;[   84.190000] libertas leave: if_sdio_interrupt(), ret 0
&lt;7&gt;[   84.190000] libertas thread: 2: currenttxskb (null), dnld_send 0
&lt;7&gt;[   84.190000] libertas thread: 3: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   84.190000] libertas thread: 4: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   84.190000] libertas enter: lbs_process_command_response()
&lt;7&gt;[   84.190000] libertas cmd: CMD_RESP: response 0x801e, seq 2, size
14
&lt;4&gt;[   84.190000] libertas CMD_RESP: 1e 80 0e 00 02 00 00 00 00 00 12 00
14 00 
&lt;6&gt;[   84.190000] libertas: Received result 0 to command 1e after 1
retries
&lt;7&gt;[   84.200000] libertas leave: lbs_process_command_response(), ret 0
&lt;7&gt;[   84.200000] libertas enter: lbs_execute_next_command()
&lt;7&gt;[   84.200000] libertas leave: lbs_execute_next_command()
&lt;7&gt;[   84.200000] libertas thread: 1: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   84.200000] libertas thread: sleeping, connect_status 1, psmode 0,
psstate 0
&lt;7&gt;[   84.200000] libertas enter: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   84.200000] libertas leave: __lbs_cleanup_and_insert_cmd()
&lt;7&gt;[   84.200000] libertas leave: __lbs_cmd(), ret 0
&lt;7&gt;[   84.200000] libertas leave: lbs_get_tx_power()
&lt;7&gt;[   84.200000] libertas enter: lbs_set_mac_control()
&lt;7&gt;[   84.200000] libertas enter: lbs_cmd_async()
&lt;7&gt;[   84.200000] libertas enter: __lbs_cmd_async()
&lt;7&gt;[   84.200000] libertas enter: lbs_get_cmd_ctrl_node()
&lt;7&gt;[   84.200000] libertas leave: lbs_get_cmd_ctrl_node()
&lt;7&gt;[   84.200000] libertas host: PREP_CMD: command 0x0028
&lt;7&gt;[   84.200000] libertas enter: lbs_queue_cmd()
&lt;7&gt;[   84.200000] libertas host: QUEUE_CMD: inserted command 0x0028 into
cmdpendingq
&lt;7&gt;[   84.200000] libertas leave: lbs_queue_cmd()
&lt;7&gt;[   84.200000] libertas leave: __lbs_cmd_async(), ret c2ff5a48
&lt;7&gt;[   84.200000] libertas leave: lbs_cmd_async()
&lt;7&gt;[   84.200000] libertas leave: lbs_set_mac_control()
&lt;7&gt;[   84.200000] libertas leave: lbs_setup_firmware(), ret 0
&lt;7&gt;[   84.220000] libertas thread: 2: currenttxskb (null), dnld_send 0
&lt;7&gt;[   84.220000] libertas thread: 3: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   84.220000] libertas thread: 4: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   84.220000] libertas enter: lbs_execute_next_command()
&lt;7&gt;[   84.220000] libertas host: EXEC_NEXT_CMD: sending command 0x0028
&lt;7&gt;[   84.220000] libertas enter: lbs_submit_command()
&lt;7&gt;[   84.220000] libertas cmd: DNLD_CMD: command 0x0028, seq 3, size 12
&lt;4&gt;[   84.220000] libertas DNLD_CMD: 28 00 0c 00 03 00 00 00 03 00 00
00 
&lt;7&gt;[   84.220000] libertas enter: if_sdio_host_to_card(type 1, bytes 12)
&lt;7&gt;[   84.220000] libertas leave: if_sdio_host_to_card(), ret 0
&lt;7&gt;[   84.220000] libertas leave: lbs_submit_command()
&lt;7&gt;[   84.220000] libertas leave: lbs_execute_next_command()
&lt;7&gt;[   84.220000] libertas thread: 1: currenttxskb (null), dnld_sent 2
&lt;7&gt;[   84.220000] libertas thread: sleeping, connect_status 1, psmode 0,
psstate 0
&lt;7&gt;[   84.220000] libertas enter: if_sdio_host_to_card_worker()
&lt;7&gt;[   84.220000] libertas leave: if_sdio_host_to_card_worker()
&lt;7&gt;[   84.220000] libertas enter: if_sdio_interrupt()
&lt;7&gt;[   84.220000] libertas sdio: interrupt: 0x3
&lt;7&gt;[   84.220000] libertas enter: lbs_host_to_card_done()
&lt;7&gt;[   84.220000] libertas leave: lbs_host_to_card_done()
&lt;7&gt;[   84.220000] libertas enter: if_sdio_card_to_host()
&lt;7&gt;[   84.220000] libertas sdio: packet of type 1 and size 18 bytes
&lt;7&gt;[   84.220000] libertas enter: if_sdio_handle_cmd()
&lt;7&gt;[   84.220000] libertas enter: lbs_notify_command_response()
&lt;7&gt;[   84.220000] libertas leave: lbs_notify_command_response()
&lt;7&gt;[   84.220000] libertas leave: if_sdio_handle_cmd(), ret 0
&lt;7&gt;[   84.220000] libertas leave: if_sdio_card_to_host(), ret 0
&lt;7&gt;[   84.220000] libertas leave: if_sdio_interrupt(), ret 0
&lt;7&gt;[   84.220000] libertas thread: 2: currenttxskb (null), dnld_send 0
&lt;7&gt;[   84.220000] libertas thread: 3: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   84.220000] libertas thread: 4: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   84.220000] libertas enter: lbs_process_command_response()
&lt;7&gt;[   84.220000] libertas cmd: CMD_RESP: response 0x801e, seq 2, size
14
&lt;4&gt;[   84.220000] libertas CMD_RESP: 1e 80 0e 00 02 00 00 00 00 00 12 00
14 00 
&lt;6&gt;[   84.220000] libertas: Received CMD_RESP with invalid sequence 2
(expected 3)
&lt;7&gt;[   84.230000] libertas leave: lbs_process_command_response(), ret -1
&lt;7&gt;[   84.230000] libertas thread: 1: currenttxskb (null), dnld_sent 0
&lt;7&gt;[   84.230000] libertas thread: sleeping, connect_status 1, psmode 0,
psstate 0
&lt;7&gt;[   84.230000] libertas enter: lbs_update_channel()
&lt;7&gt;[   84.230000] libertas enter: lbs_get_channel()
&lt;7&gt;[   84.230000] libertas enter: __lbs_cmd()
&lt;7&gt;[   84.230000] libertas enter: __lbs_cmd_async()
&lt;7&gt;[   84.230000] libertas enter: lbs_get_cmd_ctrl_node()
&lt;7&gt;[   84.230000] libertas leave: lbs_get_cmd_ctrl_node()


_______________________________________________
libertas-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:libertas-dev@lists.infradead.org">libertas-dev@lists.infradead.org</a>
<a class="moz-txt-link-freetext" href="http://lists.infradead.org/mailman/listinfo/libertas-dev">http://lists.infradead.org/mailman/listinfo/libertas-dev</a>

</pre>
    </blockquote>
  </body>
</html>