Hi, 

thank you for your information, MAXIM_NEW_RF in TP-Link seems to be
really uw2453 rf, because i made my model working with uw2453
initialization sequence. I only modified zd_rf.c and added rf type to
uw2453.

I am sending tiny patch, you have to be in drivers/net/wireless
directory of linux kernel.

I did not rough testing, but i can scan, i can change essid, i can
connect to WPA PSK ap with supplicant. Also signal meter seems to report
reasonable values.

So, i report with patch in my attachment, TP-Link TL-WN422G (i think it
is the same device as your TL-WN322G, but this does have RP-SMA
connector present, which is reason i bought it), identified as
Bus 007 Device 013: ID 0ace:1215 ZyDAS WLA-54L WiFi

is working.

I dont know other devices with same RF type, if they can be different or
we need different HW initialization, but there is no device in supported
table with this RF, so i cannot compare. It does work for me, YMMV.

Petr Mensik
diff -ru /usr/src/linux-2.6.27/drivers/net/wireless/zd1211rw/zd_rf.c zd1211rw/zd_rf.c
--- /usr/src/linux-2.6.27/drivers/net/wireless/zd1211rw/zd_rf.c	2008-04-17 04:49:44.000000000 +0200
+++ zd1211rw/zd_rf.c	2009-01-20 09:35:57.000000000 +0100
@@ -87,6 +87,7 @@
 		r = zd_rf_init_al7230b(rf);
 		break;
 	case UW2453_RF:
+        case MAXIM_NEW_RF:
 		r = zd_rf_init_uw2453(rf);
 		break;
 	default:
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to