linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Recent results with BCM4312 on Netbook
@ 2010-06-22 15:36 Larry Finger
  2010-06-22 16:31 ` Michael Büsch
  2010-06-22 22:47 ` Gábor Stefanik
  0 siblings, 2 replies; 5+ messages in thread
From: Larry Finger @ 2010-06-22 15:36 UTC (permalink / raw)
  To: Michael Buesch; +Cc: b43-dev, wireless, John Linville

Michael,

I have some good news. The Netbook that came from John is suddenly
developing DMA errors for the BCM4312, even though it does not have a
Phoenix BIOS. I have no idea why it did not fail this way earlier, but at
least I have a machine to debug that failure.

My first discovery is that if PIO mode is to be used, it is not sufficient
to load the module with the "pio=1" option, but that both "qos=0" and
"nohwcrypt=1" options must also be used, at least for WPA/WPA2 networks.
No other combination works. In addition, the automatic failover to PIO
mode does not work unless those two options were used when the module was
loaded. Thus both of the following work:

modprobe b43 pio=1 qos=0 nohwcrypt=1
modprobe b43 qos=0 hwcrypt=1

The second example gets a fatal DMA error and resets the controller before
the network comes up. I tried setting the latter two options before the
controller reset call in the failover, but that did not work.

If you have suggestions on changes in the switch from DMA to PIO mode,
please send them to me. In the meantime, I will be looking at differences
in the MMIO traces between wl and b43 to try to fix the DMA problem at the
source of the trouble.

Larry

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

end of thread, other threads:[~2010-06-23 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22 15:36 Recent results with BCM4312 on Netbook Larry Finger
2010-06-22 16:31 ` Michael Büsch
2010-06-22 22:47 ` Gábor Stefanik
2010-06-23 12:42   ` Michael Büsch
2010-06-23 20:49     ` Larry Finger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).