All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Schmidt <bschmidt@techwires.net>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] DMA issues with ar9280 cards
Date: Wed, 23 Feb 2011 21:06:30 +0100	[thread overview]
Message-ID: <201102232106.31236.bschmidt@techwires.net> (raw)
In-Reply-To: <20110223174649.GD19293@tux>

On Wednesday 23 February 2011 18:46:49 Luis R. Rodriguez wrote:
> On Wed, Feb 23, 2011 at 12:55:35AM -0800, Bernhard Schmidt wrote:
> > Hi,
> > 
> > I have some issues using any of my AR9280 cards, identified as:
> > - Ubiquiti SR71E
> > [  172.321483] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xf9760000, irq=11
> > - Sparklan WPEA-110N
> > [   58.456404] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xf8760000, irq=11
> > 
> > On a recent wireless-testing kernel:
> > # uname -a
> > % Linux meshnode 2.6.38-rc6-wl-12466-g09f3227 #23 SMP Wed Feb 23 08:48:45 CET 2011 i686 GNU/Linux
> > 
> > I see this behaviour:
> > # hostapd /etc/hostapd.conf
> > % scan due to ht40 
> > [  289.389379] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  289.397106] ath: Could not stop RX, we could be confusing the DMA engine when we start RX up
> > [  289.548409] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  289.700270] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  289.707992] ath: Could not stop RX, we could be confusing the DMA engine when we start RX up
> > [  289.728509] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  289.880228] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  289.887952] ath: Could not stop RX, we could be confusing the DMA engine when we start RX up
> > [  289.908455] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  290.060168] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  290.067926] ath: Could not stop RX, we could be confusing the DMA engine when we start RX up
> > ..
> 
> This should not be fatal but we do want to fix it, it was just hard to reproduce.
> Can you paste your hostapd.conf ?

Will do that tomorrow when back at the office. Note, the error might
not be fatal, but, due it taking 100ms (see below), which is exactly
the beacon interval, no frames are sent. It is also not related to AP
mode, I see the exact same behavior in station mode. If I manage to get
through the association phase, it quickly goes deaf after the first
few packets.

> > % scan done, setting up the BSS
> > [  296.060536] ath: Failed to stop TX DMA in 100 msec after killing last frame
> > [  296.075985] ath: Failed to stop TX DMA in 100 msec after killing last frame
> > [  296.083032] ath: Failed to stop TX DMA!
> > [  296.099187] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  296.106884] ath: Could not stop RX, we could be confusing the DMA engine when we start RX up
> > [  296.127247] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  297.163998] ath: Failed to stop TX DMA in 100 msec after killing last frame
> > [  297.182977] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  297.190677] ath: Could not stop RX, we could be confusing the DMA engine when we start RX up
> > [  297.211004] ath: DMA failed to stop in 10 ms AR_CR=0x00000024 AR_DIAG_SW=0x42000020
> > [  298.247659] ath: Failed to stop TX DMA in 100 msec after killing last frame
> > % ..
> 
> If its so easy to reproduce we can likely fix this for good!

Actually, haven't found a way to *not* reproduce it. :)

> Do you see the same issue if you just have one card plugged in or
> is this happening on two separate boxes?

It's one card at a time on this box. The monitor device is running on
another box. It is the only miniPCIe capable box I have around here
atm.

While playing around a bit with various debug options, I've noticed
that the amount of debug messages has an influence on when the issue
does occur. As in the more debug message, the sooner it will go deaf.
Smells racy somehow.

Will post a slightly more verbose log tomorrow.

-- 
Bernhard

  parent reply	other threads:[~2011-02-23 20:06 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201102230955.35674.bschmidt@techwires.net>
2011-02-23 17:46 ` [ath9k-devel] DMA issues with ar9280 cards Luis R. Rodriguez
2011-02-23 18:12   ` Adrian Chadd
2011-02-23 18:20     ` Adrian Chadd
2011-02-23 18:24       ` Jouni Malinen
2011-02-23 18:40         ` Adrian Chadd
2011-02-23 23:06           ` Jouni Malinen
2011-02-23 20:06   ` Bernhard Schmidt [this message]
2011-02-24  9:33     ` Bernhard Schmidt
2011-02-24 18:18       ` Luis R. Rodriguez
2011-02-25  9:37         ` Bernhard Schmidt
2011-02-25 17:12           ` Luis R. Rodriguez
2011-02-26  9:37             ` Bernhard Schmidt
2011-03-10  0:40               ` Felix Fietkau
2011-03-02 14:51     ` Mohammed Shafi
2011-03-04 11:29       ` Bernhard Schmidt
2011-03-04 15:25         ` Mohammed Shafi
2011-03-04 15:29           ` Mohammed Shafi
2011-03-04 17:16             ` Bernhard Schmidt
2011-03-09  9:58               ` Mohammed Shafi
2011-03-09 10:01               ` Mohammed Shafi
2011-03-05 23:49         ` crocket
2011-03-09 10:22           ` Peter Stuge
2011-02-23 15:34 Bernhard Schmidt
2011-02-23 16:22 ` Peter Stuge
2011-02-23 18:02   ` Luis R. Rodriguez
2011-02-23 19:51     ` Peter Stuge

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=201102232106.31236.bschmidt@techwires.net \
    --to=bschmidt@techwires.net \
    --cc=ath9k-devel@lists.ath9k.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.