Re: [ath9k-devel] Virtual stations with ath9k_htc driver

2014-06-04 Thread Ben Greear
On 06/03/2014 10:09 PM, Kanhu Rauta wrote: > Thanks Adrian, > > I can offload the crypto to software with options nohwcrypto=1. I have very > little hands on with the ath9k driver and looking first time at the firmware. > If is there pointers on which files needs to be modified then will go and

Re: [ath9k-devel] Virtual stations with ath9k_htc driver

2014-06-03 Thread Kanhu Rauta
Thanks Adrian, I can offload the crypto to software with options nohwcrypto=1. I have very little hands on with the ath9k driver and looking first time at the firmware. If is there pointers on which files needs to be modified then will go and explore that more. Also need one more suggestion, My r

Re: [ath9k-devel] Virtual stations with ath9k_htc driver

2014-06-03 Thread Adrian Chadd
Hi, The AR9271 doesn't have enough memory to support that many clients. It keeps some client state in memory in the AR9271. Fixing that requires quite a bit of firmware and ath9k_htc work. The AR9271 and AR9285 have a smaller keycache, I think it's only 16 or 32 slots. It's certainly not 128 slot

[ath9k-devel] Virtual stations with ath9k_htc driver

2014-06-03 Thread Kanhu Rauta
Hi, The latest Atheros driver for AR9271 chipset, it seems the driver is hardcoded to limit the virtual interfaces to two! The previous USB driver for AR9170 chipset (carl9170) has the capability to create/use > 128 interfaces i can see the commits on this regard i.e ( http://marc.info/?l=linux