Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751227AbaAaFWy (ORCPT ); Fri, 31 Jan 2014 00:22:54 -0500 Received: from alt-proxy87.mail.unifiedlayer.com ([67.222.57.217]:41199 "HELO alt-proxy87.mail.unifiedlayer.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750771AbaAaFWw (ORCPT ); Fri, 31 Jan 2014 00:22:52 -0500 X-Greylist: delayed 398 seconds by postgrey-1.27 at vger.kernel.org; Fri, 31 Jan 2014 00:22:52 EST Message-ID: <1391145368.2436.249.camel@Wailaba2> Subject: Re: [PATCH] rtl8192ce is disabling the irqs for too long From: Olivier Langlois To: Larry Finger Cc: linville@tuxdriver.com, chaoming_li@realsil.com.cn, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, mlang45@derytele.com Date: Fri, 31 Jan 2014 00:16:08 -0500 In-Reply-To: <52EAB3E6.2060809@lwfinger.net> References: <1391062949-14502-1-git-send-email-olivier@trillion01.com> <52EAB3E6.2060809@lwfinger.net> Organization: Trillion01 Inc Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.10.3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Identified-User: {5686:box610.bluehost.com:olivierl:trillion01.com} {sentby:smtp auth 173.179.63.169 authed with olivier@trillion01.com} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2014-01-30 at 14:19 -0600, Larry Finger wrote: > On 01/30/2014 12:22 AM, Olivier Langlois wrote: > > Signed-off-by: Olivier Langlois > > --- > > drivers/net/wireless/rtlwifi/ps.c | 2 +- > > drivers/net/wireless/rtlwifi/rtl8192ce/hw.c | 18 ++++++++++++++++-- > > 2 files changed, 17 insertions(+), 3 deletions(-) > > Olivier, > > I like the fact that you have proposed a solution that has minimal effect on the > other PCI drivers under rtlwifi. That certainly decreases the amount of testing > needed. Of course, all of them may need the same kind of fix. This has been done on purpose. I knew that you would appreciate. The problem is probably present with the other cards but since I could not validate or test the patch with them, I have left them unchanged. If you were to determine that it apply to all of them then maybe the patch could be moved to ps.c to wrap hw_init() call. > > The changes are certainly minimal; however, I do need to test them before giving > my Ack. > > As the problem(s) fixed by this patch will affect stable kernels, you should add > a "Cc: Stable " patch. > > Originally, I was going to have you add a comment to the commit message on why > you were changing the return value in rtl_ps_enable_nic(), but now I am thinking > that this should be a separate commit as it fixes a totally different bug. Yes > it is involved with the callback to hw_init, but the bug is independent. done. I am about to resend the patch splitted into 2 commits. > > Good work on finding this problem. > my pleasure. it has been fun and gratifying. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/