Return-path: 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 From: Sujith Manoharan MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: <20557.25487.319650.209875@gargle.gargle.HOWL> (sfid-20120910_055151_924007_C497C2E9) Date: Mon, 10 Sep 2012 09:20:39 +0530 To: CC: Subject: [PATCH 7/7] ath9k: Add PCI ID for AR9565 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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 } }; -- 1.7.12