The pluscom wu-zd1211B V2.0 still uses the UW2453 RF chip, but for some
reason it is recognised as MAXIM_NEW_RF. There is a quick and dirty way
to get the driver working. 

1. download the linux wireless source code

2. add one line  in function int zd_rf_init_hw(struct zd_rf *rf, u8
type) which is in file zd1211rw/zd_rf.c, so it looks like:        

        case MAXIM_NEW_RF:      
        case UW2453_RF:
                r = zd_rf_init_uw2453(rf);

3. load the zd1211rw module

Good Luck.
Wenguo




This email was independently scanned for viruses by McAfee anti-virus software 
and none were found

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to