On Wed, Nov 10, 2010 at 2:45 AM, [email protected]
<[email protected]> wrote:
> Hi, ath9k developers
>
> Recently, I got a AR9271 based wireless dongle from IMC,
> but seems it's not enabled in current driver by default.
>
> After got all the contact info from running getmaintainer.pl script,
> I've post the follow quirk patch to all of you, lkml and netdev.
>
> Unfortunately, seems all the emails sent to aheroes.com and
> [email protected] are rejected for some reason. :(
> So could you please take a look at the following lkml archive?
> http://lkml.org/lkml/2010/11/7/4
>
> Just let me know if I need to provide further details or post out patch again?

Your patch is already there in the latest wireless testing ?
Please git clone the latest wireless testing and you could see..

commit ac618d70aeb681df7b77c1107fdf26f3249f855f
Author: Haitao Zhang <[email protected]>
Date:   Sun Nov 7 12:50:24 2010 +0800

    ath9k_htc: Add support for device ID 3346

    This patch adds support for USB dongle with device ID 3346 from
IMC Networks.

    Signed-off-by: Haitao Zhang <[email protected]>
    Signed-off-by: John W. Linville <[email protected]>

diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c
b/drivers/net/wireless/ath/ath9k/hif_usb.c
index 6576f68..2f6b1e9 100644
--- a/drivers/net/wireless/ath/ath9k/hif_usb.c
+++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
@@ -35,6 +35,7 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
        { USB_DEVICE(0x07D1, 0x3A10) }, /* Dlink Wireless 150 */
        { USB_DEVICE(0x13D3, 0x3327) }, /* Azurewave */
        { USB_DEVICE(0x13D3, 0x3328) }, /* Azurewave */
+       { USB_DEVICE(0x13D3, 0x3346) }, /* IMC Networks */
        { USB_DEVICE(0x04CA, 0x4605) }, /* Liteon */
        { USB_DEVICE(0x083A, 0xA704) }, /* SMC Networks */
        { },

> Thanks in advanced.
>
> --
> i use Gentoo, pilgrim...
>
> Haitao
> _______________________________________________
> ath9k-devel mailing list
> [email protected]
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>
_______________________________________________
ath9k-devel mailing list
[email protected]
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to