From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thommy Jakobsson Date: Sun, 21 Apr 2013 20:44:24 +0200 (CEST) Subject: [PATCH] b43: use rx desc underrun interrupt In-Reply-To: <20130421202601.179eaf44@milhouse> References: <20130420211223.640b7c5b@milhouse> <20130420215056.3d0b0dbb@milhouse> <20130421083822.5d6599e3@milhouse> <20130421104440.48a3e006@milhouse> <20130421202601.179eaf44@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 New response since my phone answered with html On Sun, 21 Apr 2013, Michael B?sch wrote: > Hmmm. While this does work (because the register and ring->current_slot contain the same > value at this point), I'd prefer if you write ring->current_slot - 1 > to the stop-index-register. The reason for the interrupt is because the current index in the device is the same as the last index. That's why I read the value from the device. But I fix it, don't have a strong opinion about it. > Also, the comment needs to be updated Crap, missed that. /thommy