From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thommy Jakobsson Date: Sun, 21 Apr 2013 14:12:05 +0200 (CEST) Subject: [PATCH] b43: use rx desc underrun interrupt In-Reply-To: <20130421112118.627a1f7f@milhouse> References: <20130420211223.640b7c5b@milhouse> <20130420215056.3d0b0dbb@milhouse> <20130421083822.5d6599e3@milhouse> <20130421104440.48a3e006@milhouse> <20130421112118.627a1f7f@milhouse> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: b43-dev@lists.infradead.org On Sun, 21 Apr 2013, Michael B?sch wrote: > On Sun, 21 Apr 2013 11:01:11 +0200 (CEST) > Thommy Jakobsson wrote: > > > Why is it set to to beyond the ring when it is initilised? > > That's what broadcom does in their implementation. I guess that's the only reason. > Check, I'll give index-1 a go. It should be quite obvious if it works or not. //thommy