* MESH only works at 54Mbps link rate or below?
@ 2012-05-10 20:56 Bin Zeng
2012-05-11 0:20 ` Thomas Pedersen
0 siblings, 1 reply; 4+ messages in thread
From: Bin Zeng @ 2012-05-10 20:56 UTC (permalink / raw)
To: linux-wireless
Hi
I created a MESH network by using 802.11n supported cards, however, MESH only works at 54Mbps link rate or below.
Can anyone tell me how to active the 802.11n ht mode in mesh?
Thanks!
Binary
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MESH only works at 54Mbps link rate or below?
2012-05-10 20:56 MESH only works at 54Mbps link rate or below? Bin Zeng
@ 2012-05-11 0:20 ` Thomas Pedersen
2012-05-11 15:09 ` Bin Zeng
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Pedersen @ 2012-05-11 0:20 UTC (permalink / raw)
To: Bin Zeng; +Cc: linux-wireless
Hey Bin,
On Thu, May 10, 2012 at 1:56 PM, Bin Zeng <bzeng@microhardcorp.com> wrote:
> Hi
>
> I created a MESH network by using 802.11n supported cards, however, MESH
> only works at 54Mbps link rate or below.
>
> Can anyone tell me how to active the 802.11n ht mode in mesh?
Just set the channel type to HT, something like:
iw wlan0 set channel 1 HT20
Before joining the mesh.
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MESH only works at 54Mbps link rate or below?
2012-05-11 0:20 ` Thomas Pedersen
@ 2012-05-11 15:09 ` Bin Zeng
2012-05-11 23:50 ` Thomas Pedersen
0 siblings, 1 reply; 4+ messages in thread
From: Bin Zeng @ 2012-05-11 15:09 UTC (permalink / raw)
To: Thomas Pedersen; +Cc: linux-wireless
Thomas,
Yes, I did like that.
iw phy phy0 interface add mesh0 type mp mesh_id mymesh
iw dev mesh0 set channel 48 HT20
ifconfig mesh0 up
However, if I use iw to set bitrate, something like that "iw mesh0 set
bitrates legacy-5 54 mcs-5 15". Then use "iw dev mesh0 station dump" to
check bitrate. It seems like only show 54Mbps or below bitrates. HT mcs
rate can not be controlled?
Any help appreciate.
Thanks,
Bin
On 05/10/2012 06:20 PM, Thomas Pedersen wrote:
> Hey Bin,
>
> On Thu, May 10, 2012 at 1:56 PM, Bin Zeng<bzeng@microhardcorp.com> wrote:
>> Hi
>>
>> I created a MESH network by using 802.11n supported cards, however, MESH
>> only works at 54Mbps link rate or below.
>>
>> Can anyone tell me how to active the 802.11n ht mode in mesh?
> Just set the channel type to HT, something like:
>
> iw wlan0 set channel 1 HT20
>
> Before joining the mesh.
>
> Thomas
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MESH only works at 54Mbps link rate or below?
2012-05-11 15:09 ` Bin Zeng
@ 2012-05-11 23:50 ` Thomas Pedersen
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Pedersen @ 2012-05-11 23:50 UTC (permalink / raw)
To: Bin Zeng; +Cc: linux-wireless
Hi Bin,
On Fri, May 11, 2012 at 8:09 AM, Bin Zeng <bzeng@microhardcorp.com> wrote:
> Thomas,
>
> Yes, I did like that.
> iw phy phy0 interface add mesh0 type mp mesh_id mymesh
> iw dev mesh0 set channel 48 HT20
> ifconfig mesh0 up
>
> However, if I use iw to set bitrate, something like that "iw mesh0 set
> bitrates legacy-5 54 mcs-5 15". Then use "iw dev mesh0 station dump" to
> check bitrate. It seems like only show 54Mbps or below bitrates. HT mcs rate
> can not be controlled?
>
>
> Any help appreciate.
I haven't tried this myself, but I believe the bitrates only affect
the rate control algorithm. Do you see higher rates if you omit the
'iw set bitrates' command?
'iw set bitrates' should probably also be issued before bringing up the mesh.
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-11 23:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 20:56 MESH only works at 54Mbps link rate or below? Bin Zeng
2012-05-11 0:20 ` Thomas Pedersen
2012-05-11 15:09 ` Bin Zeng
2012-05-11 23:50 ` Thomas Pedersen
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).