From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mga14.intel.com ([143.182.124.37]:31972 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752683Ab1FBO6L (ORCPT ); Thu, 2 Jun 2011 10:58:11 -0400 Subject: Re: [PATCH 2/2] iwlagn: refactor iwlagn_mac_channel_switch From: "Guy, Wey-Yi" To: Stanislaw Gruszka Cc: Johannes Berg , Intel Linux Wireless , "linux-wireless@vger.kernel.org" In-Reply-To: <20110602144619.GB4580@redhat.com> References: <20110602144424.GA4580@redhat.com> <20110602144619.GB4580@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 02 Jun 2011 07:29:52 -0700 Message-ID: <1307024992.13397.3.camel@wwguy-huron> (sfid-20110602_165815_232256_F8304BB2) Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2011-06-02 at 07:46 -0700, Stanislaw Gruszka wrote: > Use less indentions and remove uneeded irq-save flags. > > Signed-off-by: Stanislaw Gruszka Acked-by: Wey-Yi Guy > --- > drivers/net/wireless/iwlwifi/iwl-agn.c | 106 ++++++++++++++++---------------- > 1 files changed, 52 insertions(+), 54 deletions(-) >