Linux wireless drivers development
 help / color / mirror / Atom feed
* Backoff algorithm
@ 2009-12-17 14:10 Andrey Lukyanenko
  2009-12-17 14:54 ` Johannes Berg
  0 siblings, 1 reply; 7+ messages in thread
From: Andrey Lukyanenko @ 2009-12-17 14:10 UTC (permalink / raw)
  To: linux-wireless

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?

Thanks in advance.

-- 
Best regards,
Andrey Lukyanenko.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-12-23 13:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-17 14:10 Backoff algorithm Andrey Lukyanenko
2009-12-17 14:54 ` Johannes Berg
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox