From ce437bffbef47b23e2012c450665fdd8fc179ad2 Mon Sep 17 00:00:00 2001 From: Jean Tourrilhes Date: Thu, 26 Sep 2002 01:35:06 -0700 Subject: USB: convert the irda-usb driver to work properly with the new USB core changes. --- include/net/irda/irda-usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/net') diff --git a/include/net/irda/irda-usb.h b/include/net/irda/irda-usb.h index 3480c84386ec..7c8c9de11c36 100644 --- a/include/net/irda/irda-usb.h +++ b/include/net/irda/irda-usb.h @@ -127,7 +127,7 @@ struct irda_class_desc { struct irda_usb_cb { struct irda_class_desc *irda_desc; struct usb_device *usbdev; /* init: probe_irda */ - unsigned int ifnum; /* Interface number of the USB dev. */ + struct usb_interface *usbintf; /* init: probe_irda */ int netopen; /* Device is active for network */ int present; /* Device is present on the bus */ __u32 capability; /* Capability of the hardware */ -- cgit v1.2.3