* [ath9k-devel] Cannot disable power save mode on WLM200NX AR922X
@ 2014-01-07 18:50 Beat Meier
2014-01-08 6:51 ` Adrian Chadd
0 siblings, 1 reply; 3+ messages in thread
From: Beat Meier @ 2014-01-07 18:50 UTC (permalink / raw)
To: ath9k-devel
Hello
After having no luck and no answer with my problems with ath5k driver
and mostly cards I use (bad throughput, bad signal) for
long distance links in 2.4GHz/5.8GHz I bought new WLM200NX cards
(AR922X) which use ath9k.
It works very nice for throughput! But I have a power sleep problem with
this cards
It fills me the syslog with the following messages:
[1198371.442029] ath1: STA 04:f0:21:06:20:b1 aid 1 exits power save mode
[1198371.442072] ath1: STA 04:f0:21:06:20:b1 aid 1 sending 0 filtered/0
PS frames since STA not sleeping anymore
[1198429.914624] ath1: STA 04:f0:21:06:20:b1 aid 1 enters power save mode
[1198429.918340] ath1: STA 04:f0:21:06:20:b1 aid 1: PS buffer for AC 2
[1198429.919472] ath1: STA 04:f0:21:06:20:b1 aid 1 exits power save mode
I see that power save mode is enabled,
iw dev ath1 get power_save
Power save: on
but try to disable power save mode fails
iw dev ath1 set power_save off
command failed: Operation not supported (-95)
try to settting results in no error, no output
iw dev ath1 set power_save on
By default power save is on on this card.
Is disabling not enabled or is this a bug?
Greetings a thanks
Beat
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ath9k-devel] Cannot disable power save mode on WLM200NX AR922X
2014-01-07 18:50 [ath9k-devel] Cannot disable power save mode on WLM200NX AR922X Beat Meier
@ 2014-01-08 6:51 ` Adrian Chadd
2014-01-12 15:02 ` Beat Meier
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Chadd @ 2014-01-08 6:51 UTC (permalink / raw)
To: ath9k-devel
You don't disable power saving on the AP side. It's a STA side thing.
-a
On 7 January 2014 10:50, Beat Meier <mbe_ml@swiss-wireless.com.ar> wrote:
> Hello
>
> After having no luck and no answer with my problems with ath5k driver
> and mostly cards I use (bad throughput, bad signal) for
> long distance links in 2.4GHz/5.8GHz I bought new WLM200NX cards
> (AR922X) which use ath9k.
> It works very nice for throughput! But I have a power sleep problem with
> this cards
> It fills me the syslog with the following messages:
>
> [1198371.442029] ath1: STA 04:f0:21:06:20:b1 aid 1 exits power save mode
> [1198371.442072] ath1: STA 04:f0:21:06:20:b1 aid 1 sending 0 filtered/0
> PS frames since STA not sleeping anymore
> [1198429.914624] ath1: STA 04:f0:21:06:20:b1 aid 1 enters power save mode
> [1198429.918340] ath1: STA 04:f0:21:06:20:b1 aid 1: PS buffer for AC 2
> [1198429.919472] ath1: STA 04:f0:21:06:20:b1 aid 1 exits power save mode
>
> I see that power save mode is enabled,
> iw dev ath1 get power_save
> Power save: on
>
> but try to disable power save mode fails
> iw dev ath1 set power_save off
> command failed: Operation not supported (-95)
>
> try to settting results in no error, no output
> iw dev ath1 set power_save on
>
> By default power save is on on this card.
>
> Is disabling not enabled or is this a bug?
>
> Greetings a thanks
>
> Beat
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ath9k-devel] Cannot disable power save mode on WLM200NX AR922X
2014-01-08 6:51 ` Adrian Chadd
@ 2014-01-12 15:02 ` Beat Meier
0 siblings, 0 replies; 3+ messages in thread
From: Beat Meier @ 2014-01-12 15:02 UTC (permalink / raw)
To: ath9k-devel
Ups, thanks a lot, this did the job!!
Had no idea that this is only a client stuff...
Greetings Beat
On 01/08/2014 03:51 AM, Adrian Chadd wrote:
> You don't disable power saving on the AP side. It's a STA side thing.
>
>
> -a
>
>
> On 7 January 2014 10:50, Beat Meier <mbe_ml@swiss-wireless.com.ar> wrote:
>> Hello
>>
>> After having no luck and no answer with my problems with ath5k driver
>> and mostly cards I use (bad throughput, bad signal) for
>> long distance links in 2.4GHz/5.8GHz I bought new WLM200NX cards
>> (AR922X) which use ath9k.
>> It works very nice for throughput! But I have a power sleep problem with
>> this cards
>> It fills me the syslog with the following messages:
>>
>> [1198371.442029] ath1: STA 04:f0:21:06:20:b1 aid 1 exits power save mode
>> [1198371.442072] ath1: STA 04:f0:21:06:20:b1 aid 1 sending 0 filtered/0
>> PS frames since STA not sleeping anymore
>> [1198429.914624] ath1: STA 04:f0:21:06:20:b1 aid 1 enters power save mode
>> [1198429.918340] ath1: STA 04:f0:21:06:20:b1 aid 1: PS buffer for AC 2
>> [1198429.919472] ath1: STA 04:f0:21:06:20:b1 aid 1 exits power save mode
>>
>> I see that power save mode is enabled,
>> iw dev ath1 get power_save
>> Power save: on
>>
>> but try to disable power save mode fails
>> iw dev ath1 set power_save off
>> command failed: Operation not supported (-95)
>>
>> try to settting results in no error, no output
>> iw dev ath1 set power_save on
>>
>> By default power save is on on this card.
>>
>> Is disabling not enabled or is this a bug?
>>
>> Greetings a thanks
>>
>> Beat
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel at lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-01-12 15:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-07 18:50 [ath9k-devel] Cannot disable power save mode on WLM200NX AR922X Beat Meier
2014-01-08 6:51 ` Adrian Chadd
2014-01-12 15:02 ` Beat Meier
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.