Linux wireless drivers development
 help / color / mirror / Atom feed
From: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
To: Grazvydas Ignotas <notasas@gmail.com>
Cc: Bob Copeland <me@bobcopeland.com>, Kalle Valo <kvalo@adurom.com>,
	"John W.Linville" <linville@tuxdriver.com>,
	linux-wireless@vger.kernel.org
Subject: Re: [PATCH 2/2] wl1251: fix ELP_CTRL register reads
Date: Fri, 25 Jun 2010 20:06:51 +0200	[thread overview]
Message-ID: <1277489211.2712.9.camel@gnutoo-laptop> (raw)
In-Reply-To: <1277481694.2712.7.camel@gnutoo-laptop>

On Fri, 2010-06-25 at 18:01 +0200, Denis 'GNUtoo' Carikli wrote:
> [ 2132.599578] wl1251: cmd configure
> [ 2132.619567] wl1251: acx wake up conditions
> [ 2132.619628] wl1251: cmd configure
> [ 2132.639587] wl1251: cmd set ps mode
> [ 2132.640747] wl1251: sleep auth psm/elp
> [ 2132.640808] wl1251: acx sleep auth
> [ 2132.640808] wl1251: cmd configure
> [ 2132.650268] wl1251: elp work
> [ 2132.650299] wl1251: chip to elp
> [ 2133.239471] wl1251: IRQ
> [ 2133.239654] wl1251: IRQ work
> [ 2133.239654] wl1251: waking up chip from elp
> [ 2133.239715] wl1251: wakeup time: 0 ms
does it mean that here it works?
> [ 2133.239868] wl1251: intr: 0x3
> [ 2133.239929] wl1251: RX: FW +1
> [ 2133.239929] wl1251: RX counter: 7
> [ 2133.239959] wl1251: WL1251_ACX_INTR_RX0_DATA
> [ 2133.240081] wl1251: rx skb 0xc61c3480: 88 B 
> [ 2133.240203] wl1251: WL1251_ACX_INTR_TX_RESULT
> [ 2133.240478] wl1251: tx status id 0 skb 0xc635f480 failures 0 rate
> 0x1
> status 0x0 ()
> [ 2133.251251] wl1251: elp work
> [ 2133.264434] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2133.479278] wlan0: no IPv6 routers present
> [ 2134.269470] mmc0: Command CRC error
> [ 2134.269561] mmc0:0001: error -84 reading SDIO_CCCR_INTx
> [ 2135.284484] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2136.289428] mmc0: Command CRC error
> [ 2136.289489] mmc0:0001: error -84 reading SDIO_CCCR_INTx
> [ 2137.304504] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2138.309478] mmc0: Command CRC error
> [ 2138.309539] mmc0:0001: error -84 reading SDIO_CCCR_INTx
> [ 2139.324523] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2140.329437] mmc0: Command CRC error
> [ 2140.329498] mmc0:0001: error -84 reading SDIO_CCCR_INTx
> [ 2141.344512] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2142.349456] mmc0: Command CRC error
> [ 2142.349548] mmc0:0001: error -84 reading SDIO_CCCR_INTx
> [ 2143.364501] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2144.369476] mmc0: Command CRC error
> [ 2144.369537] mmc0:0001: error -84 reading SDIO_CCCR_INTx
> [ 2145.384490] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2146.389404] mmc0: Command CRC error
> [ 2146.389495] mmc0:0001: error -84 reading SDIO_CCCR_INTx
> [ 2147.404541] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2148.409454] mmc0: Command CRC error
> [ 2148.409545] mmc0:0001: error -84 reading SDIO_CCCR_INTx
> [ 2149.424530] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2150.429534] mmc0: Command CRC error
> [ 2150.429595] mmc0:0001: error -84 reading SDIO_CCCR_INTx
> [ 2151.444488] mmc0:0001: error -110 reading SDIO_CCCR_INTx
> [ 2152.449432] mmc0: Command CRC error
> [ 2152.449523] mmc0:0001: error -84 reading SDIO_CCCR_INTx
and that here it doesn't anymore?
> [ 2152.969360] wl1251: mac80211 config ch 7 psm off power 20
> [ 2152.969421] wl1251: waking up chip from elp
> [ 2152.989410] wl1251: wakeup time: 20 ms
> [ 2152.989440] wl1251: psm disabled
> [ 2152.989471] wl1251: leaving psm
> [ 2152.989471] wl1251: sleep auth cam 

Denis.



  reply	other threads:[~2010-06-25 18:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-04 23:25 [PATCH 1/2] wl1251: fix a memory leak in probe Grazvydas Ignotas
2010-06-04 23:25 ` [PATCH 2/2] wl1251: fix ELP_CTRL register reads Grazvydas Ignotas
2010-06-05  7:04   ` Kalle Valo
2010-06-21 12:46     ` Denis 'GNUtoo' Carikli
2010-06-21 17:54       ` Bob Copeland
2010-06-21 18:45         ` Denis 'GNUtoo' Carikli
2010-06-21 22:48           ` Grazvydas Ignotas
2010-06-22 23:33             ` Denis 'GNUtoo' Carikli
2010-06-24 23:09               ` Denis 'GNUtoo' Carikli
2010-06-24 23:34                 ` Grazvydas Ignotas
2010-06-25 16:01                   ` Denis 'GNUtoo' Carikli
2010-06-25 18:06                     ` Denis 'GNUtoo' Carikli [this message]
2010-06-05  7:00 ` [PATCH 1/2] wl1251: fix a memory leak in probe Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1277489211.2712.9.camel@gnutoo-laptop \
    --to=gnutoo@no-log.org \
    --cc=kvalo@adurom.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=me@bobcopeland.com \
    --cc=notasas@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox