/***************************************************************************
 * 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 rt2500 driver and RAConfig2500 Utility

 Version: CVS
	* 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.
	* More big endian fixes.
	* Fix big endian compile errors. More version compatibility macros.
	  Start consolidating format of various rt_config.h's.
	* Fix "deprecated irqflag" message when compiling for 2.6.22. Put
	  version compatibility macros in rt_config.h.
	* Fix scan ioctl for scenario interface up, but no association yet.
	* Fix WEP autoreconnect problem discovered by Psycho Dad.
	* More document updates.
	* Prettify and update iwpriv_usage.txt examples.
	* Forward compatibility with kernel 2.6.22 pci bus driver i/f changes
	  and skbuff changes.
	* SIOCGIWSCAN returns EAGAIN until all channels scanned.
	* More cruft removal.
	* Updated base code to Ralink 1.4.6.6 driver version.
	* In-kernel compile support (Bug #1642144): Declare debug var
	  as static. Implement as bit mask.
	* Fix to WPA RSN IE mismatched bug
	* Compatibility fixes for kernels >= 2.6.19
	* Fix essid truncation on kernels >= 2.6.19

 Version: 1.1.0-beta4
	* Fix pre-up config panic (1307957)
	* Fix noise levels in scan results (1246025)
	* RFMON TX Support for aircrack
	* 4KStack Stability increases
	* WPA EAPOL packets now should in RFMON (1117875)
	* Promisc/Monitor code missing node->AP packets (1009565)
	* Channel set in RFMON before ifup now works (1254806)
	* Fixes for suspend/resume
	* Enhancement for RaConfig to support non-ra? interfaces
	* Channel list updates after region change
	* TxPower changes to support dBm values
	* Pre-up panic for setting WirelessMode
	* Cleanup of iwpriv syntax
	* Fixes for SMP support (1099089)

    KNOWN ISSUES
        * RaConfig has multiple issues in configuration
        * Extra Beacon packets need to be tamed (1089461)
        * Noise values in scanning results are invalid (1246025)

    CURRENTLY NOT SUPPORTED
        * Power Saving Modes (1159331)
        * Bridging with other interfaces

 Version: 1.1.0-beta3
        * PCI Management Cleanup
        * Fix for RaConfig crashing on statistics (ChrisH)
        * Big-Endian fix for RaConfig
        * Channel change fix for adhoc mode
        * Fix for association to non-broadcast AP's
        * Fix to allow this device to create Adhoc networks
	* 4kb stacks are now supported (1190152)
	* Rolling of changes in Ralink 1.4.6.1 + 1.4.6.2 release including:
		* Fix- Mlme queue tail pointer
		* Add- WPANONE
		* Add- AUTH AUTO method
		* Fix- racing condtion in mlme.c and rtmp_data.c
		* Fix iwconfig - Link Quality(means Channel Quality), Signal level and Noise level.
		* Fix iwlist ra0 channel - print out

 Version: 1.1.0-beta2
	* Removed Kernel tainting
	* Updated all file headers for this project
	* kmalloc stability fixes to the MLME
        * Cleanup on memory management functions (NDisFill/Move/Zero)
        * Rollin of Robin Cornelius RFMon Patch
        * RFMon support through iwconfig mode
        * Debugging and general logging cleanups
        * Rolling of changes in Ralink 1.4.5.0 release
        * Debug switching
        * Spinlock changes for stability
        * GCC 3.4 compilation
        * Fix for frequency values
        * Fix for if pre-up (RobinC)
        * Fix for link quality reporting (RobinC)
        * Generic make compatability (i.e. for gMake) (AmirS)
        * General Stability Improvements
        * Cleanup of RX packet/byte counting
        * sysfs support for HAL and NetworkManager
        * Dynamic interface naming support through module parameter

 Version: 1.0.0
 	* Initial baseline code from Ralink (1.4.4.0)


