patch-2.4.9 linux/include/net/irda/smc-ircc.h
Next file: linux/include/net/irda/vlsi_ir.h
Previous file: linux/include/linux/wanpipe.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun Aug 12 11:13:59 2001
- Orig file:
v2.4.8/linux/include/net/irda/smc-ircc.h
- Orig date:
Mon Dec 11 12:59:41 2000
diff -u --recursive --new-file v2.4.8/linux/include/net/irda/smc-ircc.h linux/include/net/irda/smc-ircc.h
@@ -154,22 +154,12 @@
#define IRCC_1152 0x80
#define IRCC_CRC 0x40
-struct smc_chip {
- char *name;
- unsigned char entr1;
- unsigned char entr2;
- unsigned char cid_index;
- unsigned char cid_value;
- int (*probe)(struct smc_chip *chip, chipio_t *info);
-};
-typedef struct smc_chip smc_chip_t;
-
/* Private data for each instance */
struct ircc_cb {
struct net_device *netdev; /* Yes! we are some kind of netdevice */
struct irlap_cb *irlap; /* The link layer we are binded to */
- chipio_t io; /* IrDA controller information */
+ chipio_t *io; /* IrDA controller information */
iobuff_t tx_buff; /* Transmit buffer */
iobuff_t rx_buff; /* Receive buffer */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)