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 <lrodriguez@xxxxxxxxxxx> > Subject: [PATCH] ath9k_htc: add the 0cf3:1006 TL-WN422G v2 device ID > > Reported-by: Wiktor Zajas <w.zajas@xxxxxxxxx> > Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> > --- > 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 */ > { }, > }; Any feedback on this? John -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html