From: Christoph Hellwig <hch@lst.de>
To: jgarzik@pobox.com, proski@gnu.org, hermes@gibson.dropbear.id.au
Cc: netdev@oss.sgi.com
Subject: [PATCH 9/9] orinoco: update changelog and version
Date: Sun, 19 Jun 2005 01:28:12 +0200 [thread overview]
Message-ID: <20050618232812.GJ9918@lst.de> (raw)
diff -urp -X /home/hch/dontdiff linux-2.6/drivers/net/wireless/orinoco.c orinoco/orinoco.c
--- linux-2.6/drivers/net/wireless/orinoco.c 2005-05-14 13:49:02.000000000 +0200
+++ orinoco/orinoco.c 2005-05-14 13:05:46.000000000 +0200
@@ -416,12 +416,50 @@
* port. This is supposed to allow 802.1x to work sanely, but
* doesn't seem to yet.
*
+ * v0.14alpha2 -> v0.15rc1 - 19 Apr 2004 - Pavel Roskin & David Gibson
+ * o Fix bug which prevented setting 32 character ESSIDs from
+ * iwconfig (Thomas Schulz).
+ * o Fix for incorrect CIS access in orinoco_plx (Pavel Roskin).
+ * o Fix setting WEP key if __orinoco_fastkeychange() is not
+ * supported (Pavel Roskin).
+ * o New wireless extensions API and scanning support (patch from
+ * Moustafa Youssef, updated by Jim Carter and Pavel Roskin).
+ * o Add minimal ethtool support (Pavel Roskin).
+ * o Replace CardServices() calls for compatibility with Linux
+ * 2.6.2 and above (Pavel Roskin).
+ * o Fix recognition of Intersil x.x.1 firmware (Pavel Roskin).
+ * o Replace dump_recs with more flexible get_rid ioctl (Pavel
+ * Roskin).
+ * o RF monitor mode support (Pavel Roskin).
+ * o Lots of bugfixes.
+ *
+ * v0.15rc1 -> v0.15rc2 - 28 Jul 2004 - Pavel Roskin & David Gibson
+ * o orinoco_pci saves PCI registers on suspend (Simon Huggins).
+ * o Monitor mode disabled on Agere 8.xx firmware - it's broken.
+ * o BAP timeout increased - needed for Intersil firmware.
+ * o Tx power is no longer reported - it's unreliable.
+ * o Use 802.11 header in rx path. Hide packets with ToDS flag
+ * from programs that don't need promiscous mode (John Denker).
+ * o Manual roaming implemented for Symbol and Intersil firmware.
+ * o Use netdev_priv() instead of directly dereferencing dev->priv.
+ * o Some simplification of pcmcia init code in orinoco_cs and
+ * spectrum_cs.
+ * o Numerous trivial cleanups, mainly arising from long-overdue
+ * merge with mainline.
+ *
+ * v0.15rc2 -> ???? - ???? - David Gibson
+ * o Use ssleep() or msleep() instead of hardcoded
+ * schedule_timeout()s (Nishanth Aravamudan via kernel-janitors
+ * list).
+ * o Several cleanups and bugfixes in pci/plx/tmd/nortel drivers.
+ * o Fix memory leak in orinoco_join_ap().
+ * o Change io handling to avoid sparse and gcc warnings.
+ * o Use C99 array initializers and ARRAY_SIZE() for iw_handler
+ * tables.
+ *
* TODO
- * o New wireless extensions API (patch from Moustafa
- * Youssef, updated by Jim Carter and Pavel Roskin).
* o Handle de-encapsulation within network layer, provide 802.11
* headers (patch from Thomas 'Dent' Mirlacher)
- * o RF monitor mode support
* o Fix possible races in SPY handling.
* o Disconnect wireless extensions from fundamental configuration.
* o (maybe) Software WEP support (patch from Stano Meduna).
diff -urp -X /home/hch/dontdiff linux-2.6/drivers/net/wireless/orinoco.h orinoco/orinoco.h
--- linux-2.6/drivers/net/wireless/orinoco.h 2005-05-14 13:48:44.000000000 +0200
+++ orinoco/orinoco.h 2005-03-18 16:03:24.000000000 +0100
@@ -7,7 +7,7 @@
#ifndef _ORINOCO_H
#define _ORINOCO_H
-#define DRIVER_VERSION "0.14alpha2"
+#define DRIVER_VERSION "0.15rc2"
#include <linux/types.h>
#include <linux/spinlock.h>
reply other threads:[~2005-06-18 23:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050618232812.GJ9918@lst.de \
--to=hch@lst.de \
--cc=hermes@gibson.dropbear.id.au \
--cc=jgarzik@pobox.com \
--cc=netdev@oss.sgi.com \
--cc=proski@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).