patch-2.2.15 linux/include/net/irda/toshoboe.h
Next file: linux/include/net/irda/uircc.h
Previous file: linux/include/net/irda/timer.h
Back to the patch index
Back to the overall index
- Lines: 54
- Date:
Fri Apr 21 12:47:01 2000
- Orig file:
v2.2.14/include/net/irda/toshoboe.h
- Orig date:
Sat Aug 14 02:26:52 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/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,16 +23,6 @@
*
********************************************************************/
-/*
- * $Log: toshoboe.h,v $
- * 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
@@ -148,7 +138,17 @@
struct toshoboe_cb
{
- struct irda_device idev; /*IRDA device */
+ struct 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 qos_info qos; /* QoS capabilities for this device */
+
+ chipio_t io; /* IrDA controller information */
+
+ __u32 flags; /* Interface flags */
+ __u32 new_speed;
+
struct pci_dev *pdev; /*PCI device */
int base; /*IO base */
int txpending; /*how many tx's are pending */
@@ -157,6 +157,8 @@
struct OboeTaskFile *taskfile; /*The taskfile */
void *xmit_bufs[TX_SLOTS]; /*The buffers */
void *recv_bufs[RX_SLOTS];
+ int open;
+ int stopped; /*Stopped by some or other APM stuff*/
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)