All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] ath9k_htc: deauthenticated Reason: 16
@ 2010-11-26 16:59 jacopo mondi
  2010-11-26 18:01 ` Rajkumar Manoharan
  0 siblings, 1 reply; 6+ messages in thread
From: jacopo mondi @ 2010-11-26 16:59 UTC (permalink / raw)
  To: ath9k-devel

Hi all,
	using ath9k_htc with an AR9271 device for connecting to a
standard WPA-PSK protected 802.11/g network my connection is not stable
and i receive back 
wlan0: deauthenticated from XXXXXXXXXXXXX (Reason: 16)
every 30seconds..

I'm using a custom 2.6.36-omap-pm kernel over a omap3 beagleboard.
Could anyone explain what does 'Reason 16' means?

Thanks a lot..

	j

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

* [ath9k-devel] ath9k_htc: deauthenticated Reason: 16
  2010-11-26 16:59 [ath9k-devel] ath9k_htc: deauthenticated Reason: 16 jacopo mondi
@ 2010-11-26 18:01 ` Rajkumar Manoharan
  2010-11-26 18:23   ` Senthilkumar Balasubramanian
  0 siblings, 1 reply; 6+ messages in thread
From: Rajkumar Manoharan @ 2010-11-26 18:01 UTC (permalink / raw)
  To: ath9k-devel

On Fri, Nov 26, 2010 at 10:29:41PM +0530, jacopo mondi wrote:
> Hi all,
> 	using ath9k_htc with an AR9271 device for connecting to a
> standard WPA-PSK protected 802.11/g network my connection is not stable
> and i receive back 
> wlan0: deauthenticated from XXXXXXXXXXXXX (Reason: 16)
> every 30seconds..
> 
> I'm using a custom 2.6.36-omap-pm kernel over a omap3 beagleboard.
> Could anyone explain what does 'Reason 16' means?

group key handshake timed out. Please apply the following patch
and check it.
https://patchwork.kernel.org/patch/335151/

--
Rajkumar

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

* [ath9k-devel] ath9k_htc: deauthenticated Reason: 16
  2010-11-26 18:01 ` Rajkumar Manoharan
@ 2010-11-26 18:23   ` Senthilkumar Balasubramanian
  2010-11-28 17:03     ` jacopo mondi
  0 siblings, 1 reply; 6+ messages in thread
From: Senthilkumar Balasubramanian @ 2010-11-26 18:23 UTC (permalink / raw)
  To: ath9k-devel

On Fri, Nov 26, 2010 at 11:31 PM, Rajkumar Manoharan
<rmanoharan@atheros.com> wrote:
> On Fri, Nov 26, 2010 at 10:29:41PM +0530, jacopo mondi wrote:
>> Hi all,
>> ? ? ? using ath9k_htc with an AR9271 device for connecting to a
>> standard WPA-PSK protected 802.11/g network my connection is not stable
>> and i receive back
>> wlan0: deauthenticated from XXXXXXXXXXXXX (Reason: 16)
>> every 30seconds..
>>
>> I'm using a custom 2.6.36-omap-pm kernel over a omap3 beagleboard.
>> Could anyone explain what does 'Reason 16' means?
>
> group key handshake timed out. Please apply the following patch
> and check it.
> https://patchwork.kernel.org/patch/335151/

Also please use the latest firmware which we have recently posted in
this newsgroup. The title of the discussion is "TKIP MIC failure with
netgear AP"
>
> --
> Rajkumar
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>

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

* [ath9k-devel] ath9k_htc: deauthenticated Reason: 16
  2010-11-26 18:23   ` Senthilkumar Balasubramanian
@ 2010-11-28 17:03     ` jacopo mondi
  2010-11-28 17:31       ` Rajkumar Manoharan
  0 siblings, 1 reply; 6+ messages in thread
From: jacopo mondi @ 2010-11-28 17:03 UTC (permalink / raw)
  To: ath9k-devel

Thank you all for your responses...

I'm using latest firmware from linux-firmware git repo (size corresponds
to the one mentioned in the post you were referring to).
I've also applied that 1 line patch suggested by Rajkumar Manoharan.

I've done different tries, and registered logs, in order to provide
more debug informations I can.

ath9k_htc (no debug, nohwcrypt=0)
http://pastebin.com/QVJkHMzy
As you can see CRDA thinks I'm in China, which is not true. I think
that information is taken from some kind of chip memory (log talks
about EEPROM), and I've no idea if it's important to change that
information and how to do that.
Connection is unstable and disconnection happens about every 30 seconds.

ath9k_htc (debug=601, nohwcrypt=0)
http://pastebin.com/Z045ZDFQ
Same situation as before but with huge debugging infos

When enabling nohwcrypt connection seems to be stable, but I've to
guess that doing encryption entirely in software decreases overall
performances.
Since hw encryption seems to introduce problems, could it be a firmware
related issue?

Thanks a lot 
	j

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

* [ath9k-devel] ath9k_htc: deauthenticated Reason: 16
  2010-11-28 17:03     ` jacopo mondi
@ 2010-11-28 17:31       ` Rajkumar Manoharan
  2010-11-28 18:07         ` jacopo mondi
  0 siblings, 1 reply; 6+ messages in thread
From: Rajkumar Manoharan @ 2010-11-28 17:31 UTC (permalink / raw)
  To: ath9k-devel

On Sun, Nov 28, 2010 at 10:33:34PM +0530, jacopo mondi wrote:
> Thank you all for your responses...
> 
> I'm using latest firmware from linux-firmware git repo (size corresponds
> to the one mentioned in the post you were referring to).
> I've also applied that 1 line patch suggested by Rajkumar Manoharan.
> 
> I've done different tries, and registered logs, in order to provide
> more debug informations I can.
> 
> ath9k_htc (no debug, nohwcrypt=0)
> http://pastebin.com/QVJkHMzy
> As you can see CRDA thinks I'm in China, which is not true. I think
> that information is taken from some kind of chip memory (log talks
> about EEPROM), and I've no idea if it's important to change that
> information and how to do that.
> Connection is unstable and disconnection happens about every 30 seconds.
> 
> ath9k_htc (debug=601, nohwcrypt=0)
> http://pastebin.com/Z045ZDFQ
> Same situation as before but with huge debugging infos
> 
> When enabling nohwcrypt connection seems to be stable, but I've to
> guess that doing encryption entirely in software decreases overall
> performances.
> Since hw encryption seems to introduce problems, could it be a firmware
> related issue?
Yes it seems to be. Please apply the following firmware patch
which is yet to be intergrated into git tree.
http://marc.info/?l=linux-wireless&m=128214177613540&w=3

--
Rajkumar

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

* [ath9k-devel] ath9k_htc: deauthenticated Reason: 16
  2010-11-28 17:31       ` Rajkumar Manoharan
@ 2010-11-28 18:07         ` jacopo mondi
  0 siblings, 0 replies; 6+ messages in thread
From: jacopo mondi @ 2010-11-28 18:07 UTC (permalink / raw)
  To: ath9k-devel

On Sun, 28 Nov 2010 23:01:30 +0530
Rajkumar Manoharan <rmanoharan@atheros.com> wrote:

> On Sun, Nov 28, 2010 at 10:33:34PM +0530, jacopo mondi wrote:
> > Since hw encryption seems to introduce problems, could it be a
> > firmware related issue?
> Yes it seems to be. Please apply the following firmware patch
> which is yet to be intergrated into git tree.
> http://marc.info/?l=linux-wireless&m=128214177613540&w=3
> 
> --
> Rajkumar

It could not be considered a real test, but for what I've see in those
minutes it works (with hw encryption  enabled)

Thanks a lot.
I'll try that also on different networks (b-only, b+g and n-only) in
next days and will report..

	j

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

end of thread, other threads:[~2010-11-28 18:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 16:59 [ath9k-devel] ath9k_htc: deauthenticated Reason: 16 jacopo mondi
2010-11-26 18:01 ` Rajkumar Manoharan
2010-11-26 18:23   ` Senthilkumar Balasubramanian
2010-11-28 17:03     ` jacopo mondi
2010-11-28 17:31       ` Rajkumar Manoharan
2010-11-28 18:07         ` jacopo mondi

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.