From patchwork Mon Sep 10 03:50:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sujith Manoharan X-Patchwork-Id: 1429381 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 530C6DF28C for ; Mon, 10 Sep 2012 03:51:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754837Ab2IJDvt (ORCPT ); Sun, 9 Sep 2012 23:51:49 -0400 Received: from wolverine01.qualcomm.com ([199.106.114.254]:48047 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754969Ab2IJDve (ORCPT ); Sun, 9 Sep 2012 23:51:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=qualcomm.com; i=@qualcomm.com; q=dns/txt; s=qcdkim; t=1347249093; x=1378785093; h=from:mime-version:content-type:content-transfer-encoding: message-id:date:to:x-mailer:cc:subject:x-originating-ip; bh=K5liM2Z72tDE+4lS510LqbDq+5VfxYNWoiNeREfseUQ=; b=fLEXK1Uc+4FU2JGCxWI0FWZT7LQ0jXMX2uPyIFrPfU9eN7sRJ5hVDtd4 i1qatzVNTrbIuoDw63cbTDyuggxQTudXnwljJ22QZjtJtKp9pqfz4nK9P n/nY9GmB6RKVRGktW2RU0JcyDWUsZnA1mh3QMKmnLJt3pQ0GnsPK0b4Xo 0=; X-IronPort-AV: E=McAfee;i="5400,1158,6830"; a="234673280" Received: from ironmsg04-r.qualcomm.com ([172.30.46.18]) by wolverine01.qualcomm.com with ESMTP; 09 Sep 2012 20:51:33 -0700 From: Sujith Manoharan X-IronPort-AV: E=Sophos;i="4.80,396,1344236400"; d="scan'208";a="384323217" Received: from nasanexhc06.na.qualcomm.com ([172.30.48.21]) by Ironmsg04-R.qualcomm.com with ESMTP/TLS/RC4-SHA; 09 Sep 2012 20:51:33 -0700 Received: from APHYDEXHC05.ap.qualcomm.com (172.30.48.1) by nasanexhc06.na.qualcomm.com (172.30.48.21) with Microsoft SMTP Server (TLS) id 14.2.318.1; Sun, 9 Sep 2012 20:51:33 -0700 Received: from nako (10.100.2.3) by qcmail1.qualcomm.com (10.222.117.51) with Microsoft SMTP Server (TLS) id 14.2.318.1; Sun, 9 Sep 2012 20:51:29 -0700 MIME-Version: 1.0 Message-ID: <20557.25487.319650.209875@gargle.gargle.HOWL> Date: Mon, 10 Sep 2012 09:20:39 +0530 To: X-Mailer: VM 8.2.0b under 24.2.1 (x86_64-unknown-linux-gnu) CC: Subject: [PATCH 7/7] ath9k: Add PCI ID for AR9565 X-Originating-IP: [10.100.2.3] Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Enable AR9565. Signed-off-by: Sujith Manoharan --- drivers/net/wireless/ath/ath9k/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath9k/pci.c b/drivers/net/wireless/ath/ath9k/pci.c index a978984..a8f6126 100644 --- a/drivers/net/wireless/ath/ath9k/pci.c +++ b/drivers/net/wireless/ath/ath9k/pci.c @@ -38,6 +38,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = { { PCI_VDEVICE(ATHEROS, 0x0033) }, /* PCI-E AR9580 */ { PCI_VDEVICE(ATHEROS, 0x0034) }, /* PCI-E AR9462 */ { PCI_VDEVICE(ATHEROS, 0x0037) }, /* PCI-E AR1111/AR9485 */ + { PCI_VDEVICE(ATHEROS, 0x0036) }, /* PCI-E AR9565 */ { 0 } };