patch-2.2.15 linux/include/net/irda/w83977af_ir.h
Next file: linux/include/net/irda/wrapper.h
Previous file: linux/include/net/irda/w83977af.h
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Fri Apr 21 23:18:45 2000
- Orig file:
v2.2.14/include/net/irda/w83977af_ir.h
- Orig date:
Sat Aug 14 02:26:52 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/include/net/irda/w83977af_ir.h linux/include/net/irda/w83977af_ir.h
@@ -6,10 +6,10 @@
* Status: Experimental.
* Author: Paul VanderSpek
* Created at: Thu Nov 19 13:55:34 1998
- * Modified at: Mon May 3 12:07:25 1999
+ * Modified at: Tue Jan 11 13:08:19 2000
* Modified by: Dag Brattli <dagb@cs.uit.no>
*
- * Copyright (c) 1998-1999 Dag Brattli, All Rights Reserved.
+ * Copyright (c) 1998-2000 Dag Brattli, 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
@@ -170,12 +170,23 @@
int tx_buff_offsets[10]; /* Offsets between frames in tx_buff */
int tx_len; /* Number of frames in tx_buff */
- struct irda_device idev;
+ 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 */
+ iobuff_t tx_buff; /* Transmit buffer */
+ iobuff_t rx_buff; /* Receive buffer */
+
+ __u32 flags; /* Interface flags */
+ __u32 new_speed;
};
static inline void switch_bank( int iobase, int set)
{
- outb( set, iobase+SSR);
+ outb(set, iobase+SSR);
}
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)