Linux wireless drivers development
 help / color / mirror / Atom feed
From: Andrey Lukyanenko <laser.ru@gmail.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org
Subject: Re: Backoff algorithm
Date: Wed, 23 Dec 2009 14:28:10 +0200	[thread overview]
Message-ID: <e92712b70912230428s7caee5eag6943a8eb6a8b7a78@mail.gmail.com> (raw)
In-Reply-To: <1261061645.10356.114.camel@johannes.local>

Thanks a lot for your help.

I have found OpenFWWF project, which has open source firmware for Broadcom
chipsets. Unfortunately it does not support CTS/RTS, AP.
What do you mean by " influencing the value you give the hw"?
Are you talking about direct access to registers? How can I influence.
I have heard about tos-mac (TinyOS) which uses directly registers but it
is for sensors. Do you mean something similar?

In our group we have five ar5213 chips, I hope I can try to use it.

On Thu, Dec 17, 2009 at 4:54 PM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> On Thu, 2009-12-17 at 16:10 +0200, Andrey Lukyanenko wrote:
>> Hello Everyone,
>>
>> I wanted to find implementation of backoff protocols for different platforms.
>> I tried to find it in various open-source drivers in linux-sources, madwifi and
>> stlc45xx. Everywhere I could only find some initialization of CWmax, CWmin, ...
>> but not the actual algorithm (something like, cw = min(cw<<1 + 1, cwmax) ),
>> except ath_rate sample/mistrel where the operation is used for "best
>> rate measurement"
>> as I understood.
>> Am I correct to assume that the protocol is implemented in firmwhere and there
>> is no open source driver which I could use to "play" directly with it?
>
> Yes, basically. It's not something you can really implement in any
> driver anyway as it's very timing sensitive.
>
> ar9170 even has this in hardware, afaik, although you can of course play
> with it in b43 firmware and/or ar9170 by influencing the value you give
> the hw.
>
> johannes
>



-- 
Best regards,
Andrey Lukyanenko.

  reply	other threads:[~2009-12-23 12:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-17 14:10 Backoff algorithm Andrey Lukyanenko
2009-12-17 14:54 ` Johannes Berg
2009-12-23 12:28   ` Andrey Lukyanenko [this message]
2009-12-23 12:38     ` Johannes Berg
2009-12-23 12:54       ` Andrey Lukyanenko
2009-12-23 13:04         ` Johannes Berg
2009-12-23 13:28           ` Andrey Lukyanenko

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=e92712b70912230428s7caee5eag6943a8eb6a8b7a78@mail.gmail.com \
    --to=laser.ru@gmail.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox