* Why can we not set the mcast rate for AP/STA interfaces?
@ 2015-03-10 22:30 Ben Greear
2015-03-11 9:56 ` Mário Lopes
0 siblings, 1 reply; 4+ messages in thread
From: Ben Greear @ 2015-03-10 22:30 UTC (permalink / raw)
To: linux-wireless@vger.kernel.org
>From looking at 3.17 code, it appears we are only supposed to set the
mcast rate for mesh and IBSS interfaces?
What if I want to tell an AP or station to send broadcast/multicast
at a higher than default rate?
Should this just be controlled by the normal 'iw setbitrates' logic?
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Why can we not set the mcast rate for AP/STA interfaces?
2015-03-10 22:30 Why can we not set the mcast rate for AP/STA interfaces? Ben Greear
@ 2015-03-11 9:56 ` Mário Lopes
2015-03-11 15:57 ` Ben Greear
0 siblings, 1 reply; 4+ messages in thread
From: Mário Lopes @ 2015-03-11 9:56 UTC (permalink / raw)
To: Ben Greear; +Cc: linux-wireless@vger.kernel.org
On which 802.11 amendment (a/b/g/n/ac) and driver allows you setting
mcast rate for mesh and IBSS interfaces?
Far as I know, some vendors send multicast traffic as unicast in order
to reduce airtime.
Quoting Ben Greear <greearb@candelatech.com>:
>> From looking at 3.17 code, it appears we are only supposed to set the
> mcast rate for mesh and IBSS interfaces?
>
> What if I want to tell an AP or station to send broadcast/multicast
> at a higher than default rate?
>
> Should this just be controlled by the normal 'iw setbitrates' logic?
>
> Thanks,
> Ben
>
> --
> Ben Greear <greearb@candelatech.com>
> Candela Technologies Inc http://www.candelatech.com
>
> --
> 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
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Why can we not set the mcast rate for AP/STA interfaces?
2015-03-11 9:56 ` Mário Lopes
@ 2015-03-11 15:57 ` Ben Greear
2015-03-11 16:09 ` Mário Lopes
0 siblings, 1 reply; 4+ messages in thread
From: Ben Greear @ 2015-03-11 15:57 UTC (permalink / raw)
To: Mário Lopes; +Cc: linux-wireless@vger.kernel.org
On 03/11/2015 02:56 AM, Mário Lopes wrote:
> On which 802.11 amendment (a/b/g/n/ac) and driver allows you setting mcast rate for mesh and IBSS interfaces?
> Far as I know, some vendors send multicast traffic as unicast in order to reduce airtime.
I was just looking at the kernel code, I think it was linux/net/wireless/* where
the device type is made. I didn't look farther to figure out what it would take
to make this work with stations or APs.
Thanks,
Ben
>
>
> Quoting Ben Greear <greearb@candelatech.com>:
>
>>> From looking at 3.17 code, it appears we are only supposed to set the
>> mcast rate for mesh and IBSS interfaces?
>>
>> What if I want to tell an AP or station to send broadcast/multicast
>> at a higher than default rate?
>>
>> Should this just be controlled by the normal 'iw setbitrates' logic?
>>
>> Thanks,
>> Ben
>>
>> --
>> Ben Greear <greearb@candelatech.com>
>> Candela Technologies Inc http://www.candelatech.com
>>
>> --
>> 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
>>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Why can we not set the mcast rate for AP/STA interfaces?
2015-03-11 15:57 ` Ben Greear
@ 2015-03-11 16:09 ` Mário Lopes
0 siblings, 0 replies; 4+ messages in thread
From: Mário Lopes @ 2015-03-11 16:09 UTC (permalink / raw)
To: Ben Greear; +Cc: linux-wireless@vger.kernel.org
Ok. I was asking because some routers allow changing basicrate speed
but only on 802.11a/b/g, in AP mode, not on mesh/Ad-Hoc modes.
Some non-mandatory feactures can be on code of one module but not
implemented in the whole process.
Thanks.
Quoting Ben Greear <greearb@candelatech.com>:
> On 03/11/2015 02:56 AM, Mário Lopes wrote:
>> On which 802.11 amendment (a/b/g/n/ac) and driver allows you
>> setting mcast rate for mesh and IBSS interfaces?
>> Far as I know, some vendors send multicast traffic as unicast in
>> order to reduce airtime.
>
> I was just looking at the kernel code, I think it was
> linux/net/wireless/* where
> the device type is made. I didn't look farther to figure out what
> it would take
> to make this work with stations or APs.
>
> Thanks,
> Ben
>
>>
>>
>> Quoting Ben Greear <greearb@candelatech.com>:
>>
>>>> From looking at 3.17 code, it appears we are only supposed to set the
>>> mcast rate for mesh and IBSS interfaces?
>>>
>>> What if I want to tell an AP or station to send broadcast/multicast
>>> at a higher than default rate?
>>>
>>> Should this just be controlled by the normal 'iw setbitrates' logic?
>>>
>>> Thanks,
>>> Ben
>>>
>>> --
>>> Ben Greear <greearb@candelatech.com>
>>> Candela Technologies Inc http://www.candelatech.com
>>>
>>> --
>>> 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
>>>
>>
>>
>>
>> ----------------------------------------------------------------
>> This message was sent using IMP, the Internet Messaging Program.
>>
>
>
> --
> Ben Greear <greearb@candelatech.com>
> Candela Technologies Inc http://www.candelatech.com
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-11 16:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 22:30 Why can we not set the mcast rate for AP/STA interfaces? Ben Greear
2015-03-11 9:56 ` Mário Lopes
2015-03-11 15:57 ` Ben Greear
2015-03-11 16:09 ` Mário Lopes
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).