A FreeBSD CURRENT driver for Ralink Technology RT2700U/RT2800U/RT3000U chipset.

Nov. 28, 2007

The driver is working fine with Linksys WUSB54GC ver.3 on amd64
FreeBSD 8.0 RELEASE and CURRENT; however, there is no guarantee
the driver will work fine with other products. So, brace for panic.

Note:
1) After created wlan device, please run
	#ifconfig wlan0 country
   with proper country code, before doing anything. You can see all 
   the available country code with the "list countries." (Please see
   ifconfig(8) for details.)
2) The chipset has 6 endpoints, but some devices have only 4. If you
   have a device with 6 endpoints, you may uncomment
	#define SIX
   at sys/dev/usb/wlan/if_runvar.h:124
   If you are unsure, just leave it as is.

Known Issues
* Encryption is supported by s/w. I'm working on h/w encryption.
* Once you "ifconfig wlan0 destroy", you have to unplug the USB dangle
  to make it work again. It works fine if you are using wpa_supplicant.
* When plug in the device, it doesn't show device name properly.

How to use
----------
1) over write usbdevs (It has 40 more IDs)
	%cd sys/dev/usb
	#cp usbdevs /usr/src/sys/dev/usb/
	  (or where ever your src files are)
2) make driver with new files
	%cd sys/modules/usb/run
	%make
	#make install
3) load firmware
   (no change in firmware, but you still need it. Just load old one.)
	#kldload runfw
4) load driver
	#kldload if_run

NB
 If this is the first driver you downloaded, you also need firmware.
 You can get it by downloading run.tar.bz2. The driver is for 7,
 but firmware is the same.
