All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tor Krill <tor@excito.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] ath9k: corrupt frames forwarded to mac80211 as decrypted
Date: Fri, 30 Apr 2010 11:50:09 +0200	[thread overview]
Message-ID: <1272621009.2191.61.camel@tor-desktop> (raw)
In-Reply-To: <1272530496.5866.50.camel@tor-desktop>

On Thu, 2010-04-29 at 10:41 +0200, Tor Krill wrote:
> On Thu, 2010-04-29 at 16:26 +0800, Daniel Yingqiang Ma wrote:
> > This patch indeed improve the link quality of my AP powered by ath9k.
> > 
> > It seems there are plenty of this kind of corruptted packet. Any one
> > know it's reason?
> 
> FYI,
> 
> This patch, in modified form went into wireless-testing and linux-next a
> few days ago
> 
> http://git.kernel.org/?p=linux/kernel/git/linville/wireless-testing.git;a=commit;h=3a37495268ab45507b4cab9d4cb18c5496ab7a10
> 
> And it indeed fixed a lot of our issues :). Unfortunately we still
> experience failures with ath9k in AP mode with these symptoms.
> 
> We lose connectivity on STA side, we still seems to be associated but
> are unable to transfer any data. Any reconnection fails.
> 
> A strange observation is that in some/all(?) cases we are able to
> associate using a STA in pure A/G-mode and transfer data. 
> 
> If anyone is interested we would gladly provide dumps/debug information
> on this. (Gathering dumps as we speak)

We ran a test again last night, ans sure enough it stopped working after
a few hours.

Our testsetup is like this: 

We have a windows, with an intel 5100 wireless adapter, machine running
iperf in server mode.

This machine connects to our AP, a PPC based NAS with a "Atheros AR9280
Rev:2" minipci card. The system runs linux-next from 20100427 with above
mentioned patches.

On the LAN attached to the PPC machine above we have a linux PC running
iperf client attaching to the iperf server on the windows machine.

Them we use a fourth computer that dumps the traffic in the air.

An excerpt of the traffic, captured around the failure, can be found
here:

http://213.88.146.173/logs/krashlog.pcap

But when looking into this, with my limited understanding of 802.11, it
seems like our AP stops responding for some reason. The STA continues
for a while and then gives up.

When trying to reassociate noting ever shows up in the daemon logs. The
AP apears as to be not getting the received traffic, or it gets stuck
some where. Very similar symptoms as we had before.

But even though the symptoms seems very much like they did before, our
debug information, says that we don't receive any corrupt frames any
more.

So my conclusion here is that we seem to have further problems with the
80211 stack or maybe more likely ath9k getting stuck under some
circumstances.

Is there anything else i could do to sched some light on to this issue?

/Tor 

      parent reply	other threads:[~2010-04-30  9:50 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-31 19:10 [ath9k-devel] ath9k: receive stops working in AP-mode and 802.11n Johan Hovold
2010-03-31 19:10 ` Johan Hovold
2010-04-16 10:48 ` [ath9k-devel] ath9k: corrupt frames forwarded to mac80211 as decrypted (was: ath9k: receive stops working in AP-mode and 802.11n) Johan Hovold
2010-04-16 10:48   ` Johan Hovold
2010-04-16 10:52   ` [ath9k-devel] [RFC][PATCH 1/6] ath9k: clean up rx skb post-process logic Johan Hovold
2010-04-16 10:52     ` Johan Hovold
2010-04-16 10:52   ` [ath9k-devel] [RFC][PATCH 2/6] ath9k: do not mark frames with RXKEY_IX_INVALID as decrypted Johan Hovold
2010-04-16 10:52     ` Johan Hovold
2010-04-16 11:32     ` [ath9k-devel] " Jouni Malinen
2010-04-16 11:32       ` Jouni Malinen
2010-04-20  8:35       ` Johan Hovold
2010-04-20  8:35         ` Johan Hovold
2010-04-16 10:52   ` [ath9k-devel] [RFC][PATCH 3/6] ath9k: do not mark frames with RX_DECRYPT_BUSY " Johan Hovold
2010-04-16 10:52     ` Johan Hovold
2010-04-16 10:52   ` [ath9k-devel] [RFC][PATCH 4/6] ath9k: do not mark frames with RX_KEY_MISS " Johan Hovold
2010-04-16 10:52     ` Johan Hovold
2010-04-16 10:52   ` [ath9k-devel] [RFC][PATCH 5/6] ath9k: check error flags even if rx frame is marked ok Johan Hovold
2010-04-16 10:52     ` Johan Hovold
2010-04-16 10:52   ` [ath9k-devel] [RFC][PATCH 6/6] ath9k: clear mic error flag on encrypted frames Johan Hovold
2010-04-16 10:52     ` Johan Hovold
2010-04-20  8:25   ` [ath9k-devel] ath9k: corrupt frames forwarded to mac80211 as decrypted Johan Hovold
2010-04-20  8:25     ` Johan Hovold
2010-04-20  8:28     ` [ath9k-devel] [RFC][PATCH 1/2] ath9k: fix corrupt frames being forwarded to mac80211 Johan Hovold
2010-04-20  8:28       ` Johan Hovold
2010-04-20  8:38       ` [ath9k-devel] " Johan Hovold
2010-04-20  8:38         ` Johan Hovold
2010-04-20  8:28     ` [ath9k-devel] [RFC][PATCH 2/2] ath9k: use also AR_DecryptBusyErr to determine decrypt errors Johan Hovold
2010-04-20  8:28       ` Johan Hovold
2010-04-20  9:10     ` [ath9k-devel] ath9k: corrupt frames forwarded to mac80211 as decrypted Ranga Rao Ravuri
2010-04-20  9:10       ` Ranga Rao Ravuri
2010-04-20 11:06       ` Johan Hovold
2010-04-20 11:06         ` Johan Hovold
2010-04-20 11:35         ` Johan Hovold
2010-04-20 11:35           ` Johan Hovold
2010-04-29  8:26           ` Daniel Yingqiang Ma
2010-04-29  8:26             ` Daniel Yingqiang Ma
2010-04-29  8:41             ` Tor Krill
2010-04-29  9:35               ` Daniel Yingqiang Ma
2010-04-29 18:08               ` Ben Gamari
2010-04-29 20:08                 ` Will Dyson
2010-04-30  9:07                 ` Tor Krill
2010-04-29 20:21               ` Benoit PAPILLAULT
2010-04-30  9:50               ` Tor Krill [this message]

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=1272621009.2191.61.camel@tor-desktop \
    --to=tor@excito.com \
    --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.