From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Vine Date: Sun, 24 Mar 2013 21:51:22 +0000 Subject: [PATCH] b43: A fix for DMA transmission sequence errors In-Reply-To: References: <514a07c7.ZQz6MhmMaq58WJlA%Larry.Finger@lwfinger.net> <20130323113517.01906b0b@milhouse> <20130323155355.0a1752f5@laptop.homenet> <20130323184357.6b4f2037@milhouse> Message-ID: <20130324215122.3a5b8aca@laptop.homenet> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Michael =?ISO-8859-1?B?QvxzY2g=?= , isedev@gmail.com, linux-wireless@vger.kernel.org, b43-dev@lists.infradead.org, Larry Finger On Sat, 23 Mar 2013 19:01:26 +0100 Rafa? Mi?ecki wrote: > 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 I still get the errors with these values. Chris