The rt2x00 is a new driver based on 802.11 framework of intel. In my linux box with Linksys wusb54g work very fine; With this driver you can add more interfaces (wlan1, wlan2…ecc) other wlan0… and you can set different mode for each interfaces; For example you can set wlan0 in managed mode and wlan1 in monitor mode, but remeber that all the interfaces must have the same mac address (if you use macchange..) and same channel (freq.) (if you using a single device!!).
Note: this is really different from rt2570 legacy driver, and remeber that you can set the mode of the interface only if it’s down (Es: ifconfig wlan0 down && iwconfig wlan mode managed && ifconfig wlan0 up).
That is all! Have a fun with the new driver, thanks to rt2x00 developers! =)
