All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Chadd <adrian@freebsd.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] ath9k driver modifications
Date: Fri, 15 Mar 2013 13:30:35 -0700	[thread overview]
Message-ID: <CAJ-VmomtQskLkKFSq6m9ezFSuYNXWHbaqV-au0FEH+grn3_Veg@mail.gmail.com> (raw)
In-Reply-To: <5141F945.4030106@iol.unh.edu>

Hi,


On 14 March 2013 09:22, Mikkel Hagen <mhagen@iol.unh.edu> wrote:

>  Hello,
>     I work with the UNH-IOL to test conformance of 11n MAC, we have been
> trying to implement our test suite over an atheros 11n card.   We have most
> of the test suite working except for two issues that are preventing us
> finishing the implementation:
> 1. turning off retries
> 2. setting a hard rate on transmit
>
>
> We tried to use iwconfig to set retry and rates but it seems to ignore
> those settings, we then tried to use the radiotap header to no success, we
> then tried to start modifying the atheros drivers and still did not meet
> with much success.  We are using lorcon over the mac80211 driver for
> injection, with the ath9k driver.  Right  now we have been modifying the
> driver in the 3.5 kernel, but we can use any version that you recommend.
>
> An example of something that we have already tried to not transmit retries
> is below, from xmit.c, line 316:
>
> hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_RETRY);
>
> to
>
> hdr->frame_control |= cpu_to_le16(0x0000);
>
> To try and force it not to set the retry bit, but this did not seem to do
> anything.  Do you have any pointers on what we might try next?  Thanks!
>
>
>
That only sets the retry bit on outgoing frames, but the driver and
mac80211 will do something different.

You need to find a way to tell mac80211 and the rate control layer to set
the retry count to 1.

The problem is that mac80211/ath9k will do software retransmissions too, so
you may have to extend it to have some way to say "don't software
retransmit this frame either please." Felix would know better about this.

Thanks,



Adrian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20130315/d2594cee/attachment.htm 

  reply	other threads:[~2013-03-15 20:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-14 16:22 [ath9k-devel] ath9k driver modifications Mikkel Hagen
2013-03-15 20:30 ` Adrian Chadd [this message]
2013-03-15 21:17   ` Mikkel Hagen
2013-03-16  0:57     ` Adrian Chadd

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=CAJ-VmomtQskLkKFSq6m9ezFSuYNXWHbaqV-au0FEH+grn3_Veg@mail.gmail.com \
    --to=adrian@freebsd.org \
    --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.