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

Diff of /orinoco/orinoco.c

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

revision 1.1.1.24.2.8 by dgibson, Mon Sep 29 07:46:19 2003 UTC revision 1.1.1.24.2.9 by dgibson, Tue Sep 30 03:36:11 2003 UTC
# Line 1  Line 1 
1  /* orinoco.c 0.14beta1  - (formerly known as dldwd_cs.c and orinoco_cs.c)  /* orinoco.c 0.14alpha1 - (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 393  Line 393 
393   *        in the rx_dropped statistics.   *        in the rx_dropped statistics.
394   *      o Provided a module parameter to suppress linkstatus messages.   *      o Provided a module parameter to suppress linkstatus messages.
395   *   *
396   * v0.13e -> v0.14beta1 - ???? - David Gibson   * v0.13e -> v0.14alpha1 - 30 Sep 2003 - David Gibson
397   *      o Replaced priv->connected logic with netif_carrier_on/off()   *      o Replaced priv->connected logic with netif_carrier_on/off()
398   *        calls.   *        calls.
399   *      o Remove has_ibss_any and never set the CREATEIBSS RID when   *      o Remove has_ibss_any and never set the CREATEIBSS RID when
# Line 4215  EXPORT_SYMBOL(orinoco_interrupt); Line 4215  EXPORT_SYMBOL(orinoco_interrupt);
4215    
4216  /* Can't be declared "const" or the whole __initdata section will  /* Can't be declared "const" or the whole __initdata section will
4217   * become const */   * become const */
4218  static char version[] __initdata = "orinoco.c 0.14beta1 (David Gibson <hermes@gibson.dropbear.id.au>, Pavel Roskin <proski@gnu.org>, et al)";  static char version[] __initdata = "orinoco.c 0.14alpha1 (David Gibson <hermes@gibson.dropbear.id.au>, Pavel Roskin <proski@gnu.org>, et al)";
4219    
4220  static int __init init_orinoco(void)  static int __init init_orinoco(void)
4221  {  {

Legend:
Removed from v.1.1.1.24.2.8  
changed lines
  Added in v.1.1.1.24.2.9

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