Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:54621 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753825Ab2HIReY (ORCPT ); Thu, 9 Aug 2012 13:34:24 -0400 Date: Thu, 9 Aug 2012 10:34:35 -0700 From: "Luis R. Rodriguez" To: Lorenzo Bianconi CC: John Linville , Subject: Re: [PATCH v2] ath9k: decrypt_error flag issue Message-ID: <20120809173435.GQ3745@lenteja.do-not-panic.com> (sfid-20120809_193428_091392_EFF9B535) References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Aug 09, 2012 at 05:47:47PM +0200, Lorenzo Bianconi wrote: > From: Lorenzo Bianconi > > After the hw reports a decryption error, the flag decrypt_error is set to > true in ath9k_rx_accept. > Since this flag is initialized to false just outside ath_rx_tasklet while cycle, > all subsequent frames are marked as corrupted until ath_rx_tasklet ends. > Fix the issue initializing decrypt_error flag at the begging of the cycle. > > Signed-off-by: Lorenzo Bianconi Thanks! In practice what issues did you see ? Luis