Return-path: Received: from mail-ob0-f176.google.com ([209.85.214.176]:47479 "EHLO mail-ob0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673Ab3CWSB1 convert rfc822-to-8bit (ORCPT ); Sat, 23 Mar 2013 14:01:27 -0400 Received: by mail-ob0-f176.google.com with SMTP id er7so1310017obc.35 for ; Sat, 23 Mar 2013 11:01:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20130323184357.6b4f2037@milhouse> References: <514a07c7.ZQz6MhmMaq58WJlA%Larry.Finger@lwfinger.net> <20130323113517.01906b0b@milhouse> <20130323155355.0a1752f5@laptop.homenet> <20130323184357.6b4f2037@milhouse> Date: Sat, 23 Mar 2013 19:01:26 +0100 Message-ID: (sfid-20130323_190131_767221_436BE38D) Subject: Re: [PATCH] b43: A fix for DMA transmission sequence errors From: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= To: =?UTF-8?Q?Michael_B=C3=BCsch?= Cc: Chris Vine , isedev@gmail.com, linux-wireless@vger.kernel.org, b43-dev@lists.infradead.org, Larry Finger Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 2013/3/23 Michael Büsch : > On Sat, 23 Mar 2013 18:28:33 +0100 > Rafał Miłecki wrote: > >> > Could you try changing >> > B43_DMA32_RINGMEMSIZE >> > from 4096 to 8192 in dma.h? >> >> Blah, ignore that. You're card has 64b DMA, not 32b :| > > You could try playing with the constants anyway. Maybe something > interesting happens. Won't hurt. Chris, isedev: can you try replacing B43_DMA64_RINGMEMSIZE with some higher values than 8192? 8192 is 0x2000, so please try 0x4000 or even 0x8000 -- Rafał