From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: "Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>,
Luis Rodriguez <Luis.Rodriguez@Atheros.com>,
David Quan <David.Quan@Atheros.com>,
wireless <linux-wireless@vger.kernel.org>
Subject: Re: What kind of Atheros device is this?
Date: Tue, 9 Nov 2010 14:41:16 -0800 [thread overview]
Message-ID: <20101109224116.GD12756@tux> (raw)
In-Reply-To: <AANLkTikK+1xMAJ_4M3BKMivikKcaisEazuP_nbDbm3qJ@mail.gmail.com>
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 <Larry.Finger@lwfinger.net> 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 */
prev parent reply other threads:[~2010-11-09 22:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-09 1:42 What kind of Atheros device is this? Larry Finger
2010-11-09 21:14 ` Luis R. Rodriguez
2010-11-09 21:35 ` David Quan
2010-11-09 22:33 ` Larry Finger
2010-11-09 22:35 ` Luis R. Rodriguez
2010-11-09 22:41 ` Luis R. Rodriguez [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101109224116.GD12756@tux \
--to=lrodriguez@atheros.com \
--cc=David.Quan@Atheros.com \
--cc=Larry.Finger@lwfinger.net \
--cc=Luis.Rodriguez@Atheros.com \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.