All of lore.kernel.org
 help / color / mirror / Atom feed
* ath9k_htc: "No free RX buffer" in monitor mode
@ 2011-09-16 15:58 Kalle Valo
  2011-09-16 16:09 ` Mohammed Shafi
  0 siblings, 1 reply; 5+ messages in thread
From: Kalle Valo @ 2011-09-16 15:58 UTC (permalink / raw)
  To: linux-wireless

Hi,

I was testing monitor mode with ath9k_htc and my laptop got slower. Then
I noticed this:

[ 9246.606150] ath: No free RX buffer
[ 9246.606156] ath: No free RX buffer
[ 9246.606582] ath: No free RX buffer
[ 9246.606590] ath: No free RX buffer

And I saw it quite a lot:

$ grep "ath: No free" /var/log/syslog | wc -l
870950

Kalle

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

* Re: ath9k_htc: "No free RX buffer" in monitor mode
  2011-09-16 15:58 ath9k_htc: "No free RX buffer" in monitor mode Kalle Valo
@ 2011-09-16 16:09 ` Mohammed Shafi
  2011-09-16 17:48   ` Kalle Valo
  0 siblings, 1 reply; 5+ messages in thread
From: Mohammed Shafi @ 2011-09-16 16:09 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless

Hi Kalle,

On Fri, Sep 16, 2011 at 9:28 PM, Kalle Valo <kvalo@qca.qualcomm.com> wrote:
> Hi,
>
> I was testing monitor mode with ath9k_htc and my laptop got slower. Then
> I noticed this:
>
> [ 9246.606150] ath: No free RX buffer
> [ 9246.606156] ath: No free RX buffer
> [ 9246.606582] ath: No free RX buffer
> [ 9246.606590] ath: No free RX buffer
>
> And I saw it quite a lot:

we saw this some time back in AP mode occasionally and it never came
up for as in monitor mode. we need to fix this.
i will try to fix this.

>
> $ grep "ath: No free" /var/log/syslog | wc -l
> 870950
>
> Kalle
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
shafi

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

* Re: ath9k_htc: "No free RX buffer" in monitor mode
  2011-09-16 16:09 ` Mohammed Shafi
@ 2011-09-16 17:48   ` Kalle Valo
  2011-09-16 18:35     ` Daniel Smith
  2011-09-19  5:39     ` Mohammed Shafi
  0 siblings, 2 replies; 5+ messages in thread
From: Kalle Valo @ 2011-09-16 17:48 UTC (permalink / raw)
  To: Mohammed Shafi; +Cc: linux-wireless

Hi Shafi,

On 09/16/2011 07:09 PM, Mohammed Shafi wrote:
> On Fri, Sep 16, 2011 at 9:28 PM, Kalle Valo <kvalo@qca.qualcomm.com> wrote:
>> Hi,
>>
>> I was testing monitor mode with ath9k_htc and my laptop got slower. Then
>> I noticed this:
>>
>> [ 9246.606150] ath: No free RX buffer
>> [ 9246.606156] ath: No free RX buffer
>> [ 9246.606582] ath: No free RX buffer
>> [ 9246.606590] ath: No free RX buffer
>>
>> And I saw it quite a lot:
> 
> we saw this some time back in AP mode occasionally and it never came
> up for as in monitor mode. we need to fix this.
> i will try to fix this.

Thanks! I will run more tests with monitor mode next week and will let
you know if I see it again.

Kalle

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

* Re: ath9k_htc: "No free RX buffer" in monitor mode
  2011-09-16 17:48   ` Kalle Valo
@ 2011-09-16 18:35     ` Daniel Smith
  2011-09-19  5:39     ` Mohammed Shafi
  1 sibling, 0 replies; 5+ messages in thread
From: Daniel Smith @ 2011-09-16 18:35 UTC (permalink / raw)
  To: linux-wireless

What compat-wireless version are you running? I use some ath9k_htc 
devices at home and would be glad to help do some debugging.

Daniel


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

* Re: ath9k_htc: "No free RX buffer" in monitor mode
  2011-09-16 17:48   ` Kalle Valo
  2011-09-16 18:35     ` Daniel Smith
@ 2011-09-19  5:39     ` Mohammed Shafi
  1 sibling, 0 replies; 5+ messages in thread
From: Mohammed Shafi @ 2011-09-19  5:39 UTC (permalink / raw)
  To: Kalle Valo, viscous.liquid; +Cc: linux-wireless

On Fri, Sep 16, 2011 at 11:18 PM, Kalle Valo <kvalo@qca.qualcomm.com> wrote:
> Hi Shafi,
>
> On 09/16/2011 07:09 PM, Mohammed Shafi wrote:
>> On Fri, Sep 16, 2011 at 9:28 PM, Kalle Valo <kvalo@qca.qualcomm.com> wrote:
>>> Hi,
>>>
>>> I was testing monitor mode with ath9k_htc and my laptop got slower. Then
>>> I noticed this:
>>>
>>> [ 9246.606150] ath: No free RX buffer
>>> [ 9246.606156] ath: No free RX buffer
>>> [ 9246.606582] ath: No free RX buffer
>>> [ 9246.606590] ath: No free RX buffer
>>>
>>> And I saw it quite a lot:
>>
>> we saw this some time back in AP mode occasionally and it never came
>> up for as in monitor mode. we need to fix this.
>> i will try to fix this.
>
> Thanks! I will run more tests with monitor mode next week and will let
> you know if I see it again.

Kalle thanks, now I could easily get this thing in monitor mode itself
in a busy channel (6, HT20).
will fix this soon.

issue can be found with latest compat-wireless/wireless-testing

>
> Kalle
>



-- 
shafi

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

end of thread, other threads:[~2011-09-19  5:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-16 15:58 ath9k_htc: "No free RX buffer" in monitor mode Kalle Valo
2011-09-16 16:09 ` Mohammed Shafi
2011-09-16 17:48   ` Kalle Valo
2011-09-16 18:35     ` Daniel Smith
2011-09-19  5:39     ` Mohammed Shafi

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.