From patchwork Tue Apr 12 13:17:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vasanthakumar Thiagarajan X-Patchwork-Id: 700121 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p3CDJ0Z1020962 for ; Tue, 12 Apr 2011 13:19:00 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755001Ab1DLNS6 (ORCPT ); Tue, 12 Apr 2011 09:18:58 -0400 Received: from mail.atheros.com ([12.19.149.2]:38929 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754937Ab1DLNS6 (ORCPT ); Tue, 12 Apr 2011 09:18:58 -0400 Received: from mail.atheros.com ([10.10.20.107]) by sidewinder.atheros.com for ; Tue, 12 Apr 2011 06:18:33 -0700 Received: from smtp.atheros.com (10.12.4.43) by SC1EXHC-02.global.atheros.com (10.10.20.106) with Microsoft SMTP Server (TLS) id 8.2.213.0; Tue, 12 Apr 2011 06:18:56 -0700 Received: by smtp.atheros.com (sSMTP sendmail emulation); Tue, 12 Apr 2011 18:48:55 +0530 From: Vasanthakumar Thiagarajan To: CC: Subject: [PATCH 22/22] ath9k_hw: Enable AR9340 support Date: Tue, 12 Apr 2011 18:47:53 +0530 Message-ID: <1302614273-2063-13-git-send-email-vasanth@atheros.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1302614273-2063-1-git-send-email-vasanth@atheros.com> References: <1302614273-2063-1-git-send-email-vasanth@atheros.com> MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 12 Apr 2011 13:19:00 +0000 (UTC) AR9340 is a AR9003 family built-in 2x2 wmac of ar934x SOCs. It is single band in ar9341 SOC and dual band in ar9344/ar9342 SOCs. Signed-off-by: Vasanthakumar Thiagarajan --- drivers/net/wireless/ath/ath9k/hw.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 072e0eb..49ec4da 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -563,6 +563,7 @@ static int __ath9k_hw_init(struct ath_hw *ah) case AR_SREV_VERSION_9271: case AR_SREV_VERSION_9300: case AR_SREV_VERSION_9485: + case AR_SREV_VERSION_9340: break; default: ath_err(common, @@ -640,6 +641,7 @@ int ath9k_hw_init(struct ath_hw *ah) case AR2427_DEVID_PCIE: case AR9300_DEVID_PCIE: case AR9300_DEVID_AR9485_PCIE: + case AR9300_DEVID_AR9340: break; default: if (common->bus_ops->ath_bus_type == ATH_USB)