/***************************************************************************
 * RT2x00 SourceForge Project - http://rt2x00.sourceforge.net              *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *   This program is distributed in the hope that it will be useful,       *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 *   GNU General Public License for more details.                          *
 *                                                                         *
 *   You should have received a copy of the GNU General Public License     *
 *   along with this program; if not, write to the                         *
 *   Free Software Foundation, Inc.,                                       *
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
 *                                                                         *
 *   Licensed under the GNU GPL                                            *
 *   Original code supplied under license from RaLink Inc, 2003.           *
 ***************************************************************************/

 Changelog for 802.11g rt2570 USB driver

 Version: CVS
	* fabceolin's fixes for ARM alignment. Some endian fixes.
	* Fix 2.6 compile problem w/prev patch. Discovery/diagnosis/resolution
	  by xqterry.
	* Fix Bug #1763773 - does not build on 2.6.5. Needed for early 2.6
	  series kernels.
	* Forward compatibility with kernel 2.6.22-rc4 xxx_net_device macros.
	* msleep & co. for selected pre- 2.4.29 kernels (InsaneBoarder234 problem).
	* Provide module with name parameter.
	* More cruft (trailing whitespace) removal.
	* Fix iwpriv_usage.txt encoding and key generation descriptions.
	* Forward compatibility with kernel 2.6.22 skbuff changes.
	* Put spinlock CPU flags variable on stack.
	* Accept 64 hex character WPA encryption key.
	* Fix hmac5 MIC length in wpa.c (patch by Adam Gashlin).
	* Update base code to Ralink 2.0.8.0 driver version.
	* In-kernel compile support (Bug #1642144): Declare debug var
	  as static. Implement as bit mask.
	* Compatibility fixes for kernels >= 2.6.19
	* Fix essid truncation on kernels >= 2.6.19

 Version: 1.1.0-beta2
	* Bugfix to allow multiple rt2570 devices
	* Fix for module unloading under 2.4 kernel
	* Fix for signal quality reporting (1247985)
	* Enhancement for TX during RFMON (i.e. aireplay support)
	* Prism Headers in RFMON
	* Added new USB devices (F5D7050, Linksys@Home)
	* Bugfix : race condition between thread stop and incoming mlme commands
		(Mathieu Desnoyers mathieu.desnoyers@polymtl.ca)
	* Prism Headers off by default in rfmontx
	* Jiffies fix for connection stability (1439827)

 Version: 1.1.0-beta1
 	* Initial baseline code from Ralink (2.0.3.0)
 	* Added new USB devices (F5D7060,UB801R,C54RU,MSI6861,GN-WBKG)
	                        (EMINENT3035)
 	* Compile-time debugging enabling
 	* RFMON support
 	* Fix device shutdown in >2.6.9
 	* Fix frequency reporting
	* Fix device suspend (1227392)
	* Added Pre-interface up configuration ability


