From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.atheros.com ([12.36.123.2]:27284 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754980Ab0DTRgS (ORCPT ); Tue, 20 Apr 2010 13:36:18 -0400 Received: from mail.atheros.com ([10.10.20.105]) by sidewinder.atheros.com for ; Tue, 20 Apr 2010 10:36:18 -0700 Date: Tue, 20 Apr 2010 10:36:17 -0700 From: "Luis R. Rodriguez" To: "John W. Linville" , Stephen Chen , Sujith CC: Luis Rodriguez , Wiktor Zajas , "ath9k-devel@lists.ath9k.org" , "linux-wireless@vger.kernel.org" Subject: Re: [ath9k-devel] ath9k_htc: add the 0cf3:1006 TL-WN422G v2 device ID now Message-ID: <20100420173617.GB2559@tux> References: <43e72e891003281929hfff3821p65a9c42f15d9f6db@mail.gmail.com> <43e72e891003282006l266141ehb78a2f4d46db76d6@mail.gmail.com> <19376.15678.641255.41127@gargle.gargle.HOWL> <20100329214009.804ec23f.wzajas@gmail.com> <20100329222008.GA2852@tux> <20100420154543.GA6472@tuxdriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <20100420154543.GA6472@tuxdriver.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Apr 20, 2010 at 08:45:44AM -0700, John W. Linville wrote: > On Mon, Mar 29, 2010 at 03:20:08PM -0700, Luis R. Rodriguez wrote: > > On Mon, Mar 29, 2010 at 12:40:09PM -0700, Wiktor Zajas wrote: > > > Thanks so much for this driver, it's working flawlessly. Only one minor problem > > > was "Michael MIC failure detected", changing to AES helped. > > > > Not sure if Sujith's patch posted yesterday would fix this. > > > > > I don't know if what I've done is correct, in order to recognize my card > > > (TL-WN422G v2) I've added "ATH9K_FW_USB_DEV(0x1006, "ar9271.fw")," to > > > "ath9k_hif_usb_ids[]", and changed "#define AR9271_USB 0x9271" to > > > "#define AR9271_USB 0x1006", is this the right thing to do ? > > > > Sort of, try this patch: > > > > From: Luis R. Rodriguez > > Subject: [PATCH] ath9k_htc: add the 0cf3:1006 TL-WN422G v2 device ID > > > > Reported-by: Wiktor Zajas > > Signed-off-by: Luis R. Rodriguez > > --- > > drivers/net/wireless/ath/ath9k/hif_usb.c | 1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c > > index fc4f6e8..a7664e4 100644 > > --- a/drivers/net/wireless/ath/ath9k/hif_usb.c > > +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c > > @@ -21,6 +21,7 @@ > > > > static struct usb_device_id ath9k_hif_usb_ids[] = { > > ATH9K_FW_USB_DEV(0x9271, "ar9271.fw"), > > + ATH9K_FW_USB_DEV(0x1006, "ar9271.fw"), /* TL-WN422G v2 */ This patch was wrong, Sujith was going to fix it, I think he sent some followups. If not we'll take care of it. Luis