All of lore.kernel.org
 help / color / mirror / Atom feed
* zd1211rw problems
@ 2007-03-06  1:01 Johannes Berg
  2007-03-06 17:15 ` Maxime Austruy
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2007-03-06  1:01 UTC (permalink / raw)
  To: linux-wireless; +Cc: Daniel Drake, Ulrich Kunitz, Michael Wu

[-- Attachment #1: Type: text/plain, Size: 1397 bytes --]

Hi,

I've been testing zd1211rw (not the mac80211 version) a bit on my
powermac because I wanted to test AP mode for bcm43xx and use my zd1211
device as a client... Thing is, I have a few problems with it already...

For one, I get lots of warnings like this (when running in monitor mode)

[ 3354.472204] drivers/net/wireless/zd1211rw/zd_chip.c:1467 ASSERT r >= 0 VIOLATED!
[ 3354.472212] Call Trace:
[ 3354.472222] [C000000001BCF6D0] [C00000000000F330] .show_stack+0x68/0x1b0 (unreliable)
[ 3354.472247] [C000000001BCF770] [D000000000444F04] .zd_rx_qual_percent+0x164/0x200 [zd1211rw]
[ 3354.472281] [C000000001BCF7F0] [D0000000004470CC] .do_rx+0x198/0x5c0 [zd1211rw]
[ 3354.472307] [C000000001BCF8D0] [C000000000049978] .tasklet_action+0xd0/0x188
[ 3354.472323] [C000000001BCF970] [C0000000000495C4] .__do_softirq+0xa8/0x164

Secondly, also in monitor mode, I see a huge number of invalid packets.
I can't believe there's that much noise here, and even then I shouldn't
be seeing these packets. And I mean a HUGE number, in just 10 seconds I
captured around 3700 packets! I'm pretty sure that the CRC and/or PLCP
check isn't enabled since I'm seeing things like

Beacon frame,SN=2219,FN=0,BI=100, SSID: "p\025Echel"

while the AP is actually named "puschel" (don't ask me, just someone in
my vicinity). I hope it doesn't happen in a normal (managed) mode.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

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

* Re: zd1211rw problems
  2007-03-06  1:01 zd1211rw problems Johannes Berg
@ 2007-03-06 17:15 ` Maxime Austruy
  2007-03-08  1:27   ` Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: Maxime Austruy @ 2007-03-06 17:15 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Daniel Drake, Ulrich Kunitz, Michael Wu


On Tue, Mar 06, 2007 at 02:01:46AM +0100, Johannes Berg wrote:
> Hi,
> 
> I've been testing zd1211rw (not the mac80211 version) a bit on my
> powermac because I wanted to test AP mode for bcm43xx and use my zd1211
> device as a client... Thing is, I have a few problems with it already...
> 
> For one, I get lots of warnings like this (when running in monitor mode)
> 
> [ 3354.472204] drivers/net/wireless/zd1211rw/zd_chip.c:1467 ASSERT r >= 0 VIOLATED!
> [ 3354.472212] Call Trace:
> [ 3354.472222] [C000000001BCF6D0] [C00000000000F330] .show_stack+0x68/0x1b0 (unreliable)
> [ 3354.472247] [C000000001BCF770] [D000000000444F04] .zd_rx_qual_percent+0x164/0x200 [zd1211rw]
> [ 3354.472281] [C000000001BCF7F0] [D0000000004470CC] .do_rx+0x198/0x5c0 [zd1211rw]
> [ 3354.472307] [C000000001BCF8D0] [C000000000049978] .tasklet_action+0xd0/0x188
> [ 3354.472323] [C000000001BCF970] [C0000000000495C4] .__do_softirq+0xa8/0x164
 
Johannes,

fyi, this looks like: 
   http://bugzilla.kernel.org/show_bug.cgi?id=7752

Thanks,

Max

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

* Re: zd1211rw problems
  2007-03-06 17:15 ` Maxime Austruy
@ 2007-03-08  1:27   ` Johannes Berg
  2007-03-08 15:58     ` Daniel Drake
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2007-03-08  1:27 UTC (permalink / raw)
  To: Maxime Austruy; +Cc: linux-wireless, Daniel Drake, Ulrich Kunitz, Michael Wu

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

On Tue, 2007-03-06 at 09:15 -0800, Maxime Austruy wrote:

> fyi, this looks like: 
>    http://bugzilla.kernel.org/show_bug.cgi?id=7752

Yeah, looks like. Do you want me to open another bug report for the
filter-not -working issue?

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

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

* Re: zd1211rw problems
  2007-03-08  1:27   ` Johannes Berg
@ 2007-03-08 15:58     ` Daniel Drake
  2007-03-08 16:04       ` Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Drake @ 2007-03-08 15:58 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Maxime Austruy, linux-wireless, Ulrich Kunitz, Michael Wu

Johannes Berg wrote:
> On Tue, 2007-03-06 at 09:15 -0800, Maxime Austruy wrote:
> 
>> fyi, this looks like: 
>>    http://bugzilla.kernel.org/show_bug.cgi?id=7752

It would be useful if someone could post results from the patch there. I 
do not see the issue on any of my devices.

> Yeah, looks like. Do you want me to open another bug report for the
> filter-not -working issue?

Yes please.

Daniel

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

* Re: zd1211rw problems
  2007-03-08 15:58     ` Daniel Drake
@ 2007-03-08 16:04       ` Johannes Berg
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Berg @ 2007-03-08 16:04 UTC (permalink / raw)
  To: Daniel Drake; +Cc: Maxime Austruy, linux-wireless, Ulrich Kunitz, Michael Wu

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

On Thu, 2007-03-08 at 10:58 -0500, Daniel Drake wrote:

> >> fyi, this looks like: 
> >>    http://bugzilla.kernel.org/show_bug.cgi?id=7752
> 
> It would be useful if someone could post results from the patch there. I 
> do not see the issue on any of my devices.

Oh, I hadn't seen the patch before. I don't think I'll get to it soon
though.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

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

end of thread, other threads:[~2007-03-08 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-06  1:01 zd1211rw problems Johannes Berg
2007-03-06 17:15 ` Maxime Austruy
2007-03-08  1:27   ` Johannes Berg
2007-03-08 15:58     ` Daniel Drake
2007-03-08 16:04       ` Johannes Berg

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.