Return-path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:56033 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704Ab1GWJpS convert rfc822-to-8bit (ORCPT ); Sat, 23 Jul 2011 05:45:18 -0400 Received: by qwk3 with SMTP id 3so1462821qwk.19 for ; Sat, 23 Jul 2011 02:45:17 -0700 (PDT) MIME-Version: 1.0 Reply-To: sedat.dilek@gmail.com In-Reply-To: <20110723072126.17363.78910.stgit@mj.roinet.com> References: <20110723072113.17363.59871.stgit@mj.roinet.com> <20110723072126.17363.78910.stgit@mj.roinet.com> Date: Sat, 23 Jul 2011 11:45:17 +0200 Message-ID: (sfid-20110723_114520_764508_DF9E469A) Subject: Re: [PATCH 3/3] ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_value From: Sedat Dilek To: Pavel Roskin Cc: ath5k-devel@lists.ath5k.org, linux-wireless@vger.kernel.org, "John W. Linville" Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sat, Jul 23, 2011 at 9:21 AM, Pavel Roskin wrote: > When checking for the band, use channel->band. > > Change ath5k_hw_nic_wakeup() and ath5k_channel_ok() to take > ieee80211_channel.  Change ath5k_hw_radio_revision() to take > ieee80211_band. > > Signed-off-by: Pavel Roskin > Tested on Atheros AR5212 chip against linux-next (next-20110722). Feel free to add: Tested-by: Sedat Dilek - Sedat -