patch-2.3.42 linux/include/net/irda/toshoboe.h

Next file: linux/include/net/irda/w83977af_ir.h
Previous file: linux/include/net/irda/smc-ircc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.41/linux/include/net/irda/toshoboe.h linux/include/net/irda/toshoboe.h
@@ -8,7 +8,7 @@
  * Author:        James McKenzie <james@fishsoup.dhs.org>
  * Created at:    Sat May 8  12:35:27 1999
  * 
- *     Copyright (c) 1999 James McKenzie, All Rights Reserved.
+ *     Copyright (c) 1999-2000 James McKenzie, All Rights Reserved.
  *      
  *     This program is free software; you can redistribute it and/or 
  *     modify it under the terms of the GNU General Public License as 
@@ -23,22 +23,6 @@
  *
  ********************************************************************/
 
-/*
- * $Log: toshoboe.h,v $
- * Revision 1.4  1999/06/29 13:46:42  root
- * ls
- *
- * Revision 1.3  1999/06/29 12:31:03  root
- * *** empty log message ***
- *
- * Revision 1.2  1999/05/09 01:43:08  root
- * *** empty log message ***
- *
- * Revision 1.1  1999/05/09 01:25:58  root
- * Initial revision
- *
- */
-
 #ifndef TOSHOBOE_H
 #define TOSHOBOE_H
 
@@ -154,15 +138,15 @@
 
 struct toshoboe_cb
   {
-    struct net_device *netdev; /* Yes! we are some kind of netdevice */
+    struct net_device *netdev;      /* Yes! we are some kind of netdevice */
     struct net_device_stats stats;
 
-    struct irlap_cb    *irlap; /* The link layer we are binded to */
+    struct irlap_cb    *irlap;  /* The link layer we are binded to */
+    struct qos_info     qos;    /* QoS capabilities for this device */
 
-    struct chipio_t io;        /* IrDA controller information */
-    struct qos_info qos;       /* QoS capabilities for this device */
+    chipio_t io;                /* IrDA controller information */
 
-    __u32 flags;               /* Interface flags */
+    __u32 flags;                /* Interface flags */
     __u32 new_speed;
 
     struct pci_dev *pdev;       /*PCI device */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)