Return-path: Received: from mail.atheros.com ([12.19.149.2]:41744 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754225Ab0KIWlS (ORCPT ); Tue, 9 Nov 2010 17:41:18 -0500 Received: from mail.atheros.com ([10.10.20.105]) by sidewinder.atheros.com for ; Tue, 09 Nov 2010 14:41:06 -0800 Date: Tue, 9 Nov 2010 14:41:16 -0800 From: "Luis R. Rodriguez" To: "Luis R. Rodriguez" CC: Larry Finger , Luis Rodriguez , David Quan , wireless Subject: Re: What kind of Atheros device is this? Message-ID: <20101109224116.GD12756@tux> References: <4CD8A71E.6040604@lwfinger.net> <93781E992CBA7843962D8B0E7D683F3C16331A1E0D@SC1EXMB-MBCL.global.atheros.com> <4CD9CC4E.9060208@lwfinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Nov 09, 2010 at 02:35:01PM -0800, Luis R. Rodriguez wrote: > On Tue, Nov 9, 2010 at 2:33 PM, Larry Finger wrote: > > On 11/09/2010 03:35 PM, David Quan wrote: > >> > >> "Atheros AR2427 Wireless Network Adapter" > >> > >> Legacy 11b/g 2.4Ghz. > > > > Was there a driver in Linux for this device that has been removed? The OP on the > > openSUSE Forum claims that it "used to work". > > > One second. Havem them try something like this: diff --git a/drivers/net/wireless/ath/ath9k/pci.c b/drivers/net/wireless/ath/ath9k/pci.c index b5b6514..eab555f 100644 --- a/drivers/net/wireless/ath/ath9k/pci.c +++ b/drivers/net/wireless/ath/ath9k/pci.c @@ -26,6 +26,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = { { PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */ { PCI_VDEVICE(ATHEROS, 0x002B) }, /* PCI-E */ { PCI_VDEVICE(ATHEROS, 0x002C) }, /* PCI-E 802.11n bonded out */ + { PCI_VDEVICE(AZWAVE, 0x1112) }, /* PCI-E 802.11n bonded out */ { PCI_VDEVICE(ATHEROS, 0x002D) }, /* PCI */ { PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */ { PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E AR9300 */