Return-path: Received: from avasout07.plus.net ([84.93.230.235]:33095 "EHLO avasout07.plus.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754161Ab3CXVv2 convert rfc822-to-8bit (ORCPT ); Sun, 24 Mar 2013 17:51:28 -0400 Date: Sun, 24 Mar 2013 21:51:22 +0000 From: Chris Vine 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 Subject: Re: [PATCH] b43: A fix for DMA transmission sequence errors Message-ID: <20130324215122.3a5b8aca@laptop.homenet> (sfid-20130324_225141_569389_C5AC0D5D) In-Reply-To: References: <514a07c7.ZQz6MhmMaq58WJlA%Larry.Finger@lwfinger.net> <20130323113517.01906b0b@milhouse> <20130323155355.0a1752f5@laptop.homenet> <20130323184357.6b4f2037@milhouse> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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