All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] avg-signal is weird in ath9k in 3.3.0
@ 2012-03-20 19:47 ` Ben Greear
  0 siblings, 0 replies; 8+ messages in thread
From: Ben Greear @ 2012-03-20 19:47 UTC (permalink / raw)
  To: ath9k-devel

I'm testing out some code to get a stations's avg-signal through ethtool-stats,
and both it and /proc/net/wireless show ranges bouncing all over
(from around -48 to -110) on an interface running heavy traffic.

Are there any known bugs in 3.3.0 related to this?

Thanks,
Ben

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

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

* avg-signal is weird in ath9k in 3.3.0
@ 2012-03-20 19:47 ` Ben Greear
  0 siblings, 0 replies; 8+ messages in thread
From: Ben Greear @ 2012-03-20 19:47 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org, ath9k-devel@lists.ath9k.org

I'm testing out some code to get a stations's avg-signal through ethtool-stats,
and both it and /proc/net/wireless show ranges bouncing all over
(from around -48 to -110) on an interface running heavy traffic.

Are there any known bugs in 3.3.0 related to this?

Thanks,
Ben

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


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

* [ath9k-devel] avg-signal is weird in ath9k in 3.3.0
  2012-03-20 19:47 ` Ben Greear
@ 2012-03-20 20:46   ` Ben Greear
  -1 siblings, 0 replies; 8+ messages in thread
From: Ben Greear @ 2012-03-20 20:46 UTC (permalink / raw)
  To: ath9k-devel

On 03/20/2012 12:47 PM, Ben Greear wrote:
> I'm testing out some code to get a stations's avg-signal through ethtool-stats,
> and both it and /proc/net/wireless show ranges bouncing all over
> (from around -48 to -110) on an interface running heavy traffic.
>
> Are there any known bugs in 3.3.0 related to this?

Same with iw station dump:

[root at lec2010-ath9k-1 lanforge]# iw dev sta1 station dump
Station 00:88:99:88:99:01 (on sta1)
	inactive time:	2 ms
	rx bytes:	3646300587
	rx packets:	10768068
	tx bytes:	3444260988
	tx packets:	10706688
	tx retries:	187471399
	tx failed:	2
	signal:  	-47 dBm
	signal avg:	-64 dBm
	tx bitrate:	130.0 MBit/s MCS 15
[root at lec2010-ath9k-1 lanforge]# iw dev sta1 station dump
Station 00:88:99:88:99:01 (on sta1)
	inactive time:	1 ms
	rx bytes:	3655139651
	rx packets:	10775853
	tx bytes:	3452330988
	tx packets:	10714184
	tx retries:	187604280
	tx failed:	2
	signal:  	16 dBm
	signal avg:	-92 dBm
	tx bitrate:	130.0 MBit/s MCS 15

Thanks,
Ben

>
> Thanks,
> Ben
>


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

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

* Re: avg-signal is weird in ath9k in 3.3.0
@ 2012-03-20 20:46   ` Ben Greear
  0 siblings, 0 replies; 8+ messages in thread
From: Ben Greear @ 2012-03-20 20:46 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org, ath9k-devel@lists.ath9k.org

On 03/20/2012 12:47 PM, Ben Greear wrote:
> I'm testing out some code to get a stations's avg-signal through ethtool-stats,
> and both it and /proc/net/wireless show ranges bouncing all over
> (from around -48 to -110) on an interface running heavy traffic.
>
> Are there any known bugs in 3.3.0 related to this?

Same with iw station dump:

[root@lec2010-ath9k-1 lanforge]# iw dev sta1 station dump
Station 00:88:99:88:99:01 (on sta1)
	inactive time:	2 ms
	rx bytes:	3646300587
	rx packets:	10768068
	tx bytes:	3444260988
	tx packets:	10706688
	tx retries:	187471399
	tx failed:	2
	signal:  	-47 dBm
	signal avg:	-64 dBm
	tx bitrate:	130.0 MBit/s MCS 15
[root@lec2010-ath9k-1 lanforge]# iw dev sta1 station dump
Station 00:88:99:88:99:01 (on sta1)
	inactive time:	1 ms
	rx bytes:	3655139651
	rx packets:	10775853
	tx bytes:	3452330988
	tx packets:	10714184
	tx retries:	187604280
	tx failed:	2
	signal:  	16 dBm
	signal avg:	-92 dBm
	tx bitrate:	130.0 MBit/s MCS 15

Thanks,
Ben

>
> Thanks,
> Ben
>


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


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

* [ath9k-devel] avg-signal is weird in ath9k in 3.3.0
  2012-03-20 19:47 ` Ben Greear
@ 2012-03-20 22:22   ` Felix Fietkau
  -1 siblings, 0 replies; 8+ messages in thread
From: Felix Fietkau @ 2012-03-20 22:22 UTC (permalink / raw)
  To: ath9k-devel

On 2012-03-20 8:47 PM, Ben Greear wrote:
> I'm testing out some code to get a stations's avg-signal through ethtool-stats,
> and both it and /proc/net/wireless show ranges bouncing all over
> (from around -48 to -110) on an interface running heavy traffic.
> 
> Are there any known bugs in 3.3.0 related to this?
As far as I know, this bug has always been there (RSSI values for A-MPDU
subframes are invalid, except for the last subframe).
I've sent fixes for this, which will show up in 3.4

- Felix

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

* Re: avg-signal is weird in ath9k in 3.3.0
@ 2012-03-20 22:22   ` Felix Fietkau
  0 siblings, 0 replies; 8+ messages in thread
From: Felix Fietkau @ 2012-03-20 22:22 UTC (permalink / raw)
  To: Ben Greear; +Cc: linux-wireless@vger.kernel.org, ath9k-devel@lists.ath9k.org

On 2012-03-20 8:47 PM, Ben Greear wrote:
> I'm testing out some code to get a stations's avg-signal through ethtool-stats,
> and both it and /proc/net/wireless show ranges bouncing all over
> (from around -48 to -110) on an interface running heavy traffic.
> 
> Are there any known bugs in 3.3.0 related to this?
As far as I know, this bug has always been there (RSSI values for A-MPDU
subframes are invalid, except for the last subframe).
I've sent fixes for this, which will show up in 3.4

- Felix

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

* [ath9k-devel] avg-signal is weird in ath9k in 3.3.0
  2012-03-20 22:22   ` Felix Fietkau
@ 2012-03-21  2:11     ` Ben Greear
  -1 siblings, 0 replies; 8+ messages in thread
From: Ben Greear @ 2012-03-21  2:11 UTC (permalink / raw)
  To: ath9k-devel

On 03/20/2012 03:22 PM, Felix Fietkau wrote:
> On 2012-03-20 8:47 PM, Ben Greear wrote:
>> I'm testing out some code to get a stations's avg-signal through ethtool-stats,
>> and both it and /proc/net/wireless show ranges bouncing all over
>> (from around -48 to -110) on an interface running heavy traffic.
>>
>> Are there any known bugs in 3.3.0 related to this?
> As far as I know, this bug has always been there (RSSI values for A-MPDU
> subframes are invalid, except for the last subframe).
> I've sent fixes for this, which will show up in 3.4

I found the two patches and they apply cleanly to 3.3.0, and it
does appear to fix the problem.

Thanks,
Ben

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

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

* Re: avg-signal is weird in ath9k in 3.3.0
@ 2012-03-21  2:11     ` Ben Greear
  0 siblings, 0 replies; 8+ messages in thread
From: Ben Greear @ 2012-03-21  2:11 UTC (permalink / raw)
  To: Felix Fietkau; +Cc: linux-wireless@vger.kernel.org, ath9k-devel@lists.ath9k.org

On 03/20/2012 03:22 PM, Felix Fietkau wrote:
> On 2012-03-20 8:47 PM, Ben Greear wrote:
>> I'm testing out some code to get a stations's avg-signal through ethtool-stats,
>> and both it and /proc/net/wireless show ranges bouncing all over
>> (from around -48 to -110) on an interface running heavy traffic.
>>
>> Are there any known bugs in 3.3.0 related to this?
> As far as I know, this bug has always been there (RSSI values for A-MPDU
> subframes are invalid, except for the last subframe).
> I've sent fixes for this, which will show up in 3.4

I found the two patches and they apply cleanly to 3.3.0, and it
does appear to fix the problem.

Thanks,
Ben

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

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

end of thread, other threads:[~2012-03-21  2:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 19:47 [ath9k-devel] avg-signal is weird in ath9k in 3.3.0 Ben Greear
2012-03-20 19:47 ` Ben Greear
2012-03-20 20:46 ` [ath9k-devel] " Ben Greear
2012-03-20 20:46   ` Ben Greear
2012-03-20 22:22 ` [ath9k-devel] " Felix Fietkau
2012-03-20 22:22   ` Felix Fietkau
2012-03-21  2:11   ` [ath9k-devel] " Ben Greear
2012-03-21  2:11     ` Ben Greear

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.