File: CHANGELOG

package info (click to toggle)
rt2500 1.1.0%2Bcvs20060620-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 2,280 kB
  • ctags: 4,032
  • sloc: ansic: 21,457; cpp: 7,008; makefile: 237
file content (89 lines) | stat: -rw-r--r-- 4,280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/*************************************************************************** 
 * 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 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 

 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

    KNOWN ISSUES
        * Promisc/Monitor mode only see's packets leaving AP (1009565)
        * RaConfig has multiple issues in configuration
        * Some pre-up config may not take affect (1103395)
        * Extra Beacon packets need to be tamed (1089461)
	* Noise values in scanning results are invalid (1246025)

    CURRENTLY NOT SUPPORTED
        * SMP Processors and Kernels (1099089)
	* Power Saving Modes (1159331)
        * USB rt2500 devices - please see the rt2570 driver
        * Bridging with other interfaces

 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)