* Use case for the radiotap rate patch
@ 2010-11-21 10:47 Roberto Riggio
2010-11-22 15:39 ` Johannes Berg
0 siblings, 1 reply; 4+ messages in thread
From: Roberto Riggio @ 2010-11-21 10:47 UTC (permalink / raw)
To: linux-wireless
In the following thread Pavel was sacking for an use case for his patch to
support the radiotap rate field;
http://thread.gmane.org/gmane.linux.kernel.wireless.general/52229/focus=52265
I'm currently using the patch in a custom routing protocol for wireless mesh
networking (www.wing-project.org). The protocol uses broadcast frames sent
at rates different from the baserate in order to implement its routing
metric
(WCETT). Without the patch I would be forced to sample each neighbor using
unicast frames making the metric implementation not scalable with the number
of nodes.
Also, which would be the way to support the multi-rate retry chain from
user-space?
I'm currently playing with some custom RC algorithms in users space
using the
click modular router, but I cannot take advantage of the mrr.
thanks
R.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Use case for the radiotap rate patch
2010-11-21 10:47 Use case for the radiotap rate patch Roberto Riggio
@ 2010-11-22 15:39 ` Johannes Berg
2010-11-22 18:00 ` Roberto Riggio
0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2010-11-22 15:39 UTC (permalink / raw)
To: Roberto Riggio; +Cc: linux-wireless
On Sun, 2010-11-21 at 11:47 +0100, Roberto Riggio wrote:
> Also, which would be the way to support the multi-rate retry chain from
> user-space?
> I'm currently playing with some custom RC algorithms in users space
> using the
> click modular router, but I cannot take advantage of the mrr.
radiotap now has a way to specify one attribute multiple times, so that
should be used for MRR
johannes
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Use case for the radiotap rate patch
2010-11-22 15:39 ` Johannes Berg
@ 2010-11-22 18:00 ` Roberto Riggio
2010-11-22 18:01 ` Johannes Berg
0 siblings, 1 reply; 4+ messages in thread
From: Roberto Riggio @ 2010-11-22 18:00 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless
Il 22/11/2010 16:39, Johannes Berg ha scritto:
> radiotap now has a way to specify one attribute multiple times, so that
> should be used for MRR
Is there a patch available for the linux kernel that supports this
new approach to specify the MRR? I can easly modify the click
radiotap header generation code, but without the support in
the kernel it would be rather pointless.
R.
> johannes
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Use case for the radiotap rate patch
2010-11-22 18:00 ` Roberto Riggio
@ 2010-11-22 18:01 ` Johannes Berg
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Berg @ 2010-11-22 18:01 UTC (permalink / raw)
To: Roberto Riggio; +Cc: linux-wireless
On Mon, 2010-11-22 at 19:00 +0100, Roberto Riggio wrote:
> Il 22/11/2010 16:39, Johannes Berg ha scritto:
> > radiotap now has a way to specify one attribute multiple times, so that
> > should be used for MRR
> Is there a patch available for the linux kernel that supports this
> new approach to specify the MRR? I can easly modify the click
> radiotap header generation code, but without the support in
> the kernel it would be rather pointless.
The kernel parser will support this, but you'd have to provide the code
to actually use multiple rates as MRR
johannes
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-22 18:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-21 10:47 Use case for the radiotap rate patch Roberto Riggio
2010-11-22 15:39 ` Johannes Berg
2010-11-22 18:00 ` Roberto Riggio
2010-11-22 18:01 ` Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).