Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:16471 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751712Ab2IHHce (ORCPT ); Sat, 8 Sep 2012 03:32:34 -0400 From: Sujith Manoharan MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: <20554.62382.158866.920464@gargle.gargle.HOWL> (sfid-20120908_093236_459055_64047184) Date: Sat, 8 Sep 2012 12:58:46 +0530 To: CC: Subject: [RFC 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