Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
From: Robert Bradley <robert.bradley1@gmail.com>
To: cerowrt-devel@lists.bufferbloat.net
Subject: Re: [Cerowrt-devel] Managed to break 802.11n (on a 3800)
Date: Thu, 16 Jan 2014 15:38:44 +0000	[thread overview]
Message-ID: <52D7FD04.2010608@gmail.com> (raw)
In-Reply-To: <CALQXh-PCPjr=Fi0pR3zdpaswo47Ozi59d5Zk3+FV1Lpp4Km_8Q@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2737 bytes --]

On 16/01/2014 15:03, Aaron Wood wrote:
> All,
>
> I'm noting this here in case anyone is interested.  After I write this
> up, I'm going to start from scratch on the configuration, and
> factory-reset the router.
>
> =====
>
> The 5GHz radio on my 3800 seems to be in a very odd state.  I'm not
> quire sure what state it's in, but it seems to be only doing HT20 1x1.
>  And in a fairly broken manner at that.
>

<snip>

> And here are radio blocks from the current /etc/config/wireless:
>
> config wifi-device 'radio1'
> option type 'mac80211'
> option macaddr '28:c6:8e:bb:9a:49'
> list ht_capab 'SHORT-GI-40'
> list ht_capab 'TX-STBC'
> list ht_capab 'RX-STBC1'
> list ht_capab 'DSSS_CCK-40'
> option txpower '17'
> option distance '25'
> option channel '48'
> option country 'US'

That's interesting, since it's missing a few configuration options and
seems to be still using the US country code for the 5 GHz interface. 
For what it's worth, my router's configuration looks like this (with the
MAC address changed to match your configuration):

config wifi-device 'radio1'
        option type 'mac80211'
        option channel '36'
        option hwmode '11na'
        option macaddr '28:c6:8e:bb:9a:49'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'TX-STBC'
        list ht_capab 'RX-STBC1'
        list ht_capab 'DSSS_CCK-40'
        option disabled '0'
        option txpower '17'
        option country 'GB'
        option htmode 'HT40+'

I'm using channel 36 and HT40+ here at 17 dBm.  This is also from a
UK-based router, so you'll probably want to change the country code from
GB to FR.  I'm seeing about 270 Mb/s using Intel wireless (4965AGN) and
Windows 7 about 2.5 m away from the router with those settings.

> config wifi-device 'radio0'
> option type 'mac80211'
> option hwmode '11ng'
> option macaddr '28:c6:8e:bb:9a:47'
> option htmode 'HT20'
> list ht_capab 'SHORT-GI-40'
> list ht_capab 'TX-STBC'
> list ht_capab 'RX-STBC1'
> list ht_capab 'DSSS_CCK-40'
> option txpower '26'
> option country 'FR'
> option distance '15'
> option channel 'auto'
>

My settings for the 2.4 GHz side (deliberately limited to HT20 to avoid
interference):

config wifi-device 'radio0'
        option type 'mac80211'
        option hwmode '11ng'
        option macaddr '28:c6:8e:bb:9a:47'
        option htmode 'HT20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'TX-STBC'
        list ht_capab 'RX-STBC1'
        list ht_capab 'DSSS_CCK-40'
        option disabled '0'
        option channel '1'
        option country 'GB'
        option txpower '20'

This time I'm using channel 1 at 20 dBm.  In both of these blocks I'm
leaving the distance option unspecified.

Hope this helps a bit!

-- 
Robert Bradley


[-- Attachment #2: Type: text/html, Size: 5936 bytes --]

  parent reply	other threads:[~2014-01-16 15:38 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-16 15:03 Aaron Wood
2014-01-16 15:29 ` Sebastian Moeller
2014-01-16 15:46   ` Aaron Wood
2014-01-16 17:20     ` Sebastian Moeller
2014-01-16 19:08       ` Aaron Wood
2014-01-16 20:10         ` Sebastian Moeller
2014-01-16 21:33           ` Aaron Wood
2014-01-16 22:50           ` Dave Taht
2014-01-16 23:15             ` Sebastian Moeller
2014-01-16 23:40               ` Dave Taht
2014-01-17 20:15                 ` Toke Høiland-Jørgensen
2014-01-17 20:17                   ` Dave Taht
2014-01-19 19:01                     ` Toke Høiland-Jørgensen
2014-01-19 20:01                       ` Sebastian Moeller
2014-01-19 20:58                         ` Toke Høiland-Jørgensen
2014-01-19 21:12                           ` Sebastian Moeller
2014-01-16 22:35         ` Dave Taht
2014-01-16 22:30   ` Dave Taht
2014-01-16 22:56     ` Sebastian Moeller
2014-01-16 23:12       ` Dave Taht
2014-01-16 23:25         ` Sebastian Moeller
2014-01-16 15:38 ` Robert Bradley [this message]
2014-01-16 15:46   ` Aaron Wood
2014-01-16 22:08 ` Dave Taht

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

  List information: https://lists.bufferbloat.net/postorius/lists/cerowrt-devel.lists.bufferbloat.net/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52D7FD04.2010608@gmail.com \
    --to=robert.bradley1@gmail.com \
    --cc=cerowrt-devel@lists.bufferbloat.net \
    /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