Return-path: Received: from rv-out-0910.google.com ([209.85.198.191]:60601 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753157AbYAPEPQ (ORCPT ); Tue, 15 Jan 2008 23:15:16 -0500 Received: by rv-out-0910.google.com with SMTP id k20so90719rvb.1 for ; Tue, 15 Jan 2008 20:15:13 -0800 (PST) Message-ID: (sfid-20080116_041522_847018_9BD66572) Date: Wed, 16 Jan 2008 13:15:13 +0900 From: "Joonwoo Park" To: "Chatre, Reinette" , "Zhu, Yi" Subject: Re: [ipw3945-devel] [PATCH 2/5] iwlwifi: iwl3945 synchronize interruptand tasklet for down iwlwifi Cc: linux-wireless@vger.kernel.org, ipw3945-devel@lists.sourceforge.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <11998765481610-git-send-email-joonwpark81@gmail.com> <478B1EBF.8030701@gmail.com> <478B2E92.5090901@gmail.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: 2008/1/16, Chatre, Reinette : > On Monday, January 14, 2008 1:43 AM, Joonwoo Park wrote: > > > -static inline void iwl_disable_interrupts(struct iwl_priv *priv) > > +static inline void __iwl_disable_interrupts(struct iwl_priv *priv) { > > clear_bit(STATUS_INT_ENABLED, &priv->status); > > Could the call to iwl_disable_interrupts in iwl_pci_probe be changed to > __iwl_disable_interrupts? The isr is only activated when the interface > is brought up so we do not need to do the extra steps (eg. > synchronize_irq()) during device probe. > Hi Reinette, Thank you for your advice, it seems recent base code's commit inserted iwl_disable_interrupts() into iwl_pci_probe. As like you said, for base code __iwl_disable_interrupts() should better than iwl_disable_interrupts for iwl_pci_probe. Zhu, Do you want version of patch for base code? Can you ACK for this patch? Thanks, Joonwoo