All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] AP Limitation because of ATH9K_HTC_MAX_STA
@ 2013-07-08  8:35 David Jardin
  2013-07-08 20:07 ` Adrian Chadd
  2013-11-20 18:44 ` Gustavo
  0 siblings, 2 replies; 31+ messages in thread
From: David Jardin @ 2013-07-08  8:35 UTC (permalink / raw)
  To: ath9k-devel

Hi,

I'm organizing all the technical stuff for several conferences about
Joomla (opensource content managment system) with 200-300 participants
and therefore I was looking for a low-budget wifi-solution that is able
to handle this number of clients. I decided to use a few raspberry pi's
with atheros-based usb wifi dongles which worked great in my little test
environment but crashed in the real conference setup.

I took a look at the logfiles and it seems that the issue is related to
the number of clients that can be handled by the driver/firmware, which
is 8 (ATH9K_HTC_MAX_STA). Is there any chance to increase this limit to
make the dongles usable in large-scale applications?

David

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [ath9k-devel] AP Limitation because of ATH9K_HTC_MAX_STA
@ 2013-11-22 15:33 Trevor Cullen
  2013-11-23  1:35 ` Sujith Manoharan
  0 siblings, 1 reply; 31+ messages in thread
From: Trevor Cullen @ 2013-11-22 15:33 UTC (permalink / raw)
  To: ath9k-devel

Hello

K2/AR9271 is limited to 8 nodes in AP mode due to RAM size imitation of
internal on-chip RAM (K2 does not use external RAM).

It was once suggested that, with a lot of work, the internal RAM might be
able to be used more efficiently to realise up to 16 nodes. But this was
deemed too much work in light of newer USB chipsets like WASP/AR9342 which
have no such limitations.

Sorry you need to look for AR9342 based USB dongle to get proper AP node
count as follows:-

WEP should be the same as Open, limited by AID field size, i.e. 128.
AES/TKIP is limited by key cache.
AES = 128 - 4 (reserved for WEP) - 2 (group keys) = 122
TKIP = 128/2 - 4 (reserved for WEP) - 2 (group keys) = 58

Trevor
 
-----Original Message-----
From: ath9k-devel-bounces@lists.ath9k.org
[mailto:ath9k-devel-bounces at lists.ath9k.org] On Behalf Of Ben Greear
Sent: 22 November 2013 15:10
To: Oleksij Rempel
Cc: Gustavo Azambuja; ath9k-devel at venema.h4ckr.net
Subject: Re: [ath9k-devel] AP Limitation because of ATH9K_HTC_MAX_STA

On 11/22/2013 07:02 AM, Oleksij Rempel wrote:
> Am 22.11.2013 16:00, schrieb Ben Greear:
>> On 11/22/2013 06:47 AM, Oleksij Rempel wrote:
>>> Am 22.11.2013 15:40, schrieb Ben Greear:
>>>> On 11/22/2013 02:23 AM, Oleksij Rempel wrote:
>>>>> Am 20.11.2013 20:01, schrieb Gustavo Azambuja:
>>>>>> Ben, thanks for you reply.
>>>>>> I need to convert my rPi into a AP (is not an option a "real" AP) 
>>>>>> to get at less 30 stations. You know some way to get a list of 
>>>>>> devices/drivers can support this?
>>>>>
>>>>> It's all about USB, RAM and power.
>>>>> If you use usb to communicate with wireless hardware, then your 
>>>>> first problem is usb - it is too slow! Some times it is too slow 
>>>>> even for one connection. This is why we have usb wifi adapters 
>>>>> with internal cpu, ram and firmware (micro operation system). If 
>>>>> you wont to add more connections you will need more ram and may be 
>>>>> more cpu power. This will need more power from usb, which is 
>>>>> limited to 500mA.
>>>>> In this case, just take some AP, connect it over ethernet and you 
>>>>> will get same result.
>>>>
>>>> The RAM is certainly an issue, but just adding more stations should 
>>>> not have much CPU impact as the total throughput is unlikely to 
>>>> increase as more stations are added.
>>>>
>>>> Changing software to make better use of RAM is also unlikely to 
>>>> increase power usage, though adding more RAM to the hardware might.
>>>
>>> patches are welcome
>>
>> I'm sure :)
>>
>> My customers are all interested in /AC these days, so I'm putting my 
>> effort there.  If/when someone opens an /AC firmware to the public I 
>> will be all over it!
>
> AC?
>
>

802.11 ac, for instance ath10k.

Thanks,
Ben

--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

_______________________________________________
ath9k-devel mailing list
ath9k-devel at lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [ath9k-devel] AP Limitation because of ATH9K_HTC_MAX_STA
@ 2013-11-25 11:27 Trevor Cullen
  2013-11-25 11:57 ` Alex Hacker
  0 siblings, 1 reply; 31+ messages in thread
From: Trevor Cullen @ 2013-11-25 11:27 UTC (permalink / raw)
  To: ath9k-devel

Alex/Ben,

Those 'selected customers' have to be really really big!

I've never seen it happen outside of this sadly.

QCA seem to be happy to leave the open community starved....

Trevor Cullen BSc (Hons) MIoD

-----Original Message-----
From: ath9k-devel-bounces@lists.ath9k.org
[mailto:ath9k-devel-bounces at lists.ath9k.org] On Behalf Of Alex Hacker
Sent: 25 November 2013 10:53
To: Ben Greear
Cc: Gustavo Azambuja; ath9k-devel at venema.h4ckr.net
Subject: Re: [ath9k-devel] AP Limitation because of ATH9K_HTC_MAX_STA

QCA stated the firmware source can be opened for the "selected customers".
We need to know who and how select the customers. Can the open source
community be included in this category? Something hints me what it never
happens. :( _______________________________________________
ath9k-devel mailing list
ath9k-devel at lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [ath9k-devel] AP Limitation because of ATH9K_HTC_MAX_STA
@ 2013-11-25 11:41 Trevor Cullen
  2013-11-25 11:41 ` Sujith Manoharan
  0 siblings, 1 reply; 31+ messages in thread
From: Trevor Cullen @ 2013-11-25 11:41 UTC (permalink / raw)
  To: ath9k-devel

If you really want to get your hands on UB124 (AR9342) then we have them.
Currently for use with external antenna only - no on-board PCB antenna.

This is NOT a sales push but just an offer to help out.

Getting your hands on working drivers for this though could be problematical
- not an area I'm that very educated on - maybe the rest of the community
can comment?

Trevor
-----Original Message-----
From: Sujith Manoharan [mailto:sujith at msujith.org] 
Sent: 23 November 2013 01:35
To: Trevor Cullen
Cc: 'Ben Greear'; 'Oleksij Rempel'; 'Gustavo Azambuja';
ath9k-devel at lists.ath9k.org
Subject: Re: [ath9k-devel] AP Limitation because of ATH9K_HTC_MAX_STA

Trevor Cullen wrote:
> Hello
> 
> K2/AR9271 is limited to 8 nodes in AP mode due to RAM size imitation 
> of internal on-chip RAM (K2 does not use external RAM).
> 
> It was once suggested that, with a lot of work, the internal RAM might 
> be able to be used more efficiently to realise up to 16 nodes. But 
> this was deemed too much work in light of newer USB chipsets like 
> WASP/AR9342 which have no such limitations.
> 
> Sorry you need to look for AR9342 based USB dongle to get proper AP 
> node count as follows:-

AR9342 based USB dongles are not sold in the retail market. The USB
reference design, UB124, is used in a few embedded TV products.

Sujith

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2013-11-26  8:18 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-08  8:35 [ath9k-devel] AP Limitation because of ATH9K_HTC_MAX_STA David Jardin
2013-07-08 20:07 ` Adrian Chadd
2013-07-09  8:46   ` David Jardin
2013-07-09  8:50     ` Oleksij Rempel
2013-07-09  9:18       ` Felix Fietkau
2013-07-09  9:34         ` Oleksij Rempel
2013-07-09  9:52           ` Felix Fietkau
2013-07-09 11:23     ` Adrian Chadd
2013-11-20 18:44 ` Gustavo
2013-11-20 18:58   ` Ben Greear
2013-11-20 19:01     ` Gustavo Azambuja
2013-11-22 10:23       ` Oleksij Rempel
2013-11-22 14:40         ` Ben Greear
2013-11-22 14:47           ` Oleksij Rempel
2013-11-22 15:00             ` Ben Greear
2013-11-22 15:02               ` Oleksij Rempel
2013-11-22 15:10                 ` Ben Greear
2013-11-25 10:52               ` Alex Hacker
2013-11-25 11:45                 ` Sujith Manoharan
2013-11-25 12:02                   ` Alex Hacker
2013-11-25 19:19                     ` Adrian Chadd
2013-11-25 19:28                       ` Ben Greear
2013-11-25 20:19                         ` Adrian Chadd
2013-11-26  7:24                           ` Alex Hacker
2013-11-26  8:18                             ` Adrian Chadd
  -- strict thread matches above, loose matches on Subject: below --
2013-11-22 15:33 Trevor Cullen
2013-11-23  1:35 ` Sujith Manoharan
2013-11-25 11:27 Trevor Cullen
2013-11-25 11:57 ` Alex Hacker
2013-11-25 11:41 Trevor Cullen
2013-11-25 11:41 ` Sujith Manoharan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.