/***************************************************************************
 * RT2400 SourceForge Project - http://rt2400.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.11b rt2400 driver and RAConfig 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.
	* Forward compatibility with kernel 2.6.22 pci bus driver i/f changes
	  and skbuff changes.
	* Remove cruft (trailing whitespace).
	* Move kernel version compatiblity macro definitions to rt_config.h.
	* Compatibility fixes for kernels >= 2.6.19
	* Fix essid truncation on kernels >= 2.6.19

 Version: 1.2.2-beta3
        * PCI management cleanup
        * Makefile installatiion cleanup
        * Fix for channel change in Adhoc mode
	* Promisc/Monitor code missing node->AP packets (1009565)

    KNOWN ISSUES
        * Promisc/Monitor mode only see's packets leaving AP (1009565)
        * RaConfig has multiple issues in config and statistics

    CURRENTLY NOT SUPPORTED
        * SMP Processors and Kernels (1099089)
        * Bridging with other interfaces (1242228)

 Version: 1.2.2-beta2
	* Changes to RX counters to not count management frames
	* Dynamic debug levels
	* Config file permissions fixed in Utility
	* Added MEPIS tutorial
	* ifconfig support for spoofing MAC address
	* Fix for setting of BSSID (982890)
	* Fix for setting of non-existent ESSID (1034910)
        * For for TX packet counters
        * Fix for if pre-up (RobinC)
        * RFMON support
        * Generic make compatability (i.e. for gMake) (AmirS)
        * sysfs support for HAL and NetworkManager
        * Dynamic interface naming support through module parameter

 Version: 1.2.1
        * Fixes for overall driver stability
        * AMD64 Support
        * Full Promisc mode support (and therefore Bridge support)
        * Fix for setting ESSID issue
        * Change of module installation directory (kernel/drivers/net/wireless)
	* Other misc bug fixes and cleanups
        * Documentation updates
   Notes: Since we have changed the installation directory you may want to
          manually go into the old directory (/lib/modules/2.x.x/kernel/drivers
          /net) and delete the rt2400.o Module file to ensure it isn't left
          there as under some distributions that folder takes precedence over
          the new installation folder).

 Version: 1.2.0
	* Major work to increase driver stability
	* Fix for the link speed setting issue

 Version: 1.1.1b2
        * Updates to QT styles
	* Updates to Utility sizing and text boxes
	* Initial work on Promisc mode (off by default though, WIP)
	* Nordom's patch to the interrupt handler for stability under 2.6
	* Clean-up of qhexvalidator code and logic
	* Clean-up of errno.h imports
	* Fix to make the interrupt handler fix okay for 2.4 and 2.6
	* New file headers

 Version: 1.1.1b1
 	* Headers and general cleanup of source code
 	* Fix to make the architecture dynamic instead of hardcoding march
	* Rolled in Marcm's kmalloc ATOMIC patch for driver stability
	* Included License file and appriopriate file headers
	* Fixed includes for non-RedHat compile of RaConfig utility
	* Fixed RaConfig not storing the chosen country correctly
	* Removed France from listing in RaConfig
        * Rolled in Interface changes from Mike Skinner (MitchamMelbourne)
	* Replacement Makefile for module to support both 2.4 and 2.6 kernels
	* Module fix for complication error under 2.6 (EXPORT_NO_SYMBOLS)

 Version: 1.1.0
 	* Initial baseline code from Minitar/Ralink


