From: Johannes Berg <johannes@sipsolutions.net>
To: Andrey Lukyanenko <laser.ru@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: Backoff algorithm
Date: Thu, 17 Dec 2009 15:54:05 +0100 [thread overview]
Message-ID: <1261061645.10356.114.camel@johannes.local> (raw)
In-Reply-To: <e92712b70912170610y74eb6ae8ifd8db347cc608808@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 965 bytes --]
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
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next prev parent reply other threads:[~2009-12-17 14:54 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 [this message]
2009-12-23 12:28 ` Andrey Lukyanenko
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=1261061645.10356.114.camel@johannes.local \
--to=johannes@sipsolutions.net \
--cc=laser.ru@gmail.com \
--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