Send users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."
Today's Topics:
1. Re: [RFC 0/27] Add support for rt5592 chip (Helmut Schaa)
2. Re: [RFC 0/27] Add support for rt5592 chip (Conor O'Gorman)
3. Re: [RFC 0/27] Add support for rt5592 chip (Conor O'Gorman)
4. Re: [RFC 0/27] Add support for rt5592 chip (Helmut Schaa)
----------------------------------------------------------------------
Message: 1
Date: Thu, 14 Mar 2013 10:36:34 +0100
From: Helmut Schaa <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: [rt2x00-users] [RFC 0/27] Add support for rt5592 chip
Message-ID:
<cagxe3d8ww5mbok6-w7oagn9z7o+976fq2o1h7ks9mxirbfx...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
On Wed, Mar 13, 2013 at 7:07 PM, Conor O'Gorman <[email protected]> wrote:
> On Wed, 2013-03-13 at 16:44 +0000, Conor O'Gorman wrote:
>> I am trying simultaneous Station and AP mode. Either separately look
>> fine, and muliple SSIDs for multiple APs also works. I see some mention
>> online that this may be too much for Ralink chips?
This is not yet supported in rt2x00 but might be possible to be implemented.
Helmut
------------------------------
Message: 2
Date: Thu, 14 Mar 2013 09:42:10 +0000
From: Conor O'Gorman <[email protected]>
To: Helmut Schaa <[email protected]>
Cc: [email protected]
Subject: Re: [rt2x00-users] [RFC 0/27] Add support for rt5592 chip
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"
On Thu, 2013-03-14 at 10:36 +0100, Helmut Schaa wrote:
> On Wed, Mar 13, 2013 at 7:07 PM, Conor O'Gorman <[email protected]> wrote:
> > On Wed, 2013-03-13 at 16:44 +0000, Conor O'Gorman wrote:
> >> I am trying simultaneous Station and AP mode. Either separately look
> >> fine, and muliple SSIDs for multiple APs also works. I see some mention
> >> online that this may be too much for Ralink chips?
>
> This is not yet supported in rt2x00 but might be possible to be implemented.
> Helmut
Thanks. I have just been looking at the code. I might be able to do some
explorations later.
Conor
------------------------------
Message: 3
Date: Thu, 14 Mar 2013 12:23:12 +0000
From: Conor O'Gorman <[email protected]>
To: [email protected]
Subject: Re: [rt2x00-users] [RFC 0/27] Add support for rt5592 chip
Message-ID: <[email protected]>
Content-Type: text/plain; charset="UTF-8"
On Thu, 2013-03-14 at 10:36 +0100, Helmut Schaa wrote:
> On Wed, Mar 13, 2013 at 7:07 PM, Conor O'Gorman <[email protected]> wrote:
> > On Wed, 2013-03-13 at 16:44 +0000, Conor O'Gorman wrote:
> >> I am trying simultaneous Station and AP mode. Either separately look
> >> fine, and muliple SSIDs for multiple APs also works. I see some mention
> >> online that this may be too much for Ralink chips?
>
> This is not yet supported in rt2x00 but might be possible to be implemented.
> Helmut
I forced the driver to report sta+ap:
if_limit->types = BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_AP);
and I can bring up AP and station links.
Any suggestions on appropriate tests?
Thanks,
Conor
------------------------------
Message: 4
Date: Thu, 14 Mar 2013 13:59:25 +0100
From: Helmut Schaa <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: [rt2x00-users] [RFC 0/27] Add support for rt5592 chip
Message-ID:
<cagxe3d_db9kt+rmdtsftcb5xd0npm50nqh5xlohwrr-etmd...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
On Thu, Mar 14, 2013 at 1:23 PM, Conor O'Gorman <[email protected]> wrote:
> On Thu, 2013-03-14 at 10:36 +0100, Helmut Schaa wrote:
>> On Wed, Mar 13, 2013 at 7:07 PM, Conor O'Gorman <[email protected]>
>> wrote:
>> > On Wed, 2013-03-13 at 16:44 +0000, Conor O'Gorman wrote:
>> >> I am trying simultaneous Station and AP mode. Either separately look
>> >> fine, and muliple SSIDs for multiple APs also works. I see some mention
>> >> online that this may be too much for Ralink chips?
>>
>> This is not yet supported in rt2x00 but might be possible to be implemented.
>> Helmut
>
> I forced the driver to report sta+ap:
>
> if_limit->types = BIT(NL80211_IFTYPE_STATION) |
> BIT(NL80211_IFTYPE_AP);
>
> and I can bring up AP and station links.
>
> Any suggestions on appropriate tests?
Just some quick things I could think of:
- Do you get correct beacons on the AP interface (to be checked with
wireshark for example)?
- If the STA interface is associated to an AP, the AP interface TSF
should still be monotonic increasing, otherwise powersaving clients
might get confused.
- The STA interface should reject powersave configuration.
- Does an associated STA interface survive association of stations to
the AP interface and vice versa?
Helmut
------------------------------
Subject: Digest Footer
_______________________________________________
users mailing list
[email protected]
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
------------------------------
End of users Digest, Vol 49, Issue 13
*************************************