/[orinoco]/orinoco/orinoco.c
ViewVC logotype

Diff of /orinoco/orinoco.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by dgibson, Sat Oct 18 06:11:01 2003 UTC revision 1.12 by dgibson, Mon Oct 20 07:14:02 2003 UTC
# Line 1  Line 1 
1  /* orinoco.c 0.14alpha1HEAD - (formerly known as dldwd_cs.c and orinoco_cs.c)  /* orinoco.c 0.14alpha2HEAD - (formerly known as dldwd_cs.c and orinoco_cs.c)
2   *   *
3   * A driver for Hermes or Prism 2 chipset based PCMCIA wireless   * A driver for Hermes or Prism 2 chipset based PCMCIA wireless
4   * adaptors, with Lucent/Agere, Intersil or Symbol firmware.   * adaptors, with Lucent/Agere, Intersil or Symbol firmware.
# Line 408  Line 408 
408   *        Theoretically reduces performance, but I can't measure it.   *        Theoretically reduces performance, but I can't measure it.
409   *        Patch from Andrew Tridgell <tridge AT samba.org>   *        Patch from Andrew Tridgell <tridge AT samba.org>
410   *   *
411   * v0.14alpha1 -> v0.14alpha2 - ???? - David Gibson   * v0.14alpha1 -> v0.14alpha2 - 20 Oct 2003 - David Gibson
412   *      o Clear shared-key authentication (bugfix from Robert   *      o Correctly turn off shared-key authentication when requested
413   *        J. Moore).   *        (bugfix from Robert J. Moore).
414     *      o Correct airport sleep interfaces for current 2.6 kernels.
415     *      o Add code for key change without disabling/enabling the MAC
416     *        port.  This is supposed to allow 802.1x to work sanely, but
417     *        doesn't seem to yet.
418   *   *
419   * TODO   * TODO
420   *      o New wireless extensions API (patch from Moustafa   *      o New wireless extensions API (patch from Moustafa
# Line 4286  EXPORT_SYMBOL(__orinoco_ev_info); Line 4290  EXPORT_SYMBOL(__orinoco_ev_info);
4290    
4291  /* Can't be declared "const" or the whole __initdata section will  /* Can't be declared "const" or the whole __initdata section will
4292   * become const */   * become const */
4293  static char version[] __initdata = "orinoco.c 0.14alpha1HEAD (David Gibson <hermes@gibson.dropbear.id.au>, Pavel Roskin <proski@gnu.org>, et al)";  static char version[] __initdata = "orinoco.c 0.14alpha2HEAD (David Gibson <hermes@gibson.dropbear.id.au>, Pavel Roskin <proski@gnu.org>, et al)";
4294    
4295  static int __init init_orinoco(void)  static int __init init_orinoco(void)
4296  {  {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26