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

Diff of /orinoco/orinoco.c

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

revision 1.6 by dgibson, Mon Sep 29 07:49:23 2003 UTC revision 1.7 by dgibson, Tue Sep 30 03:44:56 2003 UTC
# Line 1  Line 1 
1  /* orinoco.c 0.14beta1HEAD - (formerly known as dldwd_cs.c and orinoco_cs.c)  /* orinoco.c 0.14alpha1HEAD - (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 4193  EXPORT_SYMBOL(__orinoco_ev_info); Line 4193  EXPORT_SYMBOL(__orinoco_ev_info);
4193    
4194  /* Can't be declared "const" or the whole __initdata section will  /* Can't be declared "const" or the whole __initdata section will
4195   * become const */   * become const */
4196  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.14alpha1HEAD (David Gibson <hermes@gibson.dropbear.id.au>, Pavel Roskin <proski@gnu.org>, et al)";
4197    
4198  static int __init init_orinoco(void)  static int __init init_orinoco(void)
4199  {  {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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