From: Oleksij Rempel <linux@rempel-privat.de>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] rx status registers for ar9280/ar9825/ar9287
Date: Sat, 27 Apr 2013 10:08:05 +0200 [thread overview]
Message-ID: <517B8765.6090002@rempel-privat.de> (raw)
Hallo all,
i was playing with STBC functionality and wont to see more statistic
about it. If i'm correct Some MACs can report if it got STBC frame or at
least report duplicat frames. After greping the source, i'm confused
about location of this registers. If i'm correct, STBC and Duplicate
status bits loctaed together with GI and 2040. According to the source:
ar9003_mac.c: rxs->rs_flags = (rxsp->status4 & AR_GI) ? ATH9K_RX_GI : 0;
mac.c: (ads.ds_rxstatus3 & AR_GI) ? ATH9K_RX_GI : 0;
So i it true for ar9280/ar9285/ar9287 and too? Shouldn't that be
ds_rxstatus7 or some thing like this? And if it is different where
should i add statistic for this chips?
--
Regards,
Oleksij
next reply other threads:[~2013-04-27 8:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-27 8:08 Oleksij Rempel [this message]
2013-04-27 8:27 ` [ath9k-devel] rx status registers for ar9280/ar9825/ar9287 Adrian Chadd
2013-04-27 8:30 ` Oleksij Rempel
2013-04-27 8:53 ` Adrian Chadd
2013-04-27 8:55 ` Oleksij Rempel
2013-04-27 16:00 ` Adrian Chadd
2013-04-27 18:18 ` Adrian Chadd
2013-04-27 8:54 ` Oleksij Rempel
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=517B8765.6090002@rempel-privat.de \
--to=linux@rempel-privat.de \
--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.