aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjal2 <jal2>2003-06-01 20:04:32 +0000
committerjal2 <jal2>2003-06-01 20:04:32 +0000
commitb57dba028d6a9c66d98967e50953a93ceb50311a (patch)
tree7dad9ecfe2657b5a03985e5c0b4deda42bd7b0b4
parent1664e72dfecec2901de36923fc8c681b9d6b30f4 (diff)
*** empty log message ***version_0_10
-rw-r--r--CHANGELOG33
1 files changed, 33 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..73e4660
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,33 @@
+$Id: CHANGELOG,v 1.1 2003/06/01 20:04:32 jal2 Exp $
+
+
+version 0.10 (2003-06-01)
+------------
+- added iwpriv commands to set scan channel times,
+ scan mode; added module parameters for all iwpriv
+ commands
+- debug output is now controlled by a bit mask,
+ see DBG_* defines in at76c503.c
+- added tx data padding (Stavros advised to do so)
+- added rx data fragmentation support
+- added power management support
+- new iwpriv cmd "list_bss" to dump the current bss table
+ to syslog
+- fixed error when the driver gets reloaded and
+ the device kept powered for firmware 0.100.x, 1.101.y
+- fixed hanging of SMP kernels
+- new params set with iwconfig get active immediately,
+ no need to bring the netdevice down/up anymore
+- bss table is no longer limited in size (solves problem
+ at crowded places, e.g. CeBIT), old entries get removed
+- added iwspy support
+- Tim's "link level patch"
+- added iwpriv commands for preamble type
+- added shared secret authentication (incl. iwpriv command)
+- support hidden SSID, fixed bug with ANY SSID
+- Alex' "first phase of rx optimization" patch (email 2003-02-23)
+- Alex' deprecation patch (email 2003-02-21)
+
+version 0.9 (2003-03-21)
+-----------
+- taken from Oliver's website