From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Fietkau Date: Tue, 02 Apr 2013 14:24:32 +0200 Subject: [ath9k-devel] [PATCH] ath9k: Re-enable interrupts after a channel change failure In-Reply-To: References: <5159C697.4040609@openwrt.org> Message-ID: <515ACE00.7020103@openwrt.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 2013-04-02 2:03 PM, Robert Shade wrote: > On Mon, Apr 1, 2013 at 1:40 PM, Felix Fietkau wrote: >> Your patch is badly whitespace damaged. > > Ouch, must be the gmail web client. I'll resubmit a fixed one. > >> Why the call to ath9k_hw_set_interrupts here? > > Simply because that's what ath_complete_reset does OK. You can leave it out, because it's not required for interrupt-disable refcounting, and it will be called again after a successful reset. - Felix