[V1.0.6.0]
1. Software automatically switch Txpower according to packets' txrate(OFDM/CCK)
   to compromise FCC max txpower limitation in high power solution
2. Fix bugs when report RSSI to user space
3. set more bit when multicast packet in power saving mode

[V1.0.5.3]
1. Add IAPP interface
2. Fix WPA2 rekeying
3. Fix tx power decay 4-dB in ATE interface

[V1.0.5.2]
1. Update for pass WMM certification 
2. Fix OPEN-WEP-802.1x-MD5 authentication fails issue 
3. Fix tx power decay 4-dB
4. Fix system crash when useing dual RT61 card and defining THREAD_ISR
   (remove global variable in rtmp_task.c into Adapter structure)

[V1.0.5.1]
1. Fix the wrong QOS Control Filed while setting No Ack Policy

[V1.0.5.0]
1. Fix the issue sta can't connect after ifconfig ra0 down and ifconfig ra0 up
2. Release DPA V1.0.5.0

[V1.0.4.9]
1. Update WMM EDCA parameter which may cause beacon error.
2. Fix WPAPSK TKIP Group Key 
3. Fix system crash while running ATE command(TXFRAME) twice. 
4. Modify tasklet functions in rtmp_task.c 

[V1.0.4.8]
1. Add Makeflie.6 for linux 2.6
2. make RT61AP to run in linux 2.4 and linux 2.6
3. Modify rtmp_task.c to comply with linux 2.6 
4. Modify some codes to make complier in linux 2.6 happy
5. In linux 2.6, use kmalloc() to solve stack overflow in wpa.c
6. When THREAD_ISR was defined, caller must disable IRQ (RTMP_IRQ_LOCK()) before using 
   RTMPSendRTSFrame() and RTMPHardTransmit(). Be careful with nested RTMP_IRQ_LOCK().
7. After Linux 2.6.9, 
   VLAN module use Private (from user) interface flags (netdevice->priv_flags). 
   		#define IFF_802_1Q_VLAN 0x1  --    802.1Q VLAN device.  in if.h     
   ref to ip_sabotage_out() [ out->priv_flags & IFF_802_1Q_VLAN ] in br_netfilter.c 
   For this reason, we MUST use EVEN value in priv_flags
  		#define INT_MAIN                    4
		#define INT_MBSSID                  6
		#define INT_WDS                     8
8. Enable ErpIeContent bit 1 when legacy 802.11b BSS left within 5 sec

[V1.0.4.7]
1. Replace strtok with rstrtok, beacuse strtok is obsolote in linux kernel 2.6
2. Replace verify_area with access_ok, beacuse verify_area is obsolote

[V1.0.4.6]
1. Fix WZC can not do PMK key cache issue in assoc phase
2. Add radion on/off function
3. Fix PMK key cache timeout issue

[V1.0.4.5]
1. Fix bugs in 802.11h, when issue channel switch command in any kind of radar detection mode
