All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Hacker <hacker@epn.ru>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] Fixing the rate and rate relationship to OFDM
Date: Fri, 29 Mar 2013 11:23:40 +0600	[thread overview]
Message-ID: <20130329052340.GA25353@infinet.ru> (raw)
In-Reply-To: <F7E3CEE4-E878-44C3-BCF5-5B1A467E02F2@aim.com>

Hi,
If you able to add small piece of code to the driver, you can do the following:
Construct a single aggregate with desired parameters, NoAck bit set and 1 retry
count in the first retry series. Link last descriptor of the aggregate to the
first and drop this bomb into any TX queue. The aggregate should be in
accordance with the 802.11n, i.e. contain <64K of data+delimeters+FCS and be
4ms or shorter.
In case when no other signals in the medium this gives you 100% transmit time
except the small silence periods required by the standard.

But IMO, measuring TX power with a SA is not the best way. Using a much cheaper
power meter set up to measure on first 16us of each packet (preamble) is better.
It allows you to get a valid result with single packet shot.

About modulations used in 11n:
MCS			Modulation
0,8,16			BPSK
1,2,9,10,17,18		QPSK
3,4,11,12,19,20		QAM16
5,6,7,13,14,15,21,22,23	QAM64

52 subcarriers in 20MHz bandwidth and 108 in 40MHz.

Regards,
Alex.

  parent reply	other threads:[~2013-03-29  5:23 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-27 18:49 [ath9k-devel] Fixing the rate and rate relationship to OFDM John Clark
2013-03-28 11:32 ` shinnazar
2013-03-28 17:45   ` John Clark
2013-03-28 18:19     ` Adrian Chadd
2013-03-28 19:29       ` John Clark
2013-03-28 19:58         ` Adrian Chadd
2013-04-02 13:04           ` Holger Schurig
2013-04-02 14:57             ` Adrian Chadd
2013-04-02 18:15             ` John Clark
2013-04-02 20:08               ` Adrian Chadd
2013-04-02 23:05                 ` Jerald A DeLong
2013-04-02 23:35                   ` Adrian Chadd
2013-04-02 13:51           ` Peter Stuge
2013-04-02 14:55             ` Adrian Chadd
2013-04-02 16:43               ` Peter Stuge
2013-04-02 16:49                 ` Adrian Chadd
2013-04-02 17:03                   ` Peter Stuge
2013-04-02 17:38                 ` John Clark
2013-03-29  5:23     ` Alex Hacker [this message]
2013-03-29 17:10       ` John Clark
2013-03-29 17:47         ` Adrian Chadd
2013-03-30 12:32           ` Alex Hacker
2013-03-30 13:27             ` Adrian Chadd
2013-03-30 15:03               ` Alex Hacker
2013-03-30 15:20                 ` Alex Hacker
2013-04-01  8:14               ` Alex Hacker
2013-04-01 21:29                 ` Adrian Chadd
2013-03-28 19:00 ` Felix Fietkau
2013-03-28 19:32   ` John Clark

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=20130329052340.GA25353@infinet.ru \
    --to=hacker@epn.ru \
    --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.